Free products have a different button to addtocart

  • Posts: 256
  • Thank you received: 2
9 years 7 months ago #229849

-- url of the page with the problem -- : 176.32.230.249/clydesdale.net/
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Chrome

Hello,
I have my priced product display an add to cart button which they do, but then I want my free products to have a different button which can then link to a article page instead. Is it possible to tell the system that when a product is priced 'free' that it displays this other button.

Thanks

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 7 months ago #229886

Hi,

There is no option to do that.
First, what you can do is turn off the "display add to cart button for free products" setting of the HikaShop.
That way, you won't have the add to cart button for free products.
Then, you can edit the file "show_default" via the menu Display>Views and use such code:

if(empty($this->element->prices)){
 echo '<input type="button" value="Read more" onclick="window.location=\'http://mywebsite.com/my_other_page.html\';return false;"/>';
}

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

  • Posts: 256
  • Thank you received: 2
9 years 7 months ago #230198

Hello thankyou for the code, but I cant get it to display correctly.
Where abouts do I place the php code into show_default file and is there any more tags I needs around it to be read correctly.

Thanks

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

  • Posts: 256
  • Thank you received: 2
9 years 7 months ago #230232

I have got it working now I had removed this \ from the end on the link.

Thankyou

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

  • Posts: 256
  • Thank you received: 2
9 years 7 months ago #230377

Hello, working on from my previous question can I do the same thing but place the button also on the product thumbnails?

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 6 months ago #230378

Hi,

Yes. Add that code in the file "listing_img_title" of the "product" view and replace in it $this->element by $this->row and it should work.

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

Time to create page: 0.062 seconds
Powered by Kunena Forum