Add text between quantity and add to cart button ?

  • Posts: 28
  • Thank you received: 0
9 years 6 months ago #233019

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- Browser(s) name and version -- : Chrome

Hello,

I've spend hours on this problem but didn't find a solution : how can I add text BETWEEN the quantity field and the add to cart button ?

Sample image here :



Thanks !

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 6 months ago #233021

Hi,

Edit the file "show_quantity" via the menu Display>Views and change the line:
$html = $this->params->get('html');
to:
$html = 'My text before the add to cart button'.$this->params->get('html');

The following user(s) said Thank You: AntinJH

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

  • Posts: 28
  • Thank you received: 0
9 years 5 months ago #234885

Just perfect ! Thanks

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

Time to create page: 0.057 seconds
Powered by Kunena Forum