Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore variation – delete parentheses () in variations
Tagged: digital shipping charges, digital variations, parentheses variations, remove or hide (), shipping fee for digital, variations for 1 product both digital and non digital
- This topic has 4 replies, 3 voices, and was last updated 11 years, 8 months ago by malss21.
-
AuthorPosts
-
March 13, 2013 at 2:42 pm #8737malss21Member
Is there a way to remove or delete the parentheses in the variations? When it is displayed in the shopping cart? I have a set price for $0.00 and then allow the user to choose a variation. So when the items appear in the shopping cart it displays a () only.
[http://www.dondivamag.com/buy-issues/]
March 13, 2013 at 10:40 pm #54395wpCommerceModeratorHi, It should never display an empty () in the cart if the configuration is correct. Its happening because you have an empty variation field. So if a user doesn’t select any variation and adds an item to the cart it just shows the item with empty variations. Probably try using a default value for each variation (the value that will be selected if the user doesn’t select any option). For example:
Color|Green|Red:5|Black:7.50
Here, green will be selected by default and no extra charge will occur for that option (the base product price will be charged). If the user selects Red an additional 5.00 will be charged along with the base price.
Alternatively, you can do something like the following which will tell the user to select a variation:
Color|Select One|Red:5|Black:7.50
March 14, 2013 at 12:22 am #54396malss21MemberI see, Thank you.
But I have one product that is a magazine sold either as digital or print. So when I adjust the variations the digital now has shipping charges?
March 14, 2013 at 3:03 am #54397adminKeymasterThat means the digital variation configuration is incorrect.
To me it looks like you only need one variation (not two). You basically offer your products in the following 3 variations:
1) Digital
2) Print 48
3) Inmate 48
So you can use the following in your “Digital Variation” field only (don’t use any of the normal variations):
Type|Digital::http://yourdomain.com/downloads/somefile.zip|Print 48::5.99|Inmate 48::5.99
This way the default option will be the “Digital” one. Some users can choose the print version if they want to.
March 15, 2013 at 5:27 pm #54398malss21MemberThank you.
I tried this in the Digital variations. Type|Digital::http://yourdomain.com/downloads/somefile.zip|Print 48::5.99|Inmate 48::5.99 And the digital issue still has a shipping fee.
I set the product shipping fee to .001 and the base shipping fee to 3.95
this is my exact digital variation
Select|Digital 48::http://www.dondivamag.com/wp-content/uploads/2013/03/cover_url.jpg|Print 48:.00|Inmate 48:.00
-
AuthorPosts
- You must be logged in to reply to this topic.