- This topic has 3 replies, 3 voices, and was last updated 5 years, 10 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 Photo Seller › Sale digital only – how to limit the sale to 1 copy for each photo
Hi !
I use your plugin to sell digital photos only. I check the box for “Set Photo Variation Default Quantity to 1:”. When the buyer selects a photo, the quantity is by default “1” but if he wants, he can put 20. It does not make sense to buy 20 times the same digital photo. Is there any way you can avoid putting anything else other than “1” in the quantities when you only sell digital? When I go to the basket later, I can see 20 but the box seems too small, I can barely see the number. Is there way to increase the width of this box? For an example, go to my site photoksr.com in the “GALERIE” and simulate a purchase. I have version 2.4.1 of the plugin
Its common for the cart to show the quantity field there. I don’t think you will have any issue with this. I would say wait and see how your customer behaves before worrying about this one. Are you getting any complaints from your customer?
Right now, I don’t receive complaints from customerbecause I dopn’t start yet the sale of my photos.
I think it should be a nice feature for next release.
Thanks !
Hi laguns97,
The plugin currently already has a built-in feature which prevents someone from entering a quantity greater than 1 if the item is a digital product. But this works only when you have NOT enabled “Set Photo Variation Default Quantity to 1”.
I will also add a check for the case when “Set Photo Variation Default Quantity to 1” is enabled.
When I go to the basket later, I can see 20 but the box seems too small, I can barely see the number. Is there way to increase the width of this box?
Yes. Simply use the following custom CSS code to make that field larger:
#viewCartTable .itemQuantity {
width: 50px;
}
You can increase/decrease the value “50px” to suit your needs.