Zen Cart Logo
Forums / General Questions / Attribute form question and social media

Attribute form question and social media

Views: 1,424

Results 1 to 3 of 3
16 Dec 2012, 2:48 PM
#1
dawndmd avatar

dawndmd

New Zenner

Join Date:
Nov 2011
Posts:
20
Plugin Contributions:
0

Attribute form question and social media

Hi, for reference of my questions, please take a look at one of my product pages: http://customprintablecards.com/store/index.php?main_page=product_info&cPath=87&products_id=239

First, I would like to know how to remove the social media links and buttons that show below my Add to Cart.

Second, what I am trying to do with the form created from the attributes is to have my customers be able to provide me with their specific information requested when ordering a card. I was thinking this would be able to be done right on the product page of the card they would add to the cart. But I don't see how to add a submit button to do that or if that info would come to me upon their adding it to the cart and purchasing.

Basically, does anyone have any ideas on how to accomplish that a customer purchases a card, fills out the form and I would get that info upon purchase? This is the most important part of my site. Help would be so much appreciated.

One more thing, when that is all said and done, if the attributes form can stay on the products page where I have it currently, is there a way to put the Add to Cart Button under the form instead of at the top?

Thank you.

16 Dec 2012, 5:04 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Attribute form question and social media

I would like to know how to remove the social media links and buttons that show below my Add to Cart
Those are not part of the default ZenCart code - find out what you have added for them and remove it
I don't see how to add a submit button to do that or if that info would come to me upon their adding it to the cart and purchasing
Add to cart captures the attributes - You should set the ones that you must have to "required"
is there a way to put the Add to Cart Button under the form instead of at the top
In a copy for your template of tpl_product_info_display - ewdit it to re-order the display

16 Dec 2012, 5:06 PM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: Attribute form question and social media

Haven't you tested your add to cart? All attributes are automatically included and values shown in the shopping cart page and on the order confirmation.

Moving parts of the product info page is generally not difficult; it depends on exactly what layout you want. You can move the

<!--bof Add to Cart Box -->

section to below the attributes section in /includes/templates/your_template/templates/tpl_product_info_display.php.