Good day,
I have added my product attribute, (Size, drop down), but I need to move it right on top of " Add to the Cart " button. Can I move it?.. Here is a lilnk:
http://www.femmexstudios.com/FXS/ind...products_id=38
Please let me know ..
-awk
Good day,
I have added my product attribute, (Size, drop down), but I need to move it right on top of " Add to the Cart " button. Can I move it?.. Here is a lilnk:
http://www.femmexstudios.com/FXS/ind...products_id=38
Please let me know ..
-awk
The position of elements on the Product Information Page are controlled by sections of code in tpl_product_info_display.php .
The CORE file sits in:
includes/templates/template_default/templates/
When I look at your site's PAGE SOURCE, I see that you have not created a CUSTOM template, but have been making edits to the CLASSIC template. (This is a separate issue, but you should create your own csutom template...)
Anyway...
Get a COPY of tpl_product_info_display.php
Open that COPY for editing, using a PLAIN TEXT EDITOR.
The elements are "encased" in <!-- BOF --> and <!-- EOF --> comment tags.
All you need do is CUT and PASTE these elements above/below other elements.
In your case, find the section that relates to ATTRIBUTES, then CUT it from where it currently sits, and PASTE it higher up.
SAVE the file.
FTP the file to:
includes/templates/classic/templates/
You may also need to adjust CSS declarations to position this element more accurately.
20 years a Zencart User
Thank you for the reply..
May I ask you about your comment "you should create your own csutom template..."
-awk
I did what you suggested... Now I am having some CSS issues as you mentioned..
I have found where the CSS is in the code:
<div id="productAttributes"><h3 id="attribsOptionsText">Please Choose: </h3>
<div class="wrapperAttribsOptions">
But I cannot see where id="productAttributes" is.. My Attribute is positioned on the left, If I could only move to right, I am there..
Here is the link...
http://www.femmexstudios.com/FXS/ind...products_id=34
Thank you for your time..
-awk