All Activity
- Today
-
Thank you! Mission accomplished!
- Yesterday
-
Don't think so, they are mostly the same, just few minor styling changes between them
-
Does the community theme hide the images?
-
I was mistaken, niara do not hide images not associated with selected combination. It only shows combination cover image. However, it's not complicated to implement this. You need to modify file themes/niara/js/product.js - search for function refreshProductImages and add hiding/showing logic for images
-
I am using the standard Niara theme. Each combination has at least one photo associated with it, some have more than one.
-
datakick started following Combination Image Question
-
What theme do you use? This is, ultimately, theme responsibility. Core only provides information about images and their associations with combinations to theme. What theme decides to do with those informations is up to theme. I believe that standard thirty bees themes do implement this image hiding. But only if the combination have at least one image associated
-
I did that and it did not make any difference. All images still show.
-
That is odd. It sounds like something is overriding the default behavior of how the system should work. Try disabling overrides and non TB modules to isolate if that could be the issue.
-
I have done this. It does not make any difference. All the photos show all the time.
-
This you can do. On each combination, you can set the photos that pertain to it in the back office. Then, if user selects a combination with color, it will filter display to just those images.
- Last week
-
The Bleeding Edge...
-
TB 1.7 is what ?
-
Another possiblity is for the large image to only change temporarily when the mouse is hovering over the thumbnail and not change permanently on mouseover. It would show the customer the option but not make them think they have changed the selection.
-
3.7.1 - 10/11/2025 Fixed an issue with the form display on the product page
-
Splitting out the combinations is not an option. I need to be able to only show the images from the selected combinations if it is not possible to drive attribute selection from the thumbnails.
-
That's by design with the software. Product attribute selection can drive thumbnails, but thumbnails do not drive attribute selection. When you hit the main product URL, it's a compilation of all images, which is what you're describing. When combination (Color) specific images are set, if user selects an color attribute, it will filter the images down. For this reason, I use this module on my site. It allows me to split the product by color and present each in my category page separately: https://addons.prestashop.com/en/product-variants/20451-products-by-attributes-display-combinations-attributes.html.
-
I am using version 1.7
-
And you are using which TB Version?
-
jnsgioia started following Combination Image Question
-
I am using the Niara theme. The default product page has thumbnails of all the combinations of a product below the large image. If you change a color in the selection box the color of the large image changes. If you click on a thumbnail the color in the large photo changes but the selction box does not so the item added to the cart does not match the photo. I need to either have the thumbnail trigger the selection box or only the thumbnails for the chosen selection visible. I can hide all the thumbnails but do not want to do that as if there is more than one photo for a combination the secondary photos will not be seen. Any help would be greatly appreciated. Thank you
-
Could you post more detailed repro steps as I'm unable to replicate this. I have 2 shops, If I have the same currencies in both - I'm unable to disable/enable them per shop. If I switch to Shop 2 context and disable a currency it gets disabled for shop 1 also. If I put a new currency in shop 2 only then I can disable it and it's not visible in shop 1 but then when I run the cron the disabled currencies stay at the same status. Also what currency update module do you use?
-
beetea2 started following cron currency rates & multistore
-
I've recently set up the multistore function so that we have two versions - USA and international. The international site has 9 currencies (including US dollars which is the default currency), but the USA site has only US dollars. I can disable the other 8 currencies for the US site. But when the currency update cron runs (twice a day) ALL 9 currencies are re-enabled for the US site. The cron job is run with admin/cron_currency_rates.php which updates all shops: if (!defined('_PS_ADMIN_DIR_')) { define('_PS_ADMIN_DIR_', getcwd()); } include(_PS_ADMIN_DIR_.'/../config/config.inc.php'); if (isset($_GET['secure_key'])) { $secureKey = md5(_COOKIE_KEY_.Configuration::get('PS_SHOP_NAME')); if (!empty($secureKey) && $secureKey === $_GET['secure_key']) { $shopIds = Shop::getCompleteListOfShopsID(); foreach ($shopIds as $idShop) { Shop::setContext(Shop::CONTEXT_SHOP, (int) $idShop); Currency::refreshCurrencies(); } } } If I click on the "Update currency rates" button the unwanted currencies are not re-enabled. Any ideas on how to stop the cron job from re-enabling these unwanted currencies?
- Earlier
-
Thirty bees back office is loading very slow
wakabayashi replied to Madhosh's question in Technical help
Either you haven't show us the important results or your problem is something different. Aren't there any numbers in red with high "ms" or "Mb"? Cause from the screenshot you show, nothing is slow. -
Thirty bees back office is loading very slow
cienislaw replied to Madhosh's question in Technical help
did you check size of database tables? if there was no cleaning made, you can be surprised how much data is stored there, and some of the tables can have huge impact on BO speed. -
I use the Mollie module v 4.5.4. on TB 1.6.0 with php 8.0
-
1.5.1 should work. 1.6.0 is not supported as far as I know.