We are moving our current store to the latest Miva and switching all products to use inventory variants.
Today, if we have a product which has 3 colors, there are 3 actual products in the cart.
We are moving to using Inventory Variants so there is only 1 product, and the color is a variant. We are tracking inventory and pricing at the inventory variant level.
Today, the way we show sales, clearance, etc....is I have a custom field for each product. If say a product is normally $20 but it's on sale for $10....I change the price of the product to $10 and in the custom sale field I put in $20. I then run Miva conditionals to test for this and instead of just writing out the price...I write out the price with Sale Price: in front and the regular price below and crossed out.
However, with switching to Attribute Machine.....all this is done in the Javascript.....not on page load. Does anyway know....is it possible to do something like this....to have attribute machine swap out not only the price but any custom fields?
I know this still works if everything is done at the main product level....but we need to have the ability to put certain colors on sale, clearance.
How are people handling "showing" that a variant is on sale?
-Kevin
Today, if we have a product which has 3 colors, there are 3 actual products in the cart.
We are moving to using Inventory Variants so there is only 1 product, and the color is a variant. We are tracking inventory and pricing at the inventory variant level.
Today, the way we show sales, clearance, etc....is I have a custom field for each product. If say a product is normally $20 but it's on sale for $10....I change the price of the product to $10 and in the custom sale field I put in $20. I then run Miva conditionals to test for this and instead of just writing out the price...I write out the price with Sale Price: in front and the regular price below and crossed out.
However, with switching to Attribute Machine.....all this is done in the Javascript.....not on page load. Does anyway know....is it possible to do something like this....to have attribute machine swap out not only the price but any custom fields?
I know this still works if everything is done at the main product level....but we need to have the ability to put certain colors on sale, clearance.
How are people handling "showing" that a variant is on sale?
-Kevin
Comment