Announcement

Collapse
No announcement yet.

quantity and product name not displayed

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

    quantity and product name not displayed

    When you goto the view cart page, the name of any items in the basket are not displayed, along with the number indicating the quantity.

    help.
    Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

    #2
    Well they are on everyone elses site. A link might help so we can see for ourselves.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      yes, a link would help!

      http://www.sme-solutions.biz/acatalog/
      Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

      Comment


        #4
        Wierd. The table structure is there but is empty.

        First place to look is in Act_ShoppingCartXML.html as this contains the structure of these pages. Make sure the following section is present

        Code:
        						<Actinic:XMLTEMPLATE NAME="ProductLine">
        					<!-- Product line begin -->
        						<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</SPAN></TD>
        								<TD WIDTH=60  ALIGN=RIGHT><SPAN CLASS="actxsmall">NETQUOTEVAR:QUANTITY</SPAN></TD>
        							</TR>
        						</TABLE>
        					<!-- Product line end -->
        						</Actinic:XMLTEMPLATE>
        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Also check Act_OrderDetail.html as this may be involved too. Look for

          Code:
          <TABLE cellspacing=0 cellpadding=1 border=0>
          	<Actinic:XMLTEMPLATE NAME="ODLine">
          		<TR>
          			<TD valign="bottom"><B>NETQUOTEVAR:PRODUCTNAME</B></TD>
          			<TD valign="bottom">NETQUOTEVAR:DISPLAYPRODUCTREF</TD>
          		</TR>
          	</Actinic:XMLTEMPLATE>
          </TABLE>
          Norman
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            cheers norman, i'll let you know...
            Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

            Comment


              #7
              cant seem to fix this, i've even replaced the two files with the default unchanged ones and it doesnt help!


              Help.
              Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

              Comment


                #8
                Have you made any changes to any of the Perl scripts?

                Norman
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  no, i dont like changing those becuase i'm no 100% sure what im doing with them, so they are all unchanged.
                  Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

                  Comment


                    #10
                    Lets see if the product is making it correctly into your shopping cart. You'll have to add an item or two to the cart (don't check out) and then FTP into your web server and move into the acatalog directory. You should find a file there ending in .session - this is the shopping cart. It should begin with a digit (actually your IP address with Z's insted of .'s) so look there first.

                    It's a text file so you should be able display this in a text editor.

                    Post that file here so I can have a look. The product line is in a block like this:-


                    Code:
                    	<ShoppingCart>
                    		<Product Reference="6" Name="Bunch&#32;of&#32;Flowers" SID="2">
                    			<Quantity>1</Quantity>
                    			<Info>Hello&#32;Mum</Info>
                    			<Date Year="2000" Day="01" Month="01"/>
                    			<QDQualify>1</QDQualify>
                    		</Product>
                    	</ShoppingCart>


                    Norman
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment


                      #11
                      Here is the text from the .session file. there were four of them but they all look pretty much the same.


                      Code:
                      <SessionFile Version="1&#46;0">
                      	<URLInfo>
                      		<LASTPAGE>http&#58;&#47;&#47;www&#46;sme&#45;solutions&#46;co&#46;uk&#47;</LASTPAGE>
                      		<LASTSHOPPAGE>http&#58;&#47;&#47;www&#46;sme&#45;solutions&#46;co&#46;uk&#47;</LASTSHOPPAGE>
                      		<BASEURL>http&#58;&#47;&#47;www&#46;sme&#45;solutions&#46;co&#46;uk&#47;acatalog&#47;</BASEURL>
                      	</URLInfo>
                      	<CheckoutInfo>
                      		<BillContact/>
                      		<ShipContact/>
                      		<ShipInfo/>
                      		<TaxInfo/>
                      		<GeneralInfo/>
                      		<PaymentInfo/>
                      		<LocationInfo/>
                      	</CheckoutInfo>
                      	<ShoppingCart/>
                      </SessionFile>
                      Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

                      Comment


                        #12
                        This session file appears to be from an empty cart.

                        There's no <ShoppingCart> section.

                        Just stick a few things in the cart first and take the most recent .session file that appears to start with your own IP address (filename has Z's instead of dots).

                        Norman
                        Norman - www.drillpine.biz
                        Edinburgh, U K / Bitez, Turkey

                        Comment


                          #13
                          This one looks more like it....

                          Code:
                          <SessionFile Version="1&#46;0">
                          	<URLInfo>
                          		<LASTPAGE>http&#58;&#47;&#47;www&#46;sme&#45;solutions&#46;biz&#47;cgi&#45;bin&#47;ca000001&#46;pl</LASTPAGE>
                          		<LASTSHOPPAGE>http&#58;&#47;&#47;www&#46;sme&#45;solutions&#46;biz&#47;acatalog&#47;Vaio_Notebooks&#46;html</LASTSHOPPAGE>
                          		<BASEURL>http&#58;&#47;&#47;www&#46;sme&#45;solutions&#46;biz&#47;acatalog&#47;</BASEURL>
                          	</URLInfo>
                          	<CheckoutInfo>
                          		<BillContact/>
                          		<ShipContact/>
                          		<ShipInfo/>
                          		<TaxInfo/>
                          		<GeneralInfo/>
                          		<PaymentInfo>
                          			<PONO/>
                          			<USERDEFINED/>
                          			<METHOD/>
                          		</PaymentInfo>
                          		<LocationInfo/>
                          	</CheckoutInfo>
                          	<ShoppingCart>
                          		<Product Reference="25" Name="VAIO&#32;FR215H" SID="32">
                          			<Quantity>1</Quantity>
                          			<QDQualify>1</QDQualify>
                          		</Product>
                          		<Product Reference="6" Name="PCDJ&#32;Home&#32;Edition" SID="6">
                          			<Quantity>1</Quantity>
                          			<QDQualify>1</QDQualify>
                          		</Product>
                          		<Product Reference="44" Name="VAIO&#32;FR215E" SID="32">
                          			<Quantity>1</Quantity>
                          			<QDQualify>1</QDQualify>
                          		</Product>
                          	</ShoppingCart>
                          </SessionFile>
                          Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

                          Comment


                            #14
                            Well those product are in the Cart OK. So it must be a page generation problem. Try copying ActinicOrder.pm from your Original folder into Site1 and see if that helps.

                            Norman
                            Norman - www.drillpine.biz
                            Edinburgh, U K / Bitez, Turkey

                            Comment


                              #15
                              No change there.

                              Any more ideas? I called actinic support and they've never seen this problem before.

                              Cheers for all your help btw Norman, greatly appreciated.
                              Before you judge a man, first walk a mile in his shoes. You will be a mile away, and you will have his shoes!

                              Comment

                              Working...
                              X