So one of my CSR's kept having this problem. I am going in and changing the weight on the only product in the cart to no avail. It turns out, that if the address cannot be verified, then no methods will show up. The CSR had a space in front of the zip code, because the customer entered it that way. Make sure the address you are shipping to validates, or the shipping methods will fail. It seems a simple PHP trim() function would have resolved this anomaly.
Good luck
Wednesday, October 19, 2011
Tuesday, October 4, 2011
SugarCRM 6.1 ModernAqua Theme Install
For lack of documentation...
Download from SugarForge... http://www.sugarforge.org/projects/modernaqua
Install in Module Loader.
In order to allow SugarCRM to see the template, after installation I had to follow these instructions here... http://www.sugarcrm.com/forums/f3/unable-change-theme-sugarcrm-ce-6-1-a-74922/# and a piece from here...http://www.sugarcrm.com/forums/f115/new-sugar-installed-fine-but-no-theme-65119/
I had to edit config.php and make the Default theme "ModernAqua". Move "Classic" theme to disabled list in admin>themes. Rename Sugar5 to something different. Delete cache/themes/Sugar5 and change the file permissions for both the /themes/ModernAqua and /cache/themes/ModernAqua to 775 for all directories and 644 for all files.
Then it worked. I hope this helps someone.
Monday, October 3, 2011
Magento 1.5 - Custom Options as Shopping Cart Price Rules - No Can Do!
After spending more than 8 hours attempting to get Custom Options to work as criteria for shopping cart price rules, I have given up for now. The closest that one could get to identify an "option" in the cart and apply price rules would be to create a product from an attribute set, which is obviously not a "customer selectable option," and use the attribute set as criteria for the price rule.
I wish I had better news about this, as I really need this functionality. Maybe I should create a module. :|
I wish I had better news about this, as I really need this functionality. Maybe I should create a module. :|
Subscribe to:
Posts (Atom)