- Posts: 22
- Thank you received: 0
Showing Manufacturer
12 years 6 months ago #2555
by Viktor Es
Showing Manufacturer was created by Viktor Es
Hello
How I can switch on a showing of manufacturer in product card?
How I can switch on a showing of manufacturer in product card?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 6 months ago - 12 years 6 months ago #2599
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Showing Manufacturer
Hi,
Please use module "mod_virtuemart_manufacturer" and put it into that position.
It comes with Virtuemart All in one package.
Then copy modules/mod_virtuemart_manufacturer/tmpl/default.php to /templates/ot_ishoesbox/html/mod_virtuemart_manufacturer/default.php to have the overide file AND then modify html + css to fit your need.
Thanks
Please use module "mod_virtuemart_manufacturer" and put it into that position.
It comes with Virtuemart All in one package.
Then copy modules/mod_virtuemart_manufacturer/tmpl/default.php to /templates/ot_ishoesbox/html/mod_virtuemart_manufacturer/default.php to have the overide file AND then modify html + css to fit your need.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 12 years 6 months ago by Linh Robert.
The following user(s) said Thank You: Viktor Es
Please Log in or Create an account to join the conversation.
12 years 6 months ago - 12 years 6 months ago #2602
by Minh Van
Hi esquire,
What is your mind? is it showing on card page view or product details page view?
On two page ( card and product details ), the component virtuemart have not this function, you have to additional code for this function.
Replied by Minh Van on topic Re: Showing Manufacturer
esquire wrote: Hello
How I can switch on a showing of manufacturer in product card?
Hi esquire,
What is your mind? is it showing on card page view or product details page view?
On two page ( card and product details ), the component virtuemart have not this function, you have to additional code for this function.
Last edit: 12 years 6 months ago by Minh Van.
Please Log in or Create an account to join the conversation.
12 years 6 months ago #2603
by Viktor Es
Replied by Viktor Es on topic Re: Showing Manufacturer
Product details. It was standard option in Virtuemart, but here I couldn't find.
Please Log in or Create an account to join the conversation.
12 years 6 months ago #2604
by Minh Van
Replied by Minh Van on topic Re: Showing Manufacturer
oh.. sorry, i'm wrong.

The following user(s) said Thank You: Viktor Es
Please Log in or Create an account to join the conversation.
12 years 6 months ago - 12 years 6 months ago #2605
by Minh Van
Replied by Minh Van on topic Re: Showing Manufacturer
Plz view code of default.php file via path
../templates/ot_ishoesbox/html/com_virtuemart/productdetails/default.php
and modify
replace by
../templates/ot_ishoesbox/html/com_virtuemart/productdetails/default.php
and modify
Code:
<?php
// Manufacturer of the Product
if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) {
$this->loadTemplate('manufacturer');
}
?>
Code:
<?php
// Manufacturer of the Product
if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) {
echo $this->loadTemplate('manufacturer');
}
?>
Last edit: 12 years 6 months ago by Minh Van.
The following user(s) said Thank You: Viktor Es
Please Log in or Create an account to join the conversation.
Time to create page: 0.200 seconds