How to add special instruction to every product?

  • Posts: 154
  • Thank you received: 1
10 years 6 months ago #190741

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.35

Hello every one,
How i can add special instruction to each Product ?

Thanks

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 6 months ago #190762

Hi,

You will have to explain us what are these special instructions.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 154
  • Thank you received: 1
10 years 6 months ago #190800

its a restaurant, so when customer order lets for example a sandwich and he does not like tomato, so he can says in these instruction no tomatoes , so when the order comes to the restaurant and they will follow instruction that no tomatoes in the sandwich so we need to add this feature to every product, thanks

see screen shoot

Attachments:

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 6 months ago #190808

Hi,

You can use "item custom field" if you want the information be in the product page (when the customer add the product in his cart).
You can use "order custom field" if you want the information be during the checkout.

These two kind of custom fields are provided by HikaShop Business.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 154
  • Thank you received: 1
10 years 6 months ago #190924

Thank you so much it works, but how i can put to the left under the picture instead under the item
take a look at this screen shot




Thanks

Attachments:

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 6 months ago #190940

You need to edit the file "show_default" via the menu Display>Views and move the code:

if (!$this->params->get('catalogue') && ($this->config->get('display_add_to_cart_for_free_products') || !empty ($this->element->prices))) {
		if (!empty ($this->itemFields)) {
			$form = ',\'hikashop_product_form\'';
			if ($this->config->get('redirect_url_after_add_cart', 'stay_if_cart') == 'ask_user') {
			?>
				<input type="hidden" name="popup" value="1"/>
			<?php
			}
			//LAYOUT show_block_custom_item
			$this->setLayout('show_block_custom_item');
			echo $this->loadTemplate();
		}
	}
where you want it.

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

Time to create page: 0.073 seconds
Powered by Kunena Forum