No Layout Type Options in Checkout related Plugin

  • Posts: 17
  • Thank you received: 1
1 year 3 months ago #348517

-- HikaShop version -- : 4.7.0
-- Joomla version -- : 3.10.11
-- PHP version -- : 7.4.3

Hi there,
I installed and activated the Checkout related Plugin. But i have no available Options in the Layout type settings. So i cant do any settings.
Any idea what i can do?

With the plugin i would like to do the following: when the customer has more the Euro 80,- in the cart he should be able to choose one of three available gift products. is this possible with this Plugin?

Thanks in advance,
Romana

Attachments:

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

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
1 year 3 months ago #348518

Hi,

This plugin is to display the related products of the products in the cart. So it won't help you do what you want.
To do what you want, you need several configuration steps:
- add a new block to the "Checkout workflow" under the Checkout tab of the HikaShop configuration for the type "text" and in the HTML, you want to write:

{hkshow mincart="80"}
- add a new block to the "Checkout workflow" under the Checkout tab of the HikaShop configuration for the type "text" and in the HTML, you want to write:
{/hkshow}
- configure the "fields" block to be sandwiched in between the two text blocks.
- configure a custom field of the table "order" and of the type "radio" and in each value enter the name of the free product. You could also add an img tag with the image of the product, and may add some CSS to make it look better than the default look.

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

  • Posts: 17
  • Thank you received: 1
1 year 3 months ago #348528

Hi Nicolas,
i did all steps like you suggested. But unfortunatly it's not working.
If i place the "fields" block with gift-product outside the two text blocks it's shown. But when i place it inside the text-blocks (see attch.) it's not displayd - regardless of wheter the value in the cart is more ore less 80,- Euro.

Any idea what i did wrong?

Attachments:

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

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
1 year 3 months ago #348530

Hi,

You did nothing wrong. I was able to reproduce the issue on my end. I've added a patch so that it works properly.
Download again the install package of HikaShop on our website and install it again on yours and it should work.

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

  • Posts: 17
  • Thank you received: 1
1 year 2 months ago #348581

Hi,
Thanks, it works!

One more question: is it also possible to display the Gift-Products between a price range eg. between 80,- to 120,- Euro?

Best regards, Romana

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

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
1 year 2 months ago #348586

Hi,

Yes. Instead of :

{hkshow mincart=80}
you can write:
{hkshow mincart=80 maxcart=120}

The following user(s) said Thank You: romana

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

Time to create page: 0.067 seconds
Powered by Kunena Forum