Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Old addon do not fit with osc2.3.4BS


Recommended Posts

@auzStar thanks for your link,

I've done little change, because at default, your addon gets randomly any product, which means that all available products could be selected as new. So in mysql query I used the order type taken from original 'What's new' box.

In lines 251-252 and 277-278 of bm_whats_new_scroller.php exchange:

order by
            rand()

to

 order by
            products_date_added desc 

Anyway very nice addon.

I've changed also data-slides from next-prev to prev-next (lines 99-100 and 105-106), because I think it looks better, when it slides in this way, but it's only my own opinion.

Link to comment
Share on other sites

  • 1 year later...
  • Replies 51
  • Created
  • Last Reply

Dear Dominic @auzStar

I have OSC 2.3.4.1 EDGE installed with this excellent addon.

When I install the header_tag module "jQuery Mobile Javascript" and I inspect in chrome it gives me the following error messages:

The functions of Swiping do not work either.

Any help is appreciated.

Best regards.

Valqui

 

jquery.mobile.custom.min.js:3 Uncaught TypeError: Cannot read property 'event' of undefined
    at jquery.mobile.custom.min.js:3
    at jquery.mobile.custom.min.js:3
    at jquery.mobile.custom.min.js:3
    at jquery.mobile.custom.min.js:3
    at jquery.mobile.custom.min.js:3
(anonymous) @ jquery.mobile.custom.min.js:3
(anonymous) @ jquery.mobile.custom.min.js:3
(anonymous) @ jquery.mobile.custom.min.js:3
(anonymous) @ jquery.mobile.custom.min.js:3
(anonymous) @ jquery.mobile.custom.min.js:3
jquery-3.1.1.min.js:2 jQuery.Deferred exception: $(...).swiperight is not a function TypeError: $(...).swiperight is not a function
    at HTMLDocument.<anonymous> (http://www.ferreteriaideal.com.uy/catalog/index.php:581:24)
    at j (http://www.ferreteriaideal.com.uy/catalog/ext/jquery/jquery-3.1.1.min.js:2:29948)
    at k (http://www.ferreteriaideal.com.uy/catalog/ext/jquery/jquery-3.1.1.min.js:2:30262) undefined
r.Deferred.exceptionHook @ jquery-3.1.1.min.js:2
k @ jquery-3.1.1.min.js:2
setTimeout (async)
(anonymous) @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
fire @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
ready @ jquery-3.1.1.min.js:2
R @ jquery-3.1.1.min.js:3
jquery-3.1.1.min.js:2 jQuery.Deferred exception: $(...).swiperight is not a function TypeError: $(...).swiperight is not a function
    at HTMLDocument.<anonymous> (http://www.ferreteriaideal.com.uy/catalog/index.php:662:24)
    at j (http://www.ferreteriaideal.com.uy/catalog/ext/jquery/jquery-3.1.1.min.js:2:29948)
    at k (http://www.ferreteriaideal.com.uy/catalog/ext/jquery/jquery-3.1.1.min.js:2:30262) undefined
r.Deferred.exceptionHook @ jquery-3.1.1.min.js:2
k @ jquery-3.1.1.min.js:2
setTimeout (async)
(anonymous) @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
fire @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
ready @ jquery-3.1.1.min.js:2
R @ jquery-3.1.1.min.js:3
jquery-3.1.1.min.js:2 Uncaught TypeError: $(...).swiperight is not a function
    at HTMLDocument.<anonymous> (index.php:581)
    at j (jquery-3.1.1.min.js:2)
    at k (jquery-3.1.1.min.js:2)
(anonymous) @ index.php:581
j @ jquery-3.1.1.min.js:2
k @ jquery-3.1.1.min.js:2
setTimeout (async)
r.readyException @ jquery-3.1.1.min.js:2
(anonymous) @ jquery-3.1.1.min.js:2
j @ jquery-3.1.1.min.js:2
k @ jquery-3.1.1.min.js:2
setTimeout (async)
(anonymous) @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
fire @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
k @ jquery-3.1.1.min.js:2
setTimeout (async)
(anonymous) @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
fire @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
ready @ jquery-3.1.1.min.js:2
R @ jquery-3.1.1.min.js:3
jquery-3.1.1.min.js:2 Uncaught TypeError: $(...).swiperight is not a function
    at HTMLDocument.<anonymous> (index.php:662)
    at j (jquery-3.1.1.min.js:2)
    at k (jquery-3.1.1.min.js:2)

 

:heart: Community Oscommerce fan :heart: You'll find the latest osC community version here.

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...