option price in combination with degressive prices

  • Posts: 88
  • Thank you received: 0
6 years 4 months ago #300183

-- HikaShop version -- : 4.0.0
-- Joomla version -- : 3.9.0
-- PHP version -- : 7.2.11
-- Browser(s) name and version -- : Chrome

Hi,

We are not able to show the prices for the options.
It looks like it is for free when you select an option, you will see the price only at the checkout.

The ideal situation would be ...
You select first the number of jars that you need and afterwards a popup that will ask for the eventual options showing degressive prices also.
Is this technically possible with Hikashop ?

kind regards
JAN

Last edit: 6 years 4 months ago by jan2.

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

  • Posts: 83541
  • Thank you received: 13516
  • MODERATOR
6 years 4 months ago #300186

Hi,

There is no option to do that. Now technically, with customization you can do pretty much whatever you want. HikaShop has triggers for add to cart events, so you can catch them in javascript to display a popup with what you want in it and when the customer validates the popup, catch the request with a system plugin which would save the option to the cart, etc. However, all that will require a JS/PHP developer to work on that.

The main issue in your case is that the "price with options" is calculated based on the unit price for a quantity of 1 and since you don't have that price, it can't calculate anything and display 0 instead. So a simpler solution would be implementing the quantity.checked javascript event of HikaShop so that when the quantity is selected the "price with options" is updated and the price of the option is updated too. And you could also do that when the page is being loaded. That would be way easier than the solution with the popup and it would be less steps for the customers too. However, it would still require a javascript developer to work on that for you.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum