- This topic has 3 replies, 3 voices, and was last updated 7 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore- Price varations with shortcode ?
For a given product, is there a way to specify the price variations using a shortcode instead of pre-defining the variations in the product setup ?
Thanks
No. Variations must be specified in the Product Database. If you feel intimidated by having to “code” the variations into the product setup; we have an addon that makes it easier:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-advanced-variations-ui-addon-2168
I have no problem with “coding” the variations. My problem is that I have (too) many products with the same variations, and it is quite difficult to make a modification one by one by coding when there is a price change.
I was looking at least to be able to do it with a “find and replace” mechanism.
Could you give me a hint on what I should look at in the database ?
Thanks
The following tutorial maybe helpful:
The variation data is stored in the format explained in the following documentation:
You will need to update the wp_eStore_tbl DB table. The table columns are named variation1, variation2 etc.