- Posts: 106
- Thank you received: 10
How to add manufacturers on the product.info
- Support Team
- Topic Author
- Offline
- Moderator
Less
More
13 years 7 months ago #317
by Support Team
How to add manufacturers on the product.info was created by Support Team
In MarvikShop we have 3 manufacturers option installed. To show them on the components/com_oscommerce/product_info.php use
Anywhere you like them to show.:whistle:
Code:
<?php echo tep_get_manufacturers_name($HTTP_GET_VARS['products_id']); ?>
<?php echo tep_get_manufacturers2_name($HTTP_GET_VARS['products_id']); ?>
<?php echo tep_get_manufacturers3_name($HTTP_GET_VARS['products_id']); ?>
Anywhere you like them to show.:whistle:
Please Log in or Create an account to join the conversation.
12 years 8 months ago #447
by gardenho
Replied by gardenho on topic Re: How to add manufacturers on the product.info
What was the purpose of having 3 manufacturer options? I've searched for more info and found nothing.
Please Log in or Create an account to join the conversation.
- Support Team
- Topic Author
- Offline
- Moderator
Less
More
- Posts: 106
- Thank you received: 10
12 years 8 months ago #448
by Support Team
Replied by Support Team on topic Re: How to add manufacturers on the product.info
The following user(s) said Thank You: gardenho
Please Log in or Create an account to join the conversation.