Post by desi_swe » Sat May 12, 2012 12:25 am

Hi all ,

Im currently using latest version of Opencart and i want to add a text (call us on) exaclty under Add to cart button.
No idea how to do it.Someone please help me.

Thanks

Newbie

Posts

Joined
Fri May 11, 2012 11:35 pm

Post by anung » Sat May 12, 2012 1:37 am

ex.PNG

if you want like this. - ex.PNG (4.97 KiB) Viewed 974 times

open catalog\view\theme\default\template\product\product.tpl
fin (inline 204)

Code: Select all

<div class="cart">
        <div><?php echo $text_qty; ?>
          <input type="text" name="quantity" size="2" value="<?php echo $minimum; ?>" />
          <input type="hidden" name="product_id" size="2" value="<?php echo $product_id; ?>" />
          &nbsp;<input type="button" value="<?php echo $button_cart; ?>" id="button-cart" class="button" />
          </div>
        <div><span>&nbsp;&nbsp;&nbsp;<?php echo $text_or; ?>&nbsp;&nbsp;&nbsp;</span></div>
        <div><a onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a><br />
          <a onclick="addToCompare('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a></div>
        <?php if ($minimum > 1) { ?>
        <div class="minimum"><?php echo $text_minimum; ?></div>
        <?php } ?>
      </div>
above <?php if ($review_status) { ?>


replace with

Code: Select all

<div class="cart">
        <div><?php echo $text_qty; ?>
          <input type="text" name="quantity" size="2" value="<?php echo $minimum; ?>" />
          <input type="hidden" name="product_id" size="2" value="<?php echo $product_id; ?>" />
          &nbsp;<input type="button" value="<?php echo $button_cart; ?>" id="button-cart" class="button" />
          </div>
        <div><span>&nbsp;&nbsp;&nbsp;<?php echo $text_or; ?>&nbsp;&nbsp;&nbsp;</span></div>
        <div><a onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a><br />
          <a onclick="addToCompare('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a></div><br />
        <?php if ($minimum > 1) { ?>
        <div class="minimum"><?php echo $text_minimum; ?></div>
		<?php } ?><br />
		<b>call us on</b> <u>[color=#FF0000]bla..bla..bla...[/color]</u>
      </div>
just change the red color (bla..bla..bla...) as you please

User avatar
Active Member

Posts

Joined
Fri Mar 30, 2012 10:32 am
Location - Indonesia

Post by desi_swe » Sat May 12, 2012 6:08 pm

That was really helpfull.Thanks a lot.

Newbie

Posts

Joined
Fri May 11, 2012 11:35 pm
Who is online

Users browsing this forum: Bing [Bot] and 73 guests