Announcement

Collapse
No announcement yet.

Problem with placing product images on 'view cart' page - Please help!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem with placing product images on 'view cart' page - Please help!

    Hi everyone,

    First time here. Great website!

    I hope you can help me. I wanted to add product images in the view cart section so I placed the following code on my Act_ShoppingCartXML.htm page just below <Actinic:XMLTEMPLATE NAME="ProductLine"> as suggested by some of the existing postings here, but I am unable to see any product images in the 'view cart' page!

    The code I added was as follows:

    <Actinic:REMOVE TAG="THUMBNAIL">
    <IMG SRC="NETQUOTEVAR:THUMBNAIL" width=75><!--THUMBNAILSIZE-->
    </Actinic:REMOVE>

    My website is http://www.gifts4ladies.co.uk

    Please help!

    Many thanks in advance

    H.

    #2
    Do you have an image file specified as 'thumbnail image' on each product? Did you refresh the website after adding the code?

    No sign of that code online at the moment.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Incidently if you only use Paypal to take payment your terms and conditions are worded incorrectly.

      "Credit Card Security When the order is placed at our website, credit card numbers are encrypted using 128 bit encryption. They are only decrypted after they reach our computer. They are not held in clear text on any web site."

      By using Paypal you do not download CC info to your computer, therefore you should replace this to say something like "we use Paypal to process payment on our behalf. All Processing takes place on Payapls secure server, your Cc detail is not passed to us, thus remains in a secure environemt" I would look on the paypal site to lift some text re processing from them

      Comment


        #4
        Thanks wjcampbe

        I will refresh the website as you suggested.

        Can you please let me know where to specify a 'thumbnail image'? Cheers



        PS
        Thanks Pinbrook, I will make the necessary changes

        Comment


          #5
          On each product - see attached
          Attached Files
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment


            #6
            That's wonderful; it worked!

            I have just tried it on this section on another site & it worked but I found another problem!

            http://www.malstores.com/acatalog/co...a__Black_.html

            When you add the above product to cart, you can see the thumbnail image but an empty thumbnail is also placed in the option chosen ie 'size'. Any idea how i can get rid of it?

            Thanks again

            Comment


              #7
              Have you duplicated any code in Act_ShoppingCartXML.html? I see the generated code contains
              Code:
              <img src="fidelia2.jpg" width=75>   
              <TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0>
               <TR>
                <TD WIDTH=280><SPAN CLASS="actxsmall">
                 <A HREF="http://www.malstores.com/cgi-bin/ss000001.pl?PRODREF=1002&NOLOGIN=1">Fidelia (Black) (Ladies Shoes)</A>  </SPAN>
                </TD>
                <TD WIDTH=60  ALIGN=RIGHT><SPAN CLASS="actxsmall"><INPUT TYPE=TEXT SIZE="4" NAME="Q_0" VALUE="1" STYLE="text-align: right;"></SPAN>
                </TD>
               </TR>
              </TABLE>
                <img src="NETQUOTEVAR:THUMBNAIL" width=75>
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                Thanks Norman

                I checked it out and no; i didn't duplicate the code!

                I think its to do with the fact that shoes have options because I tried it with following product and it worked no problems!

                http://www.malstores.com/acatalog/co...ox___Oils.html

                I have attached a print screen of the shoes structure on actinic to give you an idea of what i did!

                Any other suggestions?

                Thank you

                H.
                Attached Files

                Comment


                  #9
                  Post your Act_ShoppingCartXML.html. Put it beween [ c o d e ] and [ / c o d e ] tags (without the spaces), so we can see if you've placed that extra bit of code somewhere weird.
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    hope it works!

                    Code:
                    <!-- Cart HTML begin -->
                    <Actinic:XMLTEMPLATE NAME="ShoppingCart">
                    <P><SPAN CLASS="actxsmall"><B>NETQUOTEVAR:CARTCAPTION</B></SPAN><Actinic:DEFAULTTAXZONEMESSAGE/>
                    
                    
                    
                    <TABLE NOBORDER>
                    	<TR>
                    		<TD>
                    			<TABLE WIDTH="CUSTOMVAR:ACTSTDWIDTH" BORDER="0" CELLPADDING="3" CELLSPACING="2" ALIGN=CENTER>
                    				<TR>
                    					NETQUOTEDEL:REFERENCE
                    					<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=LEFT WIDTH=80><SPAN CLASS="actxsmall">NETQUOTEVAR:REFERENCECAPTION</SPAN></TH>
                    					NETQUOTEDEL:REFERENCE
                    					<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=LEFT WIDTH=300><SPAN CLASS="actxsmall">NETQUOTEVAR:DESCRIPTIONCAPTION</SPAN></TH>
                    					<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=80><SPAN CLASS="actxsmall">NETQUOTEVAR:QUANTITYCAPTION</SPAN></TH>
                    					NETQUOTEDEL:PRICES
                    					<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:PRICECAPTION</SPAN></TH>
                    					<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:COSTCAPTION</SPAN></TH>
                    					NETQUOTEDEL:PRICES
                    					NETQUOTEDEL:REMOVE
                    					<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:REMOVECAPTION</SPAN></TH>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				<Actinic:XMLTEMPLATE NAME="OrderLine">
                    			<!-- Order line begin -->
                    				<TR>
                    					
                              <TD COLSPAN="NETQUOTEVAR:PRODUCTCOLSPAN" BGCOLOR="NETQUOTEVAR:CHECKOUTBG"> 
                                <Actinic:XMLTEMPLATE NAME="ProductLine"> <img src="NETQUOTEVAR:THUMBNAIL" width=75><!-- Product line begin --><Actinic:REMOVE TAG="THUMBNAIL"> 
                                <!--THUMBNAILSIZE--> </Actinic:REMOVE> 
                                <TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0>
                                  <TR> NETQUOTEDEL:REFERENCE 
                                    <TD WIDTH=90><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODREF</SPAN></TD>
                                    NETQUOTEDEL:REFERENCE 
                                    <TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODUCTNAME 
                                      <Actinic:REMOVE TAG="DuplicateLinks"> <BR>
                                      NETQUOTEVAR:DUPLICATELINKCAPTION <Actinic:XMLTEMPLATE NAME="DuplicateLinkLine"> 
                                      <BR>
                                      NETQUOTEVAR:DUPLICATELINK </Actinic:XMLTEMPLATE> </Actinic:REMOVE> 
                                      </SPAN></TD>
                                    <TD WIDTH=60  ALIGN=RIGHT><SPAN CLASS="actxsmall">NETQUOTEVAR:QUANTITY</SPAN></TD>
                                  </TR>
                                </TABLE>
                                <!-- Product line end --> </Actinic:XMLTEMPLATE> <Actinic:XMLTEMPLATE NAME="InfoLine"> 
                                <!-- Other info prompt begin --> 
                                <TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0 COLS=2>
                    							<TR>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=90>&nbsp;</TD>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PROMPTLABEL</SPAN></TD>
                    								<TD WIDTH=60>&nbsp;</TD>
                    							</TR>
                    							<TR>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=90>&nbsp;</TD>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PROMPTVALUE</SPAN></TD>
                    								<TD WIDTH=60>&nbsp;</TD>
                    							</TR>
                    						</TABLE>
                    					<!-- Other info prompt end -->
                    						</Actinic:XMLTEMPLATE>
                    						<Actinic:XMLTEMPLATE NAME="DateLine">
                    					<!-- Date info prompt begin -->
                    						<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0 COLS=2>
                    							<TR>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=90>&nbsp;</TD>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PROMPTLABEL</SPAN></TD>
                    								<TD WIDTH=60>&nbsp;</TD>
                    							</TR>
                    							<TR>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=90>&nbsp;</TD>
                    								NETQUOTEDEL:REFERENCE
                    								<TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PROMPTVALUE</SPAN></TD>
                    								<TD WIDTH=60>&nbsp;</TD>
                    							</TR>
                    						</TABLE>
                    					<!-- Date info prompt end -->
                    						</Actinic:XMLTEMPLATE>
                    					</TD>
                    					NETQUOTEDEL:PRICES
                    					<TD ALIGN="RIGHT" BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:PRICE</SPAN></TD>
                    					<TD ALIGN="RIGHT" BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:COST</SPAN></TD>
                    					NETQUOTEDEL:PRICES
                    					NETQUOTEDEL:REMOVE
                    					<Actinic:REMOVE TAG="RemoveButtonSpan">
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN" BGCOLOR="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:REMOVEBUTTON</TD>
                    					</Actinic:REMOVE>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    			<!-- Order line end -->
                    				</Actinic:XMLTEMPLATE>
                    				<Actinic:REMOVE TAG="EmptyCartLine">
                    			<!-- Empty cart message begin -->
                    				<TR>
                    					<TD ALIGN=LEFT COLSPAN="NETQUOTEVAR:PRICECOLSPAN" BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall"><B>NETQUOTEVAR:EMPTYCARTMESSAGE</B></SPAN></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">--</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    			<!-- Empty cart message end -->
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="SubTotalRow">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:SUBTOTALCAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:SUBTOTAL</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="AdjustmentRows">
                    				NETQUOTEVAR:ADJUSTMENTROWS
                    				<Actinic:XMLTEMPLATE NAME="AdjustmentRow">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:ADJUSTMENTCAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:ADJUSTMENT</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:XMLTEMPLATE>
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="ShippingRow">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:SHIPPINGCAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:SHIPPING</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="HandlingRow">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:HANDLINGCAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:HANDLING</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="Tax1Row">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:TAX1CAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:TAX1</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="Tax2Row">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:TAX2CAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:TAX2</SPAN></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:REMOVE>
                    
                    				<Actinic:REMOVE TAG="TotalRow">
                    				<TR>
                    					<TD ALIGN=RIGHT COLSPAN="NETQUOTEVAR:PRICECOLSPAN"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:TOTALCAPTION</SPAN></B></TD>
                    					<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTEM"><B><SPAN CLASS="actxsmall">NETQUOTEVAR:TOTAL</SPAN></B></TD>
                    					NETQUOTEDEL:REMOVE
                    					<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&nbsp;</TD>
                    					NETQUOTEDEL:REMOVE
                    				</TR>
                    				</Actinic:REMOVE>
                    			</TABLE>
                    		</TD>
                    	</TR>
                    </TABLE>
                    
                    <!-- Discount info begin-->
                    <Actinic:REMOVE TAG="DiscountInfo">
                    	<TABLE WIDTH="CUSTOMVAR:ACTSTDWIDTH" BORDER="0"  CELLPADDING="3" CELLSPACING="2">
                    		<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=CENTER><SPAN CLASS="actxsmall"><B>NETQUOTEVAR:DISCOUNTINFOCAPTION</B></SPAN></TH>
                    		<!-- Discount info row begin-->
                    		<Actinic:XMLTEMPLATE NAME="DiscountInfoLine">
                    		<TR><TD BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">NETQUOTEVAR:INFOLINE</SPAN></TD></TR>
                    		</Actinic:XMLTEMPLATE>
                    		<!-- Discount info row end-->
                    	</TABLE>
                    </Actinic:REMOVE>
                    <!-- Discount info end-->
                    
                    <Actinic:EXTRACARTTEXT><span class="actxsmall"><TABLE><TR><TD><IMG SRC="NETQUOTEVAR:POWEREDBYLOGO" WIDTH="45" HEIGHT="50" BORDER="0" ALT=""></TD><TD><FONT SIZE=1><B>NETQUOTEVAR:RATEDISCLAIMER</B></FONT></TD></TR></TABLE></span></Actinic:EXTRACARTTEXT>
                    <Actinic:EXTRACARTBASEPLUSPERTEXT><span class="actxsmall"><FONT SIZE=1><B>NETQUOTEVAR:BASE_PLUS_PER_RATE_DISCLAIMER</B></FONT></span></Actinic:EXTRACARTBASEPLUSPERTEXT>
                    
                    </Actinic:XMLTEMPLATE>
                    <!-- Cart HTML end -->

                    Comment


                      #11
                      The code I added was as follows:

                      <Actinic:REMOVE TAG="THUMBNAIL">
                      <IMG SRC="NETQUOTEVAR:THUMBNAIL" width=75><!--THUMBNAILSIZE-->
                      </Actinic:REMOVE>
                      That's not what you've pasted in. You've erronously re-arranged it to be
                      Code:
                      <img src="NETQUOTEVAR:THUMBNAIL" width=75><!-- Product line begin --><Actinic:REMOVE TAG="THUMBNAIL"> 
                                  <!--THUMBNAILSIZE--> </Actinic:REMOVE>
                      Use the first lump and you'll be OK.
                      Norman - www.drillpine.biz
                      Edinburgh, U K / Bitez, Turkey

                      Comment


                        #12
                        Brilliant!

                        Thank you all for your assistance.

                        H.

                        Comment

                        Working...
                        X