Checkout attributes not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 năm cách đây
Hello,

I m trying to develop an ecommerce portal for my bakery, but how can i provide them the facily to opt for weight option at checkout time for eh if anyone wants to buy the cake abc of 1kg and fgh for 0.5 kg so how can i do this?

I m try to make it possible but the checkout attributes even not working. When i select for an option and go to update cart it redirects the page at the same amount with no changes no attributes applied plz help

Ujjwal Singh
9 năm cách đây
Hi Ujjwal,

Checkout attributes are saved when you click "Checkout" button. If you want to also save them when clicking "Update" button, then you have to add
ParseAndSaveCheckoutAttributes(cart, form);

to the "public ActionResult UpdateCart(FormCollection form)" method

Please also find this work item here

P.S. Please do not duplicate forum topics
9 năm cách đây
Hi. We use checkoutattributes for software licensing details.

We customized the cashondelivery payments in NOP 3.30 to update checkoutattribute for values that are returned after payment (for example licenseId).

It works fine but in when the user click reorder from order list (example for renewal) the checkoutattribute field in the cart are empty: is it a bug?

if not, where can we quickly modify the source for this scope?

Regards
9 năm cách đây
mystones wrote:
Hi. We use checkoutattributes for software licensing details.

We customized the cashondelivery payments in NOP 3.30 to update checkoutattribute for values that are returned after payment (for example licenseId).

It works fine but in when the user click reorder from order list (example for renewal) the checkoutattribute field in the cart are empty: is it a bug?

if not, where can we quickly modify the source for this scope?

Regards


I forgot to write that obviously some checkoutattribute are compiled by user before the payment (for example Company Name) and other are to be compiled by the systems after payment
9 năm cách đây
mystones wrote:
Hi. We use checkoutattributes for software licensing details.

We customized the cashondelivery payments in NOP 3.30 to update checkoutattribute for values that are returned after payment (for example licenseId).

It works fine but in when the user click reorder from order list (example for renewal) the checkoutattribute field in the cart are empty: is it a bug?

if not, where can we quickly modify the source for this scope?

Regards

I forgot to write that obviously some checkoutattribute are compiled by user before the payment (for example Company Name) and other are to be compiled by the systems after payment


Anybody can help us?

Regards
9 năm cách đây
mystones wrote:
It works fine but in when the user click reorder from order list (example for renewal) the checkoutattribute field in the cart are empty: is it a bug?

if not, where can we quickly modify the source for this scope?

Sorry for the late reply. Fixed. Please see changeset a8987585e11e
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.