Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Moving the Product amount in the product

Moving the Product amount in the product

Locked

Views: 981

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
17 Sep 2007, 3:00 AM
#1
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Moving the Product amount in the product

I want to move the product amount into the box on our website around the Add to cart button.

http://ad-discountperformance.com/index.php?main_page=product_info&products_id=250

In that link you will see what i want to do..

I want the price and price discounts to be down in the box with the add to car button preferably under the button how to i do this

Thanks
Dave

17 Sep 2007, 3:43 AM
#2
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: Moving the Product amount in the product

Got something else also under our pictures in the product there is something that says GER IMAGE

What is that and how do i get rid of it ??

17 Sep 2007, 4:28 AM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Moving the Product amount in the product

In /includes/templates/your_template/templates/tpl_product_info_display.php, find the block of code beginning with <!--bof Product Price block --> and ending with <!--eof Product Price block -->. Move it to just below the <!--eof Add to Cart Box -->, and then you can fine-tune the position in your stylesheet. This will put it under the box. To put it in the box, carefully insert the code into the bottom of the add to cart div.```php
<div id="cartAdd">
<?php echo $display_qty; echo $display_button; ?>
</div>

<?php } // display qty and button ?> <?php } // CUSTOMERS_APPROVAL == 3 ?> <!--eof Add to Cart Box-->

For the "larger image" link, add

.imgLink { display: none;}

to your stylesheet.
17 Sep 2007, 5:04 AM
#4
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: Moving the Product amount in the product

Thanks man it worked now

17 Sep 2007, 5:05 AM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Moving the Product amount in the product

Did you notice the second part of my post?

17 Sep 2007, 4:12 PM
#6
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: Moving the Product amount in the product

Yes i took it off thanks

7 Sep 2008, 11:13 AM
#7
green333 avatar

green333

Zen Follower

Join Date:
Mar 2008
Location:
QLD - Aussie
Posts:
190
Plugin Contributions:
0

Re: Moving the Product amount in the product

I found this posting (12 months after the original post) and the solution worked beautifully - thank you yet again to the WONDERFUL Zen Community :clap:

S