-
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
Monthly Archives: March 2015
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
Prestashop: Allow wildcard search
Source: https://www.prestashop.com/forums/topic/280306-native-prestashop-search-module-issuessolved-casesimprovementsother/ The search index indexes on individual words and as it is now, wants you to give a search word from the beginning of the word. To fix this, we need to edit the file Classes/Search.php to fix this, … Continue reading
Posted in ecommerce
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: Allow wildcard search
Prestashop: How to make home slider fade in version 1.6
Open yourdomain/themes/yourtheme/js/modules/homeslider/js/homeslider.js and change this: if (!!$.prototype.bxSlider) $(‘#homeslider’).bxSlider({ useCSS: false, maxSlides: 1, slideWidth: homeslider_width, infiniteLoop: homeslider_loop, hideControlOnEnd: true, pager: false, autoHover: true, auto: homeslider_loop, speed: homeslider_speed, pause: homeslider_pause, controls: true }); to this if (!!$.prototype.bxSlider) $(‘#homeslider’).bxSlider({ useCSS: false, maxSlides: 1, … Continue reading
Posted in ecommerce
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: How to make home slider fade in version 1.6
Prestashop: contentBox HTML module
Description: contentBox is a very simple, very intuitive and very powerful Prestashop Module. With contentBox you can add html blocks to prestashop, JAVASCRIPT + CSS blocks anywhere you want inside Prestashop 1.5 or Prestashop 1.6. Link: http://contentbox.org/ Works great for … Continue reading
Posted in CMS, ecommerce
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: contentBox HTML module