This topic has 11 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hi There
Trying out your VARIATIONS but two questions.
1) On this page an ATTRIBUTE “SPOOKY FAMILY MEMBER” when selected shows an option selected smaller than when COLOUR or SIZE is selected. Also not in bold
2) In past when you select option the page usually shows crossed-out option that aren’t available. Is this not available when using your VARIATIONS?
Hello, Fantasy Prints,
Thank you for contacting us and for using XStore.
1/ You are using 3rd party swatches from an additional plugin together with our swatches.
The next code can be used to change the width of the border:
.single-product .st-swatch-preview li.selected {
border-width: 2px;
}
2/ Product variation that is “Out of stock” can be displayed like this -http://prntscr.com/t21xou with our variation swatches (in case “Hide out of stock products from catalog” option is enabled in WooCommerce > Settings > Products > Inventory).
Kind Regards,
8theme team
Really sorry never noticed someone had added a plugin. I removed it and made sure to just use the Xstore version.
However still can’t get that if you select a SPOOKY FAMILY MEMBER and then COLOUR you are just limited to sizes available for that.
Is there anything I have missed?
Hello, Fantasy Prints,
We appreciate your prompt response.
Please disable all 3rd party plugins and check how it works then. This test will help to find out if there is an effect of a plugin or not.
Kind Regards,
8theme team
Hi there
Setup staging site with only
Elementor
Elementor Pro
Woocommerce
Xstore Core
and still same i’m afraid. login same for the staging.
Hello, Fantasy Prints,
In this case, please provide temporary wp-admin and FTP access to the staging site, so we can check the situation more deeply.
To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.
Kind Regards,
8theme team
Put FTP access to both main and staging site
Hello, Fantasy Prints,
The issue lies in the fact that not all variations have been created. For instance, for Spooky Baby & White color, the following size variations have been created: https://prnt.sc/SmCHBhJFZAKO
For Spooky Daughter & White color, only the following size variations have been created: https://prnt.sc/qF4mI2yqNZCJ
If you create the other variations, everything will work properly.
Kind Regards,
8theme team
Thanks for reply.
Those are correct. The SPOOKY BABY & WHITE COLOUR only comes on 0-6months to 24-36months. So When customer selects SPOOKY BABY then WHITE it should cross out the other sizes as those aren’t available.
SPOOKY DAUGHTER and WHITE are also correct colours. Again when selected the other sizes should cross or grey out?
Hello, Fantasy Prints,
We wish to inform you that your inquiry will be forwarded to another specialist for a more detailed review.
We apologize for the delay, as our developers are currently handling a high volume of requests.
We kindly request your patience during this time and advise against changing your access.
Kind Regards,
8theme team
Hello, Fantasy Prints,
We’ve installed a child theme on your staging site and added a fix in the functions.php file:
add_filter( 'woocommerce_ajax_variation_threshold', function( $qty, $product ) {
return 300;
}, 10, 2 );
Please check now.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up