Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Addon] Category New Products Carousel for osC 2.3.4 bootstrap


auzStar

Recommended Posts

Support thread for the "Category New Products Carousel  (stand alone version) for osC 2.3.4 bootstrap" add-on module.

 

Report problems here.

 

Feedback and comments appreciated.

 

Download link:

http://addons.oscommerce.com/info/9445

 

 

------------------------------------------------------------------------------

PREREQUISITES:

osCommerce versions 2.3.4 bootstrap

"Modular Front Page" is NOT required for this stand alone version.

------------------------------------------------------------------------------

This add-on adds a carousel/sliding version of the "New Products" module to the front page and category pages.
Use it to replace the current "New Products" module.
Module is installed as a new separate module, so that it doesn't over-write any existing modules.

-----------------------------------------------------------------------------

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.

-----------------------------------------------------------------------------

post-290729-0-77826800-1456230699_thumb.jpg

post-290729-0-05286400-1456230711_thumb.jpg

Edited by auzStar

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

Hi Dom

 

Great addon love it.

 

Just a couple of wee things.

How do I remove the "big box/border" which goes around the outside of the addon ( I know my terminology isn't very good).

 

And is it possible to add a little text for each product .Like Tsimi did with his Featured Products addon (http://addons.oscommerce.com/info/9355)

 

Many thanks

 

Kind regards

Grandpa

Link to comment
Share on other sites

@@grandpaj

 

Hi John,

 

To remove the box around the carousel, just take out the main panel stuff in the template file "catalog\includes\modules\content\category\templates\cm_category_new_products_carousel.php" from this:

  <!-- carousel slide output -->
  <div id="cat_new_products_carousel" class="col-sm-12">
    <div class="panel panel-info">
      <div class="panel-heading">
          <h4 class="panel-title">
            <?php echo sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . (!isset($current_category_id) || $current_category_id == '0' ? '' : ' <i><span style="font-size: 12px; white-space: nowrap;">' . sprintf(MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_CATEGORY, ($category_depth == 'products' ? '' : MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_SUB_CATEGORY)) . '</span></i>') . ' <i><a style="font-size: 12px; text-decoration: none; outline: none; white-space: nowrap;" href="' . tep_href_link('products_new.php') . '">' . MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_HEADING_SHOW_MORE . '</a></i>'; ?>
          </h4>
      </div>
      <div class="panel-body" style="padding-bottom: 0px; padding-top: 0px;">
        <div class="row">
          <?php echo $new_prods_content; ?>
        </div>
      </div>
    </div>
  </div>

to this:

  <!-- carousel slide output -->
  <div id="cat_new_products_carousel" class="col-sm-12">
          <h4 class="panel-title">
            <?php echo sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . (!isset($current_category_id) || $current_category_id == '0' ? '' : ' <i><span style="font-size: 12px; white-space: nowrap;">' . sprintf(MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_CATEGORY, ($category_depth == 'products' ? '' : MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_SUB_CATEGORY)) . '</span></i>') . ' <i><a style="font-size: 12px; text-decoration: none; outline: none; white-space: nowrap;" href="' . tep_href_link('products_new.php') . '">' . MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_HEADING_SHOW_MORE . '</a></i>'; ?>
          </h4>
        <div class="row">
          <?php echo $new_prods_content; ?>
        </div>
  </div>

In regards to the text, I'll include an option to show the item text in the next version soon.

 

cheers

 

 

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

@@auzStar

 

Hi Dom

Many thanks, that did the trick I replaced the original code with



<!-- carousel slide output -->
  <div id="cat_new_products_carousel" class="col-sm-12">
    
      <div class="panel-heading-carousel">
          <h4 class="panel-title">
            <?php echo sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . (!isset($current_category_id) || $current_category_id == '0' ? '' : ' <i><span style="font-size: 15px; white-space: nowrap;">' . sprintf(MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_CATEGORY, ($category_depth == 'products' ? '' : MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_SUB_CATEGORY)) . '</span></i>') . ' <i><a style="font-size: 15px; text-decoration: none; outline: none; white-space: nowrap;" href="' . tep_href_link('products_new.php') . '">' . MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_HEADING_SHOW_MORE . '</a></i>'; ?>
          </h4>
      </div>
      <div class="panel-body" style="padding-bottom: 0px; padding-top: 0px;">
        <div class="row">
          <?php echo $new_prods_content; ?>
        </div>
      </div>
    
  </div>

To finish all I need to do now is replace ..."Show All" with a button, so as to keep the site all the same.However despite my "best efforts" I've been unable to sort. Any "clues" woud be appreciated.

 

Many thanks

Grandpa

Edited by grandpaj
Link to comment
Share on other sites

@@grandpaj

 

@@auzStar

 

To finish all I need to do now is replace ..."Show All" with a button, so as to keep the site all the same.However despite my "best efforts" I've been unable to sort. Any "clues" woud be appreciated.

 

Many thanks

Grandpa

 

for a button replace this line:

            <?php echo sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . (!isset($current_category_id) || $current_category_id == '0' ? '' : ' <i><span style="font-size: 15px; white-space: nowrap;">' . sprintf(MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_CATEGORY, ($category_depth == 'products' ? '' : MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_SUB_CATEGORY)) . '</span></i>') . ' <i><a style="font-size: 15px; text-decoration: none; outline: none; white-space: nowrap;" href="' . tep_href_link('products_new.php') . '">' . MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_HEADING_SHOW_MORE . '</a></i>'; ?>

to:

            <?php echo sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . (!isset($current_category_id) || $current_category_id == '0' ? '' : ' <i><span style="font-size: 12px; white-space: nowrap;">' . sprintf(MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_CATEGORY, ($category_depth == 'products' ? '' : MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_SUB_CATEGORY)) . '</span></i>') . ' ' . tep_draw_button(MODULE_CONTENT_CATEGORY_NEW_PRODUCTS_CAROUSEL_HEADING_SHOW_MORE, 'glyphicon glyphicon-triangle-right', tep_href_link('products_new.php'), 'primary', null, 'btn-default btn-sm'); ?>

you'll have to change the language file to what ever text you want to appear.

 

cheers

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

@']

 

Responding to your post from here http://www.oscommerce.com/forums/topic/396152-bootstrap-3-in-234-responsive-from-the-get-go/page-84#entry1739936

When installing Category New Products Carousel (bootstrap) http://addons.oscommerce.com/info/9445 it did'n show up in the home page :(  :(  :(  

Then I installed the front page new products carrousel of Jim and that works, but the New Products Carousel also shows up in categories  :)  :)  :)   

 

You're probably misunderstanding the instructions.

 

"Category New Products Carousel (bootstrap)" is stand alone i.e. it doesn't need the "Modular Front Page", it was designed mainly to go in the category pages but can it appear on the front page as well (to replace the current New Products display if you don't have Modular Front Page installed). This is achieved if you have inserted the code correctly in the right positions as per instructions and example index.php file provided in the package.

 

"Front Page New Products Carousel (bootstrap)" is designed to be installed with the "Modular Front Page" and it only appears on the front page, therefore it can easily be sorted amongst the other modules contained in "Modular Front Page". then if you still want the carousel version of new products to appear on the category pages you install the "Category New Products Carousel (bootstrap)" add-on and only insert the code in the appropriate locations in the index.php file.

 

The instructions tell where the modules can show and you only install the modules you want and put the code where you want it to show.

 

These modules just provide people with different options.

 

To make things easier, the next release of this "Category New Products Carousel (bootstrap)" add-on will have options to choose which pages to show (if code is inserted correctly) to easily turn on/off on pages to be seen, as has been done to this add-on: http://addons.oscommerce.com/info/9450

 

cheers

 

 

 

 

Edited by auzStar

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

@@auzStar I have a conflict with this on my index page.

 

I have several index content mods, in  an index dir and I call them with... Around line 300.

  <div class="contentText">
    <?php echo tep_customer_greeting(); ?>
  </div>

    <div class="row">
    <?php echo $oscTemplate->getContent('index'); ?>
  </div>
  

It would seem

<div class="row">

<?php
    echo $oscTemplate->getContent('category');
?>

</div>

Works for the sub-cats pages, but not the main index page (index.php)...

 

If I move your call to getContent('category') after getContent('index') it works on main index page, however will now not work on  subs....

 

Does this make sense?

 

I've just made 2 copies of your addon... renaming one and moving to the index directory.

Link to comment
Share on other sites

@@greasemonkey

 

Scott,

 

To get it to appear in multiple parts of index page (i.e. on front page and category pages) you need to put getContent('category') where you want it to appear.

 

As example below (which is sample of the index.php file code):

?php

  if ($category_depth == 'nested') {

//appears in top level category pages (categories without products within them but has subcategories with products)

    echo getContent('category');

  } elseif ($category_depth == 'products' || (isset($HTTP_GET_VARS['manufacturers_id']) && !empty($HTTP_GET_VARS['manufacturers_id']))) {

//appears in category pages that contain products within them

    echo getContent('category');

  } else { // default page

//front page

    echo getContent('category');

  }
?>

It will display new products targeted to that category (or all if on front page).

 

The next release will have options in admin to choose which pages to show (if code is inserted correctly as above) to easily turn on/off on pages to be seen, as has been done to this add-on "Category Popular Products Carousel".

 

Note: above refers to original module, not your copies.

 

cheers

Edited by auzStar

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

New version (v1.1) has been added to the add-on:

http://addons.oscommerce.com/info/9445/#tabs-hist

 

------------------------------------------------------------------------------
CHANGES:

 

product box highlight on mouse hover

 

more module options in admin
- to show/hide product descriptions
- adjust length of descriptions
- to show/hide carousel on different pages (i.e. front page and category pages)
- to enable/disable autoplay/slide
- adjust autoplay speed

 

2 choices of templates (with and without panel border surrounding the carousel)

 

other minor improvements/corrections

------------------------------------------------------------------------------
 

@@grandpaj You may be interested in this new version.

 

cheers

 

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

I know these are working, but since I also have the front page modules, I can get it works  :(  :(

 

Yes, you can use this to run on the category pages and/or the front page. There are options in admin to enable/disable where it appears as long as the code is placed correctly inside the index.php file as per the installation instructions.

 

This module runs separate from the "Front Page Modules".

 

cheers

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

@@SpicyGirl

 

Your post from Modular Front Page Support here: http://www.oscommerce.com/forums/topic/367042-addon-modular-front-page/page-62#entry1740770

 

@@auzStar

 

 

that's true, i mislooked,its =fp-new-products.

 

I installed your Category New Products Carousel (bootstrap) and all funcions in the adminsite works, got new products as i selected in categories but in normal form, but NOT in Carousel.

 

 

First of all, please post in the correct support thread relating to the add-on. Most add-ons give you the support link.

 

Have you installed the "owl carousel" heater tag module with this add-on? You need it for the carousel to work.

 

 

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

@@SpicyGirl

 

 

Have you installed the "owl carousel" heater tag module with this add-on? You need it for the carousel to work.

forgot to tell, have this already installed

 

Module Version

1.0

 

Owl Carousel Version

1.3.3

 

Enable jQuery Owl Carousel Module

True

 

Pages

index.php

product_info.php

products_new.php

specials.php

 

Sort Order

0

Link to comment
Share on other sites

Pages

index.php

product_info.php

products_new.php

specials.php

Is there any reason why you have enabled other pages? By default when you install the "owl carousel header tag module" only index.php is enabled. "Category New Products Carousel" is only designed to work on index.php page (example, it can appear on the front page as well as category pages if things are setup correctly inside index.php and in admin). So do you have other modules installed on the other pages that need owl carousel loaded?

 

You say the "Category New Products Carousel" is not working? Do you have a link to your website, so that I can look at the problem and look at your website source code?

 

cheers

Edited by auzStar

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

  • 2 weeks later...

New version (v1.2) has been added to the add-on:

http://addons.oscomm...9445/#tabs-hist

 

------------------------------------------------------------------------------
CHANGES:

 

- fixed a bug that sets the description length (set at a certain length can break layout)

- other minor improvements/corrections

 

------------------------------------------------------------------------------

Demo:
http://www.auzcommerce.com.au/osc234bs_test/index.php

 

@@grandpaj You may be interested in this new version.

 

cheers

Edited by auzStar

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

  • 2 months later...

helo @@auzStar

 

I like the appearance of the carousel .. even I think with  jQuery Owl Carousel give a better handling especially in smartphone or tablet view.

 

I just wonder that the 'Featured product carousel' idea will use the jQuery Owl Carousel also. I think the idea of featured product in front page is something that we all need. There is an addon available in http://addons.oscommerce.com/info/9439 .. but I hope there will be a jQuery Owl Carousel version for a better look..

 

thanks,

pit

Link to comment
Share on other sites

helo @@auzStar

 

I like the appearance of the carousel .. even I think with  jQuery Owl Carousel give a better handling especially in smartphone or tablet view.

 

I just wonder that the 'Featured product carousel' idea will use the jQuery Owl Carousel also. I think the idea of featured product in front page is something that we all need. There is an addon available in http://addons.oscommerce.com/info/9439 .. but I hope there will be a jQuery Owl Carousel version for a better look..

 

thanks,

pit

 

Thankyou for your positive feedback. Possibly may do featured products owl carousel version in the near future :).

 

cheers

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

  • 2 months later...

New version (v1.3) has been added to the add-on:

http://addons.oscomm...9445/#tabs-hist

 

Contains 3 versions of the module:
A standalone version, and 2 versions if you have the more recent versions of osCommerce BS EDGE that now include modular index and modular category 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 (default behavior for prices in stock std "new product" modules is to display specials price only).  
Fixed issue where sometimes too much white space would appear within the product description.
Other minor improvements/corrections.

 

------------------------------------------------------------------------------

New Products Carousel demos can be seen here:

http://www.auzcommer..._test/

 

cheers

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

  • 1 month later...

@@grandpaj

How can I change the number of products that appear on the index page from 3 to 4.

 

Hi John,

 

If you're referring to the number of items that appear within the carousel window, then this number is dependent on the screen size i.e. it adjusts automatically the number of items according to the screen size for example: 4 on desktop, 2 to 3 on tablet and 1 on mobile. If you adjust your window screen size on desktop by making it smaller and larger you'll see what I mean.

 

Inside the template file for the module (near the bottom of the file) there is some javascript code. At the beginning of the java script code there are some settings which can be altered. If you read the comments for each setting you can work out what each one does and then you can adjust accordingly.

 

cheers 

 

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

@@grandpaj

How can I change the number of products that appear on the index page from 3 to 4.

 
How did you go with this John?

My Add-ons
Advanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download Support
Ajax Product Listing for osC 2.3.4 (bootstrap) Download Support
Category New Products Carousel for osC 2.3.4 (bootstrap) Download Support
Category Popular Products Carousel for osC 2.3.4 (bootstrap) Download Support
Customer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download Support
Front Page New Products Carousel for osC 2.3.4 (bootstrap) Download Support

Index Nested - Product Listing for osC 2.3.4 (bootstrapDownload Support
Match Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download Support
Modular Category Page for osC 2.3.4 (bootstrap)
Download Support

NEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download Support
NEW Equal Height Module for osC 2.3.4 (bootstrapDownload Support
Products Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download Support
Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
Download Support

Upcoming Products Modules for osC 2.3.4 (bootstrap) Download Support

 
Assisted Add-ons
Scroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support
 
Bootstrap Add-ons created by other members
osCommerce Bootstrap Addons and Code

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...