Hide manufacturer?
demobits01:
Hi all.
I'm fairly new to all of this, but one thing I need to be able to do is hide the links to the manufacturer in the Product Info in the shppoing cart. I have not been able to determine how to do that with VM 1.0.13a.
Basically, we're creating our own downloads, and at this point have no need to include manufacturer info anywhere.
demobits01:
Never mind -- I think I found it in the forums -- edit the flypage.
Thanks.
whitenight639:
which file did you have to edit? im looking to remove it also, this forum is pants
aikichick:
what do you mean by "edit the flypage" - how do i do that? i am havning the same problem and being completely new to this i am having a bit of trouble.... any help would really be appreciated, thanks!
demobits01:
By edit the flypage, I mean:
- find the file flypage.php in the folder administrator/components/com_virtuemart/html/templates/product_details.
- then delete or comment out the lines that apply.
If you're relly new to this (like me) then make a backup copy of any files you touch before you edit them.
In this case, I commented out the following lines to hide the manufacturer link and the vendor link:
<tr>
<td rowspan="1" colspan="2">{manufacturer_link}<br /></td>
</tr>
<tr>
<td colspan="3"><div style="text-align: center;">{vendor_link}<br /></div><br /></td>
</tr>
Navigation
[0] Message Index
[#] Next page