Announcement
Collapse
No announcement yet.
how to change basket default
Collapse
X
-
Hi Norman
it all looks ok to me?
do you mean the price showing?
can you check to see if images show on the novelty costumes page
www.islandentertainmentsonline.com
thanks
Paul
Comment
-
You need to show me your Product Template so I can see if your Quantity problem comes from there.
Double-click one of your products and look in General / Product Layout.
If it says "Use Parent" then Use Advanced / Template Manager / Section / Product Line.
If it names a template click the Edit button and send me the one that opens.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td rowspan="2" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE </td>
<td valign="TOP" align="LEFT" colspan="2">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br>
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span><br>
<b>NETQUOTEVAR:PRODUCTPRICE</b>
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT" colspan="2"><span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<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 -->
Comment
-
That's all OK. Your problem must be in a corrupt Actinic program or the Database.
You can make a cludgy fix by replacing (in that Template) the fragment
NETQUOTEVAR:PRODUCTQUANTITY
with
<!--NETQUOTEVAR:PRODUCTQUANTITY-->Quantity:<input type=text size=4 name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="1">Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
No, you do exactly what I said. You REPLACE the fragment (and only that) with the replacement.
So the line becomes.Code:NETQUOTEVAR:CARTERRORXML<!--NETQUOTEVAR:PRODUCTQUANTITY-->Quantity:<input type=text size=4 name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="1"><br>
Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Hi Norman
great the code fixed that little bug, thanks now showing as quantity 1
next is the components are not in the right place, the first one is to close to the quantity, have you a fix for that please?
I told you it was strange how its working, some of the images and some of the section gifs were on my external drive which got knackered and all images starting F:// were on their?, however it seems to be showing them all and at least i can still trade (for now)
i am sending drive off tomorow for some expensive retrevial.
Comment
-
Size is only the visible width of the input field. Leave it at 4 as is.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
next is the components are not in the right place, the first one is to close to the quantity, have you a fix for that please?
I'd only use it for downloading orders and make no more changes or uploads until you have a correctly working system on a clean machine.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment