discount for product category and shopping cart

  • Posts: 9
  • Thank you received: 0
14 years 1 week ago #1681

hello, i want to give an discount of 30% for category X for all customers. 15% for category Y. when the cart amount is above 150 euro, i want to give an extra discount of 5%. beginning of 250 euro the extra discount has to be 10% on the total amount. how to do this?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
14 years 1 week ago #1682

Hi,

First, you can create two discounts. One for the category X with a percentage of 30. One for the category Y with a percentage of 15. That's possible with the restrictions on discounts:
www.hikashop.com/support/documentation/i...rm.html#restrictions

Then, you need to create two coupons. One with an order minimum amount of 150 and a percentage of 5 and the option "Auto load in cart if possible" activated so that the coupon will be used automatically if the cart reaches 150. Another with an order minimum amount of 250 and a percentage of 10 and the option "Auto load in cart if possible" activated so that the coupons will be used automatically if the cart reaches 250.

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
14 years 1 week ago #1724

i want to select the category by clicking on the green icon in column 'use'. but nothing happens. the url is www.mijnapotheekonline.be/shop/administr...mponent&filter_id=2#

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
14 years 1 week ago #1726

If you try on our demo website do you have the same problem ?
If so, which browser are you using ? If you use another browser, does it work ?
Otherwise, Could you try to look at the error console of your browser to see if you have any error ?
How to display the error console: stackoverflow.com/posts/1648614/revisions

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
14 years 1 week ago #1729

on demo website everything goes correct. the difference is that clicking on category icon (after 'category not found') the link is opened in the same window not in a popup.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
14 years 1 week ago #1732

Do you have the latest version of HikaShop?
Could you try to look at the error console ?
Which browser are you using ?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
14 years 1 week ago #1733

Also, do you use a special template on your back end ? If so, if you try with the default template, does it work ?

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
14 years 1 week ago #1741

nicolas wrote:

Do you have the latest version of HikaShop? 1.3.6
Could you try to look at the error console ? how to do this?
Which browser are you using ?

firefox 3.6.12

Please Log in or Create an account to join the conversation.

  • Posts: 9
  • Thank you received: 0
14 years 1 week ago #1742

i use the standard khepri

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
14 years 1 week ago #1744

In the file administrator/components/com_hikashop/views/discount/view.html.php near the end of the file, could you replace the code

$this->assignRef('currency',$currencyType);
by the code
$this->assignRef('currency',$currencyType);
		JHTML::_('behavior.modal');
and try again ? Does it work now ?

Please Log in or Create an account to join the conversation.

Time to create page: 0.060 seconds
Powered by Kunena Forum