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 , | 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 , | 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 | Comments Off on PrestaShop 1.3 BackOffice login refresh issue