Thanks for the quick reply.
nicolas wrote:
Hi,
1/ that could be a listing of categories, 1 category per color.
2/ each design could be a product.
That's how I was picturing it when going through the demo so very doable.
3/we have a system of characteristics/variants where you can have for example several sizes for the same product. However, as you can see on that page (
www.demo.hikashop.com/index.php?option=c...ayout=show&Itemid=57
), you have one add to cart button per variant. If you want to have several input boxes (one per variant) with an add to cart button adding all of them at once, you would have to personnalize the show file of the product view to display the interface yourself the way you need it. It's totally doable if you know php/js enough
I know enough to get me in trouble. Reading over the forum, it looks like there is a good support team that could help with questions.
4/ I don't understand that point ? The price of each product is fixed in the back end by the vendor. The user on the front end cannot decide himself of the price. Sure, he can use coupon codes to apply discounts on the order, but he won't be able to specify the price directly.
The "Shopping Cart" will only be accessible to the Sales Reps (not the general public).
Here is an example:
Say the default, per shirt, is $6.00 (we are based in the US)
Sales Rep goes to Store A and sells at $5.50 (and got approval for this price). The "cart" shows a default of $6.00. Can the Sales Rep go in and modify the price to $5.50 OR is there a coupon setting that allows a $0.50 discount per shirt that they would enter (basically, a "confirmation code" to sell the shirt at a lower price)
We would like to be able to have the shopping cart up for the Buyer to see what they are getting and the total price they are going to purchase (instead of a printed catalog that may be out of date).
Does that help understand our needs?
5/ The order is actually accessible from the front end orders listing for logged in users. It can be printed (and thus exported as a pdf) but if you need to export it to excel, you will have to write that export function.
I know how to program for Excel dumps in PHP. Is the HikaShop code simple enough (and commented) to figure out where I would need to enter the code? Is there an option for HikaShop (the company) to customize to meet our needs (i.e. pay you guys some money)?
Thanks again for your help.
Dana