normal Showing Manufacturer

More
11 years 6 months ago #2555 by Viktor Es
Hello

How I can switch on a showing of manufacturer in product card?

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

More
11 years 6 months ago - 11 years 6 months ago #2599 by Linh Robert
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

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 Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Last edit: 11 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.

More
11 years 6 months ago - 11 years 6 months ago #2602 by Minh Van
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: 11 years 6 months ago by Minh Van.

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

More
11 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.

More
11 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.

More
11 years 6 months ago - 11 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
Code:
<?php // Manufacturer of the Product if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) { $this->loadTemplate('manufacturer'); } ?>
replace by
Code:
<?php // Manufacturer of the Product if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) { echo $this->loadTemplate('manufacturer'); } ?>
Last edit: 11 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.344 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam