Zen Cart Logo
Forums / General Questions / Trying to move my discount pricing

Trying to move my discount pricing

Views: 425

Results 1 to 3 of 3
2 Sep 2011, 12:32 AM
#1
strugglingnovice avatar

strugglingnovice

Zen Follower

Join Date:
Jun 2010
Location:
The great midwest... Well, okay, it's not so great, but I'm stuck here!
Posts:
218
Plugin Contributions:
0

Trying to move my discount pricing

Would someone mind taking a look at my page. Underneath my shirt images in the left column is my discounted pricing.

I don't want it there, I want to put it in the right column, preferably on the same line and to the right of the ADD TO CART button, and if that's not possible, underneath the ADD TO CART button but I can't figure out how to move it.

Any help would be appreciated.

Here's one of my pages -

http://redkapworkwear.com/demo/index.php?main_page=product_info&cPath=10_11&products_id=118

2 Sep 2011, 5:33 AM
#2
eentje avatar

eentje

Zen Follower

Join Date:
Jan 2009
Location:
The Netherlands/Germany
Posts:
144
Plugin Contributions:
4

Re: Trying to move my discount pricing

Open up the:

includes/templates/YOURTEMPLATE/tpl_product_info_display.php and search for:

<p id="productPrices" class=" .... </p>

cut that whole text and copy it underneath:

<div id="cartAdd">....</div>
2 Sep 2011, 1:26 PM
#3
strugglingnovice avatar

strugglingnovice

Zen Follower

Join Date:
Jun 2010
Location:
The great midwest... Well, okay, it's not so great, but I'm stuck here!
Posts:
218
Plugin Contributions:
0

Re: Trying to move my discount pricing

Thanks so much for your help, but I'm not having any luck finding the code you gave me <p id="productPrices" class=" .... </p>

I can't find that exact code, the closest I could find in my tpl_product_info_display.php is:

<p id="productPrices" class="productGeneral">

I tried moving that as you suggested, it doesn't work, my page disappears.

I went to my Developers Tool Kit and put in the code you gave me, and it doesn't find it.

Could someone give me further instructions, please?

Thanks again for all your efforts, it is much appreciated.