Zen Cart Logo
Forums / General Questions / Remove or Move Purchase Item Box from Product Description?

Remove or Move Purchase Item Box from Product Description?

Locked

Views: 727

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Jun 2008, 12:20 AM
#1
jensurge avatar

jensurge

New Zenner

Join Date:
Feb 2008
Location:
Colorado Springs, CO
Posts:
21
Plugin Contributions:
0

Remove or Move Purchase Item Box from Product Description?

I don't even know if this is possible or not but I would really like to remove the box that states: "Please Choose: Purchase Item: Download Zipped File" from my product listings.

Here's a link to one of my product descriptions:
http://jenu-designs.com/store/index.php?main_page=product_info&cPath=3&products_id=23

As you can see, the box is pushing my description down over top of the Add to Cart button. If it's not possible to remove it, can I at least move it somewhere else and if so, how?

Thanks!

12 Jun 2008, 12:33 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove or Move Purchase Item Box from Product Description?

The quick way and a global change so not what you want if you have items with attributes that you want displayed

Find this in your stylesheet and add the red highlighted entry

#productAttributes {
        display: none;
	width:100%;
	float:left;
	border:1px solid #bfbfbf;
	padding-left:5px;
	margin:5px 0 0 10px;
	}
12 Jun 2008, 12:39 AM
#3
jensurge avatar

jensurge

New Zenner

Join Date:
Feb 2008
Location:
Colorado Springs, CO
Posts:
21
Plugin Contributions:
0

Re: Remove or Move Purchase Item Box from Product Description?

Awesome, it worked perfectly! Thank you so much! :clap: