Related products module above "add to cart"

  • Posts: 344
  • Thank you received: 3
9 years 9 months ago #218757

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.4

Is it possible to get the related products module to be placed like this ?
se image (note: image is not from a hikashop online store)
Just below price and and above "ad to cart" button.



Display related products with only product name and price.

I think that this could be a very smart solution so that the costumers will by more related products..

Any solution on how to do this ?

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 9 months ago #218840

Hi,

You can edit the view "product / show_default" and use that kind of code:

<?php echo JHTML::_('content.prepare', '{loadposition custompos}'); ?>
And set the position of the desired module to "custompos" publish it and it will be displayed at the desired position.

Then in the module settings, you can select the layout to list only the product name, and enable the "add to cart" button.

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

  • Posts: 424
  • Thank you received: 11
  • Hikaserial Subscription Hikashop Business
9 years 3 months ago #240431

is it posible to have this also working in the checkout. because when i put the loadposition above or under the checkout the checkout is reacting strangly when deleting an item from the cart another item is added? some items are undeletable.
are there more suggestions??

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

  • Posts: 13201
  • Thank you received: 2322
9 years 3 months ago #240437

Hi,

Where are you adding the code for the checkout ?
You have to add it in the "checkout / step" view before the html "form" tag.

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

Time to create page: 0.161 seconds
Powered by Kunena Forum