-
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
Category Archives: modules
Prestashop: Layered Navigation Block – Auto Scroll to Products
Source: https://www.prestashop.com/forums/topic/347990-layered-navigation-block-auto-scroll-to-products/ js file under “/themes/themename/js/modules/blocklayered” called “blocklayered.js” Solution 1: Replace : $.scrollTo(‘.product_list’, 400); by $.scrollTo(‘product_list’, 0); //stop the scroll or $.scrollTo(‘body’, 0); // brings to the top of the page instantly. Solution 2: //if(slideUp) //$.scrollTo(‘.product_list’, 400); //updateProductUrl();
Posted in ecommerce, modules
Tagged prestashop
Comments Off on Prestashop: Layered Navigation Block – Auto Scroll to Products
Prestashop: category pages noindex
Due to layered navigation block disabling robots by default… Solution: https://www.prestashop.com/forums/topic/866411-category-pages-noindex/ Hi, the problem comes from the “Layered navigation block” module. After the update to v2.2.1 something has changed. To Fix the problem for Prestashop 1.6 go to Modules and … Continue reading
Posted in modules, troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: category pages noindex
Prestashop: Warehouse theme mobile menu disable link on category parent
File edits are uploaded on: modules/iqitmegamenu/iqitmegamenu.php override/modules/iqitmegamenu/iqitmegamenu.php themes/warehouse/js/modules/iqitmegamenu/js/mlpushmenu.js 1) modules/iqitmegamenu/iqitmegamenu.php changed private function generateCategoriesMenu($categories, $depth_limit, $depth = 0) to protected function generateCategoriesMenu($categories, $depth_limit, $depth = 0) Overrides do not work on private functions. Could have just edited the whole file … Continue reading
Posted in ecommerce, modules
Tagged prestashop 1.6, warehouse theme
Comments Off on Prestashop: Warehouse theme mobile menu disable link on category parent
Prestashop: Remove unnecessary bank details from bottom of PDF invoice
Solution: unhooking the paypal module from the displayPDFInvoice hook will also work. If bank details are required, after unhooking, install the module from this post https://www.prestashop.com/forums/topic/119664-solved-generate-pdf-invoices-bank-wire-payment/?do=findComment&comment=2530505 Works for Prestashop 1.6 Source: https://www.prestashop.com/forums/topic/119664-solved-generate-pdf-invoices-bank-wire-payment/?p=2498597 and https://www.prestashop.com/forums/topic/560290-upgrade-1617-problem-with-invoice-pdf-template/?p=2541899
Posted in ecommerce, modules
Tagged invoice, paypal, prestashop
Comments Off on Prestashop: Remove unnecessary bank details from bottom of PDF invoice
Prestashop: Export Pro for products, categories, combinations (paid module)
Recommended: https://www.prestashop.com/forums/topic/429028-module-export-pro-csv-export-products-combinations-customers-categories-orders-addresses/ Free version with less features: https://www.prestashop.com/forums/topic/37900-free-module-products-export-module-v253-updated-23032016/
Posted in ecommerce, modules
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: Export Pro for products, categories, combinations (paid module)
Prestashop 1.6: Currency conversion issue Paypal module
E.g. Default currency USD Customer shop with EUR Backoffice Payment setting for Paypal module: Shop Default Currency Paypal module Configuration options (Express Checkout shortcut (Offer your customers a 3-click checkout experience) Express checkout disabled/enabled no difference Let’s say, 100 EUR … Continue reading
Posted in ecommerce, modules
Tagged prestashop 1.6
Comments Off on Prestashop 1.6: Currency conversion issue Paypal module
Prestashop 1.6: Homepage slider not showing on mobile devices
Homepage slider shows up on desktop version website but not on responsive default-bootstrap mobile theme. Solution is to go to the Image slider for your homepage plugin configuration and enable it for mobile devices. Source: https://www.prestashop.com/forums/topic/345282-my-home-page-slider-is-not-showing-on-mobile-device/ (Answer in post #8)
Posted in ecommerce, modules
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop 1.6: Homepage slider not showing on mobile devices
Prestashop: Paypal module v3.5.7 and up IPN validation error
Change your IPN settings in Paypal from yoursite/modules/paypal/validation.php TO yoursite/modules/paypal/inp.php Source: https://www.prestashop.com/forums/topic/271627-paypal-instant-payment-notification-warning/
Posted in modules
Tagged paypal, prestashop 1.6
Comments Off on Prestashop: Paypal module v3.5.7 and up IPN validation error