Elxis CMS Forum
Extensions => Components => Topic started by: StefanSultanov on April 20, 2010, 01:15:28
-
Hi I've just updated my shop.
There is a lot of cool features, but I have some questions that are not answered in the Elxis Wiki.
I was not able to see where to set the discount.
I searched the wiki and found nothing.
And when I started to doubt the IOS quality I opened up the eshop demo here
http://eshop.isopensource2.com/
Now I've got it.
IOS eShop is really the best store I have seen.
-
Thanks for your kind words.
You set discount per product basis.
IOS Eshop admin -> Products -> click to edit a product.
Go to the price tab and set the discount for each customer's group.
Wiki page (http://wiki.elxis.org/wiki/ESHOP_Edit_product)
-
:)Thank you for being there!
I can not stress enough to other users here, and people who consider Elxis for their primary CMS, how outstanding your support really is.
I have a small question though.
Can I set the quantity dropdown to be a text input field, that the user can type by himself, instead of dropdown list of choices.
Is there a setting or code that can be altered in order to do this? :-\
:)Thank you! :)
-
Yes, you can do it by modifying the source code BUT:
A drop-down box is safer and problems-free than an input box as it limits the user to select a value from a set of predefined and correct values. This is why it is preferred to use drop-down than input box and I suggest you not to change it.
-
:)
Thank you!
I'll take this advice.