Post by RE7LTY » Wed Feb 21, 2018 9:25 pm

want to change or remove the bottuns of the (add to cart , and add to wish , and add to compare) to the product company name(Manufactures names)

From all Pages
- Home page
- Category Pages
- Manufactures pages

can any one tell me how i can do that with codes plz

default pic
Image

want to be
Image

New member

Posts

Joined
Fri Feb 16, 2018 1:23 am

Post by IP_CAM » Wed Feb 21, 2018 10:25 pm

This Section needs to be removed in the corresponding THEME Files:

Code: Select all

<div class="button-group">
<button type="button" onclick="cart.add('<?php echo $product['product_id']; ?>', '<?php echo $product['minimum']; ?>');"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md"><?php echo $button_cart; ?></span></button>
<button type="button" data-toggle="tooltip" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-heart"></i></button>
<button type="button" data-toggle="tooltip" title="<?php echo $button_compare; ?>" onclick="compare.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-exchange"></i></button>
</div>
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by RE7LTY » Wed Feb 21, 2018 10:28 pm

Where is new code for show manufacturer name instead of it

New member

Posts

Joined
Fri Feb 16, 2018 1:23 am

Post by IP_CAM » Wed Feb 21, 2018 11:01 pm

Well, this could add the Manufacturer, it just has to be rewritten a little,
to be placed exactly, where you want it to show.
Ernie
viewtopic.php?f=182&t=170072&p=714723#p645254

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by RE7LTY » Thu Feb 22, 2018 3:06 am

thanks alot ..!!
i read ur post
But iam not professional
It is possible to explain in an easier way with the mention of the code and the extension of files

for virsion 3.2 or 2.3

thanks alot

New member

Posts

Joined
Fri Feb 16, 2018 1:23 am

Post by IP_CAM » Thu Feb 22, 2018 3:44 am

Well, if you don't know how to handle a VqMod, you better rely on a Pro.
It requires some fundamental knowledge, to change existing things.
And you're talking about different Versions too, that does not make it easier...
Good Luck !
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by RE7LTY » Thu Feb 22, 2018 4:09 am

thanks alot but i want for other virsion
thanks for help

New member

Posts

Joined
Fri Feb 16, 2018 1:23 am
Who is online

Users browsing this forum: No registered users and 24 guests