Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Shopping Cart Order Total Discount View modes: 
User avatar
Member
Member
RobJeremy - 1/27/2014 10:28:47 AM
   
Shopping Cart Order Total Discount
Hi everyone.

I followed this tutorial for Kentico 7.
http://devnet.kentico.com/Knowledge-Base/E-commerce/How-to-implement-discount-functionality-for-an-ent.aspx

I completed every step successfully, and didn't receive any errors. When I go to add a new coupon, I do not see the check box to make the coupon the coupon for the order total.

I added the new field to the E-commerce - Discount coupon via the System tables page per the tutorial directions.

Any help would be great. Thank you.

User avatar
Member
Member
RobJeremy - 1/27/2014 11:51:54 PM
   
RE:Shopping Cart Order Total Discount
Hi again,

Just wanted to follow up on this, as I have figured out my problems.

Things I didn't do correctly during installation
1) When it instructed me to copy the App_Code folder into the document root, I failed to to do so
2) When it instructed me to copy the CMS Modules files from the .ZIP file itself, I did not.

Once I did those, the checkbox appeared on the discount coupon page and was saving the selected value.

The next steps required custom modification to the shopping cart. Unfortunately at this stage in the development of this website, the shopping cart has been heavily modified so I am unable to do a direct copy & paste for the Shopping Cart steps.

I did a "diff" on the stock version of the two files vs the order discount version and found the code changes to the front end files and the back end files, and made these updates carefully to my custom shopping cart steps.

Everything is working great now. Thanks and hope this helps someone in the future.