auzStar Posted February 26, 2016 Posted February 26, 2016 (edited) Support thread for the "Category Popular Products Carousel for osC 2.3.4 bootstrap" add-on. Report problems here. Feedback and comments appreciated. Download link: http://addons.oscommerce.com/info/9450 ------------------------------------------------------------------------------ PREREQUISITES: osCommerce versions 2.3.4 bootstrap Can be used with the "Modular Category Page" add-on http://addons.oscommerce.com/info/9448 or as a stand alone add-on. ------------------------------------------------------------------------------ This add-on adds a carousel/sliding "Popular Products" module to the category pages and can be added to the front page.Ability to highlight hot selling items. ----------------------------------------------------------------------------- This add-on relies on jQuery Owl Carousel v1.3.3 for carousel sliding effects.More information can be found here "http://owlgraphic.com/owlcarousel/". jQuery Owl Carousel is included with this package and is installed separately as a heater_tag module. jQuery Owl Carousel handles responsive carousels a lot better than Bootstrap carousel version.It automatically adjusts the number of items inside the carousel according to the viewport size. ----------------------------------------------------------------------------- Edited February 26, 2016 by auzStar vampirehunter 1 Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code
douglaswalker Posted February 27, 2016 Posted February 27, 2016 Hi there this is a great mod...works beautifully. Very fast auzStar 1 Quote
auzStar Posted March 7, 2016 Author Posted March 7, 2016 New version (v1.1) has been added to the add-on: http://addons.oscommerce.com/info/9450/#tabs-hist ------------------------------------------------------------------------------CHANGES: product box highlight on mouse hover more module options in admin- to show/hide product descriptions- adjust length of descriptions 2 choices of templates (with and without panel border surrounding the carousel) other minor improvements/corrections ------------------------------------------------------------------------------ cheers Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code
valquiria23 Posted June 21, 2016 Posted June 21, 2016 Dear @@auzStar I install this addon on a new OSC EDGE store, but nothing appears. I Check all the installation steps and all appears to be ok. What could be happening? Do I need to install Modular Category Page? Best Regards, Valqui Quote Community Oscommerce fan You'll find the latest osC community version here.
auzStar Posted June 21, 2016 Author Posted June 21, 2016 @@valquiria23 Dear @@auzStar I install this addon on a new OSC EDGE store, but nothing appears. I Check all the installation steps and all appears to be ok. What could be happening? Do I need to install Modular Category Page? Best Regards, Valqui No, you do not need to install "Modular Category Page", but you DO need to have the below code inside index.php as per the install instructions and by referring to the sample index.php file provided in the package. <!-- Category Popular Products Carousel modifications **************************************** start --> <div class="row"> <?php echo $oscTemplate->getContent('category'); ?> </div> <!-- Category Popular Products Carousel modifications **************************************** end --> Also check that you have correctly enabled the settings for this module in admin. You also need to have sold items in the store as this module works like the "bestsellers" box module. If you enable the bestsellers box module does it display? cheers Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code
valquiria23 Posted June 21, 2016 Posted June 21, 2016 Dear @@auzStar I "buy" some products and now the addon works perfectly !!! Thank you very much for your support, perhaps a good idea would be to add this comment to the installation instructions. Best regards, Valqui Quote Community Oscommerce fan You'll find the latest osC community version here.
auzStar Posted June 22, 2016 Author Posted June 22, 2016 @@valquiria23 perhaps a good idea would be to add this comment to the installation instructions. I thought that it was pretty obvious, how else would products become popular if they are not sold. Doco states "Ability to highlight hot selling items." Also, some module options would indicate that items need to be sold. Thanks for suggestion. cheers valquiria23 1 Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code
auzStar Posted September 15, 2016 Author Posted September 15, 2016 New version (v1.2) has been added to the add-on: http://addons.oscomm...9450/#tabs-hist Contains 4 versions of the module: A standalone version, and 3 versions if you have the more recent versions of osCommerce BS EDGE that now include modular index and modular category pages, including an extra one for the sub-category product pages. ------------------------------------------------------------------------------CHANGES: Included in instructions is to check that you have the latest code (necessary for correct operation of this add-on) inside "catalog\includes\classes\currencies.php", same as latest EDGE. Added version check (so that in future, if only the module file needs to be replaced, the version number of the module will update without removing/re-installing the module). Corrected the names of the template files to be consistent with osCommerce naming standards for template files. Brought module up-to-date with latest osCommerce BS EDGE coding standards i.e. microdata, replace deprecated $HTTP_* vars with $_*, hardcode DIR_WS_* file paths and compatibility with PHP7. Included an option to display the old product price along with any special prices. Fixed issue where sometimes too much white space would appear within the product description. Other minor improvements/corrections. ------------------------------------------------------------------------------Popular Products Carousel demo can be seen here: http://www.auzcommer..._test/ cheers Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code
auzStar Posted October 24, 2016 Author Posted October 24, 2016 New version (v1.3) has been added to the add-on: http://addons.oscomm...9450/#tabs-hist Contains 4 versions of the module: A standalone version, and 3 versions if you have the more recent versions of osCommerce BS EDGE that now include modular index and modular category pages, including an extra one for the sub-category product pages. ------------------------------------------------------------------------------CHANGES: Fix issue where content inside carousels was out of alignment after recent update to jQuery to version 3.1.0 in latest osCommerce BS EDGE. (slight modification to carousels scripts required) Removed existing version number implementation and now using osCommerce built-in version number implementation designed for modules. Some minor code modifications to conform to osCommerce coding standards. Module checks to see if the "Index Nested - Product Listing" module is installed (this combines popular products in the current category and all it's subcategories to show in the carousel). Added option to show and "x" to allow the Popular Products Carousel to be closed (except on front page). jQuery Owl Carousel has been updated to v1.2. ------------------------------------------------------------------------------Popular Products Carousel demo can be seen here: http://www.auzcommer..._test/ cheers Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.