PDA

View Full Version : Position of the Quantity Value


chris ashdown
07-Nov-2003, 08:43 AM
At present the Quantity value shows up above the component drop down menu's

As the Quantity is the trigger to the purchase, I am afraid that some will enter the quantity first before selecting the components

Is there a way to display the quantity below the components ?

Regards

Chris

garyhay
07-Nov-2003, 08:54 AM
http://knowledge.actinic.com/users/kadmin/acatalog/v6_Product_Layout.html#a796

might help you also check the article on the same page regarding this only working in some instances

chris ashdown
07-Nov-2003, 09:05 AM
Thanks for that but all gibberish to me. I guess what I want is a ADD To Cart button rather than the order being made by entering the Quantity

Chris

chris ashdown
07-Nov-2003, 09:22 AM
Found the problem, just stupid at this end

I had the settings to single "Add to Cart" at end of page and never went down that far

Thanks

Chris

ocbon
12-May-2004, 09:08 PM
Originally posted by garyhay
http://knowledge.actinic.com/users/kadmin/acatalog/v6_Product_Layout.html#a796

might help you also check the article on the same page regarding this only working in some instances

I am using Clean Layout 4 and Quantity on Product Page. agiftislove.com (http://www.agiftislove.com)

I also would like to move the Quantity Box for each Product RIGHT ABOVE the Buy Now Button. I went into the above link and didn't see anything about the Quantity Button.

Can you please help?
Thanks
Bonnie:confused:

cdicken
13-May-2004, 03:20 PM
The most likely culprits are the <p> tags that are in Act_CartButtonImage.html.

Open this template and remove the <P> from tbe beginning of the code and the </P> from the end of the code.

ocbon
19-May-2004, 06:26 PM
Chris

Nope. Didn't Work. Take a look at the individual products on my site www.agiftislove.com (http://www.agiftislove.com/acatalog/catalogbody.html)

There are a lot of components/attributes under the quantity checkbox - especially for my angel collectibles.

I really need to get the Quantity Checkbox RIGHT ABOVE the Buy Now Button

Any other suggestions
Thanks
Bonnie:confused:

cdicken
20-May-2004, 03:50 PM
OK Bonnie. I didn't know you were using attributes and choices. This changes things.

What you need to do is locate the following variables in your product layout template:

NETQUOTEVAR:PRODUCTQUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>

Change this to read...

NETQUOTEVAR:VARIANTS
NETQUOTEVAR:PRODUCTQUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>

That should do it.

ocbon
21-May-2004, 09:21 PM
Chris,

Must be a bad day. I have searched through the Actinic Help Menu and the Advanced Part, and the Knowledge Base, and I cannot find the product template layout???????

I've probably been in it a hundred times, but today I am lost.

Thanks
Bonnie:o

ocbon
22-May-2004, 09:47 PM
Originally posted by cdicken
OK Bonnie. I didn't know you were using attributes and choices. This changes things.

What you need to do is locate the following variables in your product layout template:

NETQUOTEVAR:PRODUCTQUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>

Change this to read...

NETQUOTEVAR:VARIANTS
NETQUOTEVAR:PRODUCTQUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>

That should do it.

Chris,

Using Clean Layout 4 and Quantity on Product Page. Website:
www.agiftislove.com (http://www.agiftislove.com)

I found the product layout template in Act_ProductLine.html

Here is what is in there. I cannot find portion above you are telling me to change:


<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspanspan="3" width="500" valign="TOP" align="LEFT"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="left"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxxsmall">NETQUOTEVAR:PRODUCTREF <p>NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON

<img src="email_friend.gif" alt="email a friend" width="161" height="21" border="3"
onclick="location.href='mailto:'
+ '?subject=Take a look at www.agiftislove.com'
+ '&bcc=agiftislove@comcast.net'
+ '&body=I just saw the following unique gift item - NETQUOTEVAR:PRODUCTNAME - at '
+ location.href + '#NETQUOTEVAR:PRODUCTANCHOR '
+ 'and thought this and their other unique gifts might interest you.';">
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span>
<b>NETQUOTEVAR:PRODUCTPRICE</b>
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVAR:DATEPROMPT
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
<br></span>

</td>
</tr>

<tr>
<td align="LEFT" colspan="2"><span class="actxsmall">

<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->

Sorry to be a pest,
Bonnie
:(

cdicken
24-May-2004, 10:29 AM
It's these lines...NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
<br></span>

</td>
</tr>

<tr>
<td align="LEFT" colspan="2"><span class="actxsmall">

<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
Change them to read...NETQUOTEVAR:CARTERRORXML
<br></span>

</td>
</tr>

<tr>
<td align="LEFT" colspan="2"><span class="actxsmall">
NETQUOTEVAR:VARIANTS
NETQUOTEVAR:PRODUCTQUANTITY
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>

ocbon
25-May-2004, 12:55 AM
Chris

THANK YOU VERY MUCH! It look great now!

Bonnie:D