Add WishList Button in Product Comparison

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeAdd WishList Button in Product Comparison

This topic has been marked as not resolved.

Dear Support,

I would like to insert a button for adding a product to wish list while in comparison like those for “add to cart” or “remove”.

Shoppica 2.1.2, OC 1.5.3.1

July 12, 2012 at 5:41 pm #11262
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
July 14, 2012 at 11:56 am #11302

I have add:


<!-- WishListButton -->        
        <?php if ($tbData->common['wishlist_enabled']): ?>
        <tr>
          <th></th>
          <?php foreach ($products as $product): ?>
          <td><a class="s_button_wishlist s_icon_10" onclick="addToWishList('<?php echo $product['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $tbData->text_wishlist; ?></a></td>
          <?php endforeach; ?>
        </tr>  
        <?php endif; ?>
<!-- WishListButton --> 

And how can i do that the same color as Cart’s text color?

July 16, 2012 at 2:49 am #11330
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
July 18, 2012 at 10:45 am #11501
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.