This topic has 4 replies, 3 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hi, great theme, my client is very happy with their website so far!
I have products which have 2 attributes for a variation (‘metal type’ which determines price, and ‘size’ which is required to purchase but does not determine price). When selecting the metal type the price does not update unless a size is selected too. At this point the appropriate variation price is displayed.
I would like it so that when a variation metal is selected is displays the appropriate price without having select the size. Is this possible please? An advice is greatly appreciated.
Tom. 🙂
(Ps. see private content area for login credentials as the site is not live at present.)
Hello,
Unfortunately, there is no option in WooCommerce to show price if all the variations are not chosen but you may pre-select some most popular size in product settings http://prntscr.com/n48pfb and it will be active when you visit the product then the user will need to choose just metal to get the price.
Also, you have a lot of variations and I would suggest you to make 2px border to highlight the chosen variation http://prntscr.com/n48sse
.st-swatch-preview li.selected, .st-swatch-preview li:hover {
border-width: 2px;
}
And maybe highlight the variation price
.product-content .woocommerce-variation-price .price {
font-size: 2rem;
}
But it’s just suggestion.
Regards
Hi, sorry for the delayed response!
excellent support as always, both your suggestions are great many thanks! 🙂
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up