I use commerce kickstart 2.0. I had the error when checking out my cart. Made a patch for it.

Comments

brunogoossens’s picture

StatusFileSize
new622 bytes

patched

pcambra’s picture

Status: Active » Postponed (maintainer needs more info)

Is your cart modified somehow? there's no way that can be happening there as the alter is only invoked when the coupon granted amount is displayed.

brunogoossens’s picture

StatusFileSize
new20.26 KB

The granted amount is displayed below the coupon insert field, see screenshot.

pcambra’s picture

Then is not happening in your cart, is happening in the first checkout page. Asking again, is this a default install or you modified something?

brunogoossens’s picture

Title: Missing bundle property on entity of type commerce_order. in entity_extract_ids() » commerce coupon percentage

I'm making a webshop starting from commerce kickstart 2 (added a lot of extras). The screenshot is idd from the first checkout page (after checking out the cart). If I remember correct, the error occurred on the review order page. That page contains the same granted amount then on the first checkout page. The difference is that at the moment of the review order page, the coupon is added. Srry that I don't have more time to investigate the problem, I just fixed it for me.

brunogoossens’s picture

Title: commerce coupon percentage » Missing bundle property on entity of type commerce_order. in entity_extract_ids()
strae’s picture

Same issue for me.

Im using an old versione of commerce kickstart install profile (1.x-dev), but i updated all the modules.

Patch at #1 worked for me..

Worth to say that this problem only happen with anonymous users, I made a lot of tests but with the administrator user the bug doesnt happen.

Let me know if you need more info, Im using only standard modules (e.g. with no modifications).

rot3r1’s picture

Same problem...
fixed with the patch.

willashley’s picture

I was having the same problem described above with a relatively unmodified Commerce Kickstart 2 installation, the patch from brunogoossens worked for me.

pcambra’s picture

Status: Postponed (maintainer needs more info) » Active

Let's bring back this to active.

pcambra’s picture

Status: Active » Fixed

This was indeed a mismatch in the versions used. If you update -dev version of pct or fixed without using dev version of the main module you might have these issues.

For solving this in the future, I've tagged a beta7 both for pct and fixed amount modules to keep track of the main module.
From now, I'll keep synch of these three.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

drupalninja99’s picture

Issue summary: View changes

You mean main module as in the commerce module or commerce coupon?