Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

gwferdon
New Member

64 Posts

Pre-sales questions only
(More Details...)

Posted - 04/20/2018 :  06:58:30  
Is there an easy way to move the location of the Price, Add to Cart button, and Product Options to the top of the description portion of the cart pages?

Thank you,
Geoff

Andy
ECT Moderator

95440 Posts

Posted - 04/20/2018 :  07:03:05  
Hi Geoff

You can use the detailpagelayout and productpagelayout feature to move the elements as long as you are using css layouts

https://www.ecommercetemplates.com/help/css-layouts.asp#proddetailorder

https://www.ecommercetemplates.com/help/css-layouts.asp#productorder

Andy

Please feel free to review / rate our software

gwferdon
New Member

64 Posts

Pre-sales questions only
(More Details...)

Posted - 04/20/2018 :  07:16:56  
Thank you, Andy.

Turning on CSS layouts put's everything in a single column. Is there also an easy way around this?

-Geoff

Andy
ECT Moderator

95440 Posts

Posted - 04/20/2018 :  07:25:56  
We have a sample css file available for download here https://www.ecommercetemplates.com/free_downloads.asp#css - without any styling you would just get a single column.

Andy

Please feel free to review / rate our software

stoney2222
Advanced Member

USA
121 Posts

Pre-sales questions only
(More Details...)

Posted - 06/15/2018 :  12:07:43  
Andy,

I am having similar problems.

http://www.300yards.com/proddetail.php?prod=taylormade-m1-430-driver

I cannot get the price and add to cart to be on different lines. Ideally I would liek them to be centered underneath the product options. Price First then add to cart image on the next line. It seems like the classes are combined and so I cannot seperate them no matter what I do.

Thanks
Eric

Andy
ECT Moderator

95440 Posts

Posted - 06/15/2018 :  12:28:24  
Hi Eric

Should those elements go to the right of the image or underneath?

Andy

Please feel free to review / rate our software

stoney2222
Advanced Member

USA
121 Posts

Pre-sales questions only
(More Details...)

Posted - 06/15/2018 :  12:29:00  
I want them to be underneath the product options as that would make the most sense for filling out an order

stoney2222
Advanced Member

USA
121 Posts

Pre-sales questions only
(More Details...)

Posted - 06/15/2018 :  12:31:04  
Here is my includes order for css layouts:

$GLOBALS['detailpagelayout']='navigation, productname, productimage, options, listprice, price, addtocart, description, manufacturer, currency';

Paradise
Ecommerce Template Guru

USA
1602 Posts

Pre-sales questions only
(More Details...)

Posted - 06/15/2018 :  12:46:02  
Add the div width to the css

div.detailaddtocart, .detailoutofstock {
float: right;
margin-top: 10px;
[red]width: 650px;
[/red]}

div.detailprice {
font-size: 1.2em;
font-weight: bold;
float: right;
text-align: left;
[red]width: 560px;[/red]
color: #333;
margin-left: 10px;
padding-top: 12px;
}

Responsive Design Deals Ecomm Plus - ASP 6.8
www.paradiseclothingco.com

Edited by - Paradise on 06/15/2018 12:51:56
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000