-
Recent Posts
Recent Comments
Archives
- August 2020
- March 2020
- December 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
Tag Archives: prestashop 1.3
Prestashop: Category Quantity Discount
Apply Quantity Discounts across all products in a category Prestashop 1.2 – 1.3 Source: http://www.prestashop.com/forums/topic/75558-mod-quantity-discounts-for-all-the-products-in-the-same-default-category/ Prestashop 1.4 – 1.6 Source: http://www.prestashop.com/forums/topic/140803-free-module-category-quantity-discount-apply-quantity-discounts-across-all-products-in-a-category/ Quantity discount is calculated based on the price of product. For promotion mechanics below, if we use the built-in … Continue reading
Posted in ecommerce
Tagged prestashop, prestashop 1.3
Comments Off on Prestashop: Category Quantity Discount
Prestaship 1.3 Force default currency for checkout
Source: http://www.prestashop.com/forums/topic/9473-module-force-currency/ Note: Error in amount shown in store owner email but is correct in customer email. Use with caution. in init.php before: $currency = Tools::setCurrency(); add: $cookie->id_currency = intval(Configuration::get(‘PS_CURRENCY_FRONT_DEFAULT’)); in admin/tabs/AdminCurrencies.php after: ‘PS_CURRENCY_DEFAULT’ => array(‘title’ => $this->l(‘Default currency:’), ‘desc’ … Continue reading
Posted in ecommerce
Tagged prestashop, prestashop 1.3
Comments Off on Prestaship 1.3 Force default currency for checkout
PrestaShop 1.3 BackOffice login refresh issue
Took over an ecommerce project running PrestaShop 1.3. The BackOffice’s unexplained admin login time-out issue was driving me crazy. Tried many solutions to optimise the various settings to no avail. Finally found this solution below which finally worked. Solution discovered … Continue reading
Posted in ecommerce
Tagged prestashop 1.3
Comments Off on PrestaShop 1.3 BackOffice login refresh issue