Use Product Prices on external page

  • Posts: 104
  • Thank you received: 5
8 years 7 months ago #255528

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.4
-- PHP version -- : 5.6

I have a Package Comparison page on our website. I'm looking to add the Hikashop current price to this page under each package.

I'd like to also add an 'Add to Cart' button under each one.

I've tested creating a module for this and I can get the Product Information using the administrator/components/com_hikashop/helpers/helper.php include. I then set the following code:

$product_id = 1;
$productClass = hikashop_get('class.product');
$product=$productClass->get($product_id);
var_dump($product);

This does not include price though. Any help to accomplish this and the 'Add to Cart' button would be appreciated. I'm not sure if this will be a module or external page yet. It depends on if the image functionality works properly in a module.

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

  • Posts: 104
  • Thank you received: 5
8 years 7 months ago #255534

Figured out the 'Add to Cart' button... just need the accurate pricing info.

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
8 years 7 months ago #255555

Hi,

I would recommend to use the content tag plugin:
www.hikashop.com/support/documentation/1...-product-insert.html
It doesn't require one line of code and will allow you to display the product price, the add to cart button etc anywhere on your website.

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

Time to create page: 0.061 seconds
Powered by Kunena Forum