Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Old addon do not fit with osc2.3.4BS


Recommended Posts

Hi all,

 

I've uploaded a new Scroll Boxes add-on ("specials" & "what's new"), for BS & non-BS. 

 

I ended up ditching vertical scrolling for the BS version in favour of horizontal scrolling to be consistent with the swipe left/right action. A number of other scroll/navigation options have been included.

 

Non-BS version has also been updated. Removed the marquee scroller (and the big gap it created) and replaced it with jQuery scrolling.

 

Scroll Boxes add-on: http://addons.oscommerce.com/info/8065

 

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

  • Replies 51
  • Created
  • Last Reply

HI, thanks for the update to the scroll box addon

 

i am trying out the non BS version, after i install the box, i get this Error on the page

 

TypeError: $(...).scrollbox is not a function

 

and the whats new box does not scroll, if i remove the box the error does not show.

 

any ideas?

thanks

Link to comment
Share on other sites

@@kudos

 

Hi Rob,

 

Where did you add the "jquery.scrollbox.min.js"? It's just that if this is a common issue your solution may help others.

 

I did test this with osc 2.3.1 to 2.3.4 std versions with the install instructions provided and did not have any issue.

 

Thanks

 

 

 

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, was due to me already having some mods installed that used some Jquery, so i just had to add it into a different section in the template_top file, so i dont think this will effect alot of people if any.

 

but for reff for others, if you get a TypeError: $(...).scrollbox is not a function 

the error comes up in a debug console it pretty much means the Jquery.scrollbox.min.js is not loaded.

Link to comment
Share on other sites

@@kudos

 

thanks Rob :thumbsup:

 

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

  • 3 months later...

Being the 'cut & paste' coder that I am, I occasionally (usually?) end up coding myself into a corner ...

 

I wanted a vertical scrolling 'News' box. I started with @@De Dokta 's "Latest News Multilingual for 2.3.x and BD2334

 

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

 

I converted it to a box, and enabled vertical scrolling using the HTML Marquee command. It worked fine, and I was about to share it when ...

 

I started following @@De Dokta and @@auzStar go round and round with their conversion of the whats_new and specials modules to scroll using javascript (or the Bootstrap carousel command), I figured I'd try to adapt javascript to my project. After *many* 'cut and paste' sessions using bits of code from all three examples from the above mentioned (and *many* failures :wacko:),  I finally have something that is working ...

 

But :-  ...

 

The 'News' I am trying to scroll is not all the same size. One 'news' notice may be one sentence, and another may be 3 paragraphs. When the code reads in all of the 'news', it sets the 'height' of each 'news' item to that of the defined height. If the 'news' is smaller than that, it pads it with a blank space.

 

post-327952-0-16494700-1432614884_thumb.jpg

 

If I have another 'news' item that is larger than the defined height, the code actually writes one news bit on top of another

 

post-327952-0-91934100-1432614901_thumb.jpg

 

Here's the relevant bit of code from the module ...

    function execute() {
      global  $oscTemplate, $languages_id, $currencies;


      $lnews_query_raw = "select nec.content,
                                 nec.headline,
                                 ne.date_added,
                                 ne.status
                          from latest_news ne
                          left join latest_news_content nec on ne.news_id = nec.news_id
                          where nec.language_id= '" . (int)$languages_id . "'
                          and ne.status = 1 
                          order by date_added DESC";

      $lnews_query = tep_db_query($lnews_query_raw);

      if (tep_db_num_rows($lnews_query)) {


// use values set in admin or set default

        $scroller_height = (MODULE_BOXES_WHATS_NEW_SCROLLER_HEIGHT > 0 ? MODULE_BOXES_WHATS_NEW_SCROLLER_HEIGHT : 260);
// height of scroller set in admin or use default

        $scroller_speed = (MODULE_BOXES_WHATS_NEW_SCROLLER_SPEED > 0 ? MODULE_BOXES_WHATS_NEW_SCROLLER_SPEED : 100);
// speed of scroller set in admin or use default

        $scroller_delay = (MODULE_BOXES_WHATS_NEW_SCROLLER_DELAY > 0 ? MODULE_BOXES_WHATS_NEW_SCROLLER_DELAY : 0); 
// pause time of scroller set in admin or use default

        $rp = '';

        while ($lnews = tep_db_fetch_array($lnews_query)) {


          $rp .= '<li style="height: ' . $scroller_height . 'px; text-align: left;">';
          $rp .= '  <strong>';
          $rp .= '    <font size=2>';
          $rp .=        ($lnews["headline"]);
          $rp .= '    </font>';
          $rp .= '  </strong>';
          $rp .= '  <br />';
          $rp .=     sprintf(tep_date_short($lnews["date_added"]));
          $rp .= '  <br />';
          $rp .=    ($lnews["content"]);
          $rp .= '  <hr >';
          $rp .= '</li>';

        }

        $js = '<script>$("#whats_new_scroller").scrollbox({linear: true, step: 1, delay: ' . $scroller_delay . ',  speed: ' . $scroller_speed . '});</script>';

        $data = '<div class="panel panel-default">' .
                '  <div class="panel-heading">' .
                '    <a href="' . tep_href_link(FILENAME_PRODUCTS_NEW) . '">' .
                       MODULE_BOXES_WHATS_NEW_SCROLLER_BOX_TITLE  .                 '    </a>' .
                '  </div>' .
                '  <div class="panel-body">' .
                '    <div id="whats_new_scroller" style="height: ' . $scroller_height . 'px; overflow: hidden;">' .
                '      <ul style="list-style: none; overflow: hidden; padding-left: 0; margin: 0;">' .                        

                         $rp .
                '      </ul>' .
                '    </div>' .
                     $js .
                '  </div>' .
                '</div>';

        $oscTemplate->addBlock($data, $this->group);
      }
    }

Oh, and I know nothing about javascript :mellow:

 

Any ideas?

 

Thanks in advance!

 

Malcolm

Link to comment
Share on other sites

Uhh why is it not possible to edit a post? :x

 

Ok what I wanted to say: It seems that a continuous scrolling is not possible with the carousel script used in whats_new and specials scroller. I searched in vain a solution for that and finally cut the text to the required length....

Link to comment
Share on other sites

Fixed it! (sometimes, all it takes is a good night's sleep B))

 

I had the height defined twice ... once for the block of 'news' data, and once again for the box size. Once I removed the height from the block of news data, it worked (w00t)

 

Replace this:

          $rp .= '<li style="height: ' . $scroller_height . 'px; text-align: left;">';
          $rp .= '  <strong>';
          $rp .= '    <font size=2>';
          $rp .=        ($lnews["headline"]);
          $rp .= '    </font>';
          $rp .= '  </strong>';
          $rp .= '  <br />';
          $rp .=     sprintf(tep_date_short($lnews["date_added"]));
          $rp .= '  <br />';
          $rp .=    ($lnews["content"]);
          $rp .= '  <hr >';
          $rp .= '</li>';

With this:

          $rp .= '<li>';
          $rp .= '  <strong>';
          $rp .= '    <font size=2>';
          $rp .=        ($lnews["headline"]);
          $rp .= '    </font>';
          $rp .= '  </strong>';
          $rp .= '  <br />';
          $rp .=     sprintf(tep_date_short($lnews["date_added"]));
          $rp .= '  <br />';
          $rp .=    ($lnews["content"]);
          $rp .= '  <hr >';
          $rp .= '</li>';

Now, to go back and clean up all the details ...

 

Malcolm

Link to comment
Share on other sites

  • 5 months later...
  • 3 weeks later...

Hi,
 
I  just installed the scrolling contribution on a freshly BS version. It seems to work 
 
But I noticed that the GRID/LIST function of BS is not working anymore in my product_listing  module.
When I look analyse the page I see an error
 
[TypeError: $(...).swiperight is not a function
 
Looks like an in Jqueury conflict to me.
 
Any ideas on how to solve this issue?

Link to comment
Share on other sites

@@koopmanh
 
Hi Hans,
 
Try changing inside the header tag module "ht_jquery_mobile.php" at line 15:

    var $group = 'header_tags';

to:

    var $group = 'footer_scripts';

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

Just tested the "Specials and What's New Scroll Boxes" on an up-to-date osC BS that has only minor changes and a couple of add-ons. Had no problems with either the boxes or the Grid/List operation. Tested using "header_tags" and "footer_scripts", on IE, Chrome and Firefox, all good.

 

Feel free to visit test site:

http://www.auzcommerce.com.au/osc234bs_test/

 

Check your install.

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

Just to add...

 

The only time Grid/List didn't work is that if you don't have the jQuery Mobile Javascript header tag module installed or it is disabled. In which case you need to disable swiping in the scroll box 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

  • 3 months later...

@@razgre

 

I didn't create one but there maybe one. Just search the add-ons http://addons.oscommerce.com/.

 

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

Hi Guys,

 

works, but not both together. One will scroll other tay static.

Same with my Front Page Carousel Banners that has stop working when installing this boxes.

Setting on false doesn change, removing the scrollers let work FPCB again.

 

Installed on a OSC234BS EDGE PHP 5.4.45 

Link to comment
Share on other sites

@@SpicyGirl

 

I just tested what you described above (with latest BS versions) and everything works. Double check your install.

 

Do you have website to show me?

 

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

  • 4 months later...
Scroll Boxes (What's New and Specials) v1.4 (bootstrap) has been added to the add-on
(non-bootstrap version is unchanged, still v1.3)
 
CHANGES IN BOOTSTRAP VERSION (v1.4):
(minor fixes and improvements)
fixed undefined variables
css improvements
improved look of navigation buttons
vertically centered content inside box
 
Download:
 
  
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 weeks later...
Scroll Boxes (What's New and Specials) v1.5 (bootstrap) has been added to the add-on
(non-bootstrap version is unchanged, still v1.3)
 
CHANGES IN BOOTSTRAP VERSION (v1.5):
Added version number in module.
Added check to determine if jQuery Mobile Javascript is enabled before allowing swipe to be enabled.
 
Download:
 
  
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

  • 3 weeks later...
Scroll Boxes (What's New and Specials) v1.6 (bootstrap) has been added to the add-on
(non-bootstrap version is unchanged, still v1.3)
 
CHANGES IN BOOTSTRAP VERSION:
jQuery Mobile Javascript has been removed from the full package and now exists in a separate folder "jquery mobile".
Harcode DIR_WS_* file paths inline with latest BS EDGE.
Other minor changes.
 
Download:
 
  
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...

Scroll Boxes (What's New and Specials) v1.7 (bootstrap) has been added to the add-on
(non-bootstrap version is unchanged, still v1.3)

CHANGES IN BOOTSTRAP VERSION:
- Added new option to target products to current category, otherwise the default is storewide.
- When "target products to current category" option is enabled the module checks to see if the "Index Nested - Product Listing" module is installed (this targets products to the current category including it's subcategories).
- Fix issue where content inside boxes was out of alignment after recent update to jQuery to version 3.1.0 in latest osCommerce BS EDGE. (slight modification to scrolling scripts required)
- jQuery Mobile Javascript (catalog\ext\jquery\jquery.mobile.custom.min.js) file is updated to version 1.5 (previously v1.4.5). This fixed issue where swipe didn't work after recent update to jQuery to version 3.1.0 in latest osCommerce BS EDGE.

Download:
http://addons.oscomm.../8065#tabs-hist
 
Demos:
Bootstrap version
http://www.auzcommer.../osc234bs_test/
Non-Bootstrap version
http://www.auzcommer...osc234/catalog/
  
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...