Destocking Trigger not working

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
chuckdvc
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 97
Joined: Fri Mar 20, 2009 12:32 pm

Destocking Trigger not working

Post by chuckdvc » Tue Dec 17, 2013 12:02 pm

Just upgraded. De-stocking is not working when an order is set to trigger. It only works when an order is marked shipped. Are there problems with some of the old settings options not working with Gold?

Also when we imported emails it now sends emails out but the number values in the emails just says "usl" which I assume is the html code in the email template. Why does it not work in Gold?

We are also having issues with checkout page hanging up. Getting shipping options, then having to edit order or change payment method from the default credit card to Gift cert, purchase order or defer payment takes about 30 seconds to change over. Seems every click on the checkout page takes 20-30 seconds. Awkward when taking a phone order. Not sure how its effecting the front side customers checking out yet.

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: Destocking Trigger not working

Post by ForumsAdmin » Wed Dec 18, 2013 1:05 am

Which version of Gold are you at?

chuckdvc
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 97
Joined: Fri Mar 20, 2009 12:32 pm

Re: Destocking Trigger not working

Post by chuckdvc » Wed Dec 18, 2013 1:22 pm

AbleCommerce GoldR6 (build 6169)

chuckdvc
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 97
Joined: Fri Mar 20, 2009 12:32 pm

Re: Destocking Trigger not working

Post by chuckdvc » Thu Dec 26, 2013 9:27 am

Thanks to Katie for sending me the link to the patch that fixes this bug. Would have saved me lots of time trying different settings if somebody here would have done that first thing. I know, I should have dug around and found it myself. So I assume if I don't get a response with a known fix its probably because its there and I need to dig for it?

chuckdvc
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 97
Joined: Fri Mar 20, 2009 12:32 pm

Re: Destocking Trigger not working

Post by chuckdvc » Thu Dec 26, 2013 9:28 am

Yes, we have a hot patch for the destock on payment authorized/order placed here:
http://help.ablecommerce.com/index.htm# ... s_gold.htm

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Destocking Trigger not working

Post by Katie » Fri Dec 27, 2013 9:20 am

Thank you Chuck. I had forgotten to post the link to the patch here. I appreciate your follow up to help other customers that might be having this same issue.

Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Destocking Trigger not working

Post by jmestep » Fri Dec 27, 2013 10:02 am

For your emails- are you sure they don't say "ulc" ? If so, Able changed the method that formats the currency. Here are the methods for Gold:

Code: Select all

$helper.LSCurrencyFormat($orderItem.Price,"ulc")
$helper.LSCurrencyFormat($orderItem.ExtendedPrice,"ulc")
$helper.LSCurrencyFormat($order.Items.TotalPriceById(0),"ulc")   (subtotal)
$helper.LSCurrencyFormat($order.Items.TotalPriceById(3),"ulc")
$helper.LSCurrencyFormat($order.Items.TotalPriceById(1, 2),"ulc")
$helper.LSCurrencyFormat($order.Items.TotalPriceById(4),"ulc")
$helper.LSCurrencyFormat($order.Items.TotalPriceById(5),"ulc")
$helper.LSCurrencyFormat($order.Items.TotalPriceById(),"ulc")   (total)
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Destocking Trigger not working

Post by Katie » Fri Dec 27, 2013 10:21 am

Thanks Judy. I ended up revising the upgrade instructions to make sure that customers didn't try to use the email templates from version 7. Besides the ULC issue, I believe we have fixed a few other issues as well.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

chuckdvc
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 97
Joined: Fri Mar 20, 2009 12:32 pm

Re: Destocking Trigger not working

Post by chuckdvc » Mon Dec 30, 2013 3:38 pm

Katie, I did go and fix the coding on the templates. Now that the upgrade instructions say not to use previous templates are there new ones that we need to use?

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Destocking Trigger not working

Post by Katie » Mon Dec 30, 2013 3:53 pm

The email templates for Gold are in the \app_data\EmailTemplates\Default\ folder. You can use WinMerge, or some other file comparison utility to find any differences, now that you've already upgraded.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

Post Reply