-
Recent Posts
Recent Comments
Archives
- December 2019
- August 2019
- July 2019
- June 2019
- May 2019
- March 2019
- August 2018
- July 2018
- May 2018
- March 2018
- September 2017
- August 2017
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- November 2015
- October 2015
- September 2015
- August 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
Categories
Meta
Monthly Archives: January 2015
OScommerce: Quantity Discounts by That Software Guy (CCGV error)
Source: http://www.thatsoftwareguy.com/osc_quantity_discounts.html#CCGV Q: I am also using the CCGV (Coupon Code/Gift Voucher) Contribution. On the Checkout Payment Page, I get the error: “Fatal error: Call to undefined method ot_quantity_discount::use_credit_amount() in ……../httpdocs/includes/classes/order_total.php on line nnn” A: Make the following fix to … Continue reading
Posted in ecommerce
Tagged oscommerce
Comments Off on OScommerce: Quantity Discounts by That Software Guy (CCGV error)
Prestashop 1.6: how to centralise logo in new theme
Source: http://www.prestashop.com/forums/topic/318418-solved-center-logo-in-new-theme-16/ open header.tpl file (located in your theme dir) and remove this code: <div id=”header_logo”><a title=”{$shop_name|escape:’html’:’UTF-8′}” href=”{$base_dir}”> <img src=”{$logo_url}” alt=”{$shop_name|escape:’html’:’UTF-8′}” width=”{$logo_image_width}” height=”{$logo_image_height}” /> </a></div> then go to /themes/default-bootstrap/modules/blocksearch/blocksearch-top.tpl and paste code that you removed at the end of the … Continue reading
Posted in ecommerce
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop 1.6: how to centralise logo in new theme
Prestashop 1.6 Upgrading from old version, product images not showing
Solution: http://www.prestashop.com/forums/topic/271091-images-not-showing-after-upgrading-1550 Preferences > Images 1) Set Use the legacy image filesystem to YES 2) Click Move images Wait for the process to complete. 3) Set Use the legacy image filesystem back to NO Should solve the problem of missing … Continue reading
Posted in ecommerce
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop 1.6 Upgrading from old version, product images not showing