Free Product option after spending certain amount.

  • Posts: 29
  • Thank you received: 0
9 years 5 months ago #205672

-- url of the page with the problem -- : www.ecp-products.nl/webshop
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1

Hey,

Is it possible for customers to select a free product from a list of products after spending f.e. 150€?
Or is this option only in the Buisness upgrade?

Regards,
Davy

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
9 years 5 months ago #205710

Hi,

There is no system to do that at all.
I guess you would want to customize the code of the checkout in order to be able to offer that to your customers.

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

  • Posts: 29
  • Thank you received: 0
9 years 5 months ago #205791

and an option for a single product? after spending a certain amount?

-Davy

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
9 years 5 months ago #205798

Same. There is no system to automatically add products to the cart above a certain amount.
The simplest you can do is to add such code in the "cart" file of the view "product" via the menu Display>Views:
<?php if($this->full_total->prices[0]->price_value_with_tax > 150 ){
echo "Your order is above 150€ so you're getting the product XYZ included for free with your order";
} ?>

or something like that.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum