Advanced Search

Search Results (Searched for: jquery)

01 Aug 2025 14:02

carosel repeat error

Category: Install & Update

Hi,

This comes from this limitation of the Swiper carousel system we're using in HikaShop:
github.com/nolimits4web/swiper/issues/6471
Since version 9 (we're using version 10), you need at least twice the amount of elements displayed for the loop to be able to happen.
On your page, you have 4 elements displayed for a total of 6 elements. That's why the slide is not repeating.
So, there are several solutions here:
- reduce the number of elements displayed
- increase total number of elements loaded by the module
- add an entry with the namekey carousel_version and the value owl in the hikashop_config table via your PHPMyAdmin in order to switch to the OWL carousel library HikaShop implemented before switching to Swiper.

I don't recommend this last solution as the OWL carousel library is old (not updated for 7 years now), requires jquery (swiper doesn't), and it is bulkier, and slower.
22 Jul 2025 15:22

jQuery in Hikashop

Category: Product & Category Display

Hi,

Hikashop supports joomla 3. This is important for people who can't upgrade their joomla. Also, for people wanting to upgrade, being able to have their Hikashop up to date before migrating the data base tables makes for a smoother migration.
And joomla 3 does not support web assets.

Also, it is false to say that all the HikaShop scripts are always loaded on all the pages.
First, you have a setting in the HikaShop user synchronization plugin to load HikaShop or not on all the pages. Loading HikaShop on all the pages allows users to be able to use the HikaShop content tags on any page of their website. But if you don't need that, you can turn this option off.
Also, not all the scripts are loaded. HikaShop only load the scripts it needs based on how you configuré each of its éléments. For exemple, the media/com_hikashop/js/checkout.js file is only loaded during the checkout.
Similarly, HikaShop only loads jquery when one of the options you're using in HikaShop require it. We've tried really hard to dépend on it as little as possible and only a handful of capabilities require it.

Now, if you don't want HikaShop to load any JavaScript file anywhere, there is a hidden setting you can activate for this. However, in that case, it will bé up to you to load the JavaScript necessary for the capabilities of hikashop you're using ( for exemple by adding the JavaScript in the template ). But I don't recommend doing this as you'll struggle with updates in the future.
22 Jul 2025 11:24

jQuery in Hikashop

Category: Product & Category Display

-- HikaShop version -- : 6.0.0
-- Joomla version -- : 5.3.2

Is there a way I can setup hikashop to not use jQuery?

I also noticed that even Hikashop is not used on the page, jQuery and all the Hikashop scripts are loaded. Maybe a good idea to use the webassets to load the scripts only when necessary.
05 Jun 2025 17:17

How to display on details and cart pages "other clients also bought"

Category: Product & Category Display

Hi Nicolas,

Thanks for providing such a thorough set of steps. I'm running into a problem though once I setup. On the product details pages I get the following error. 1054 - Unknown column 'a.ordering' in 'order clause'

Also in the browser console and error about jQuery.
- Uncaught ReferenceError: jQuery is not defined

I also have the module set to display on all pages. Here is a screenshot of the module settings.

Any thoughts? Thanks.
03 Dec 2024 11:22

Pagination is not working on Category pages

Category: Product & Category Display

HI Thanks for the insight.

I searched the Joomla files and found:

/web/militaryplaques.com/public_html/layouts/joomla/pagination
/web/militaryplaques.com/public_html/libraries/src/Pagination
/web/militaryplaques.com/public_html/modules/mod_ebajaxsearch/Pagination.php
/web/militaryplaques.com/public_html/libraries/src/Pagination/Pagination.php
/web/militaryplaques.com/public_html/libraries/src/Pagination/PaginationObject.php
/web/militaryplaques.com/public_html/media/syw/js/pagination
/web/militaryplaques.com/public_html/media/vendor/bootstrap/scss/_pagination.scss
/web/militaryplaques.com/public_html/media/vendor/bootstrap/scss/mixins/_pagination.scss

Renaming the folders and or files had no effect or broke the site.

Changing the RCA Template (R-Spring) folder name vor the Cassopia template folder name (just trying :-))

templates/YOU_TEMPLATE/html/com_hikashop/product/

Had no effect.

We did think that this was a JCH optimize issue but as that is disabled and Joomla caching is off, we are at a bit of a loss

No respionse from RCA Templates so far.

Error in console is for the first category page is:

Uncaught TypeError: jQuery(...).attr(...) is undefined
<anonymous> www.militaryplaques.com/products/plaques/air-force-plaques:5480
air-force-plaques:5480:71
<anonymous> www.militaryplaques.com/products/plaques/air-force-plaques:5480

Subsequent pages are:

Uncaught TypeError: jQuery(...).attr(...) is undefined
<anonymous> www.militaryplaques.com/products/plaques...it-28/page-2-28:5478
Displaying 1 - 5 out of 5 results.
Time to create page: 0.208 seconds
Powered by Kunena Forum