Announcement

Collapse
No announcement yet.

Drop Down Shipping

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

    Drop Down Shipping

    In version 7 we had a drop down shipping list on the check out page.

    Since converting to version 8 this is missing. I have tried inserting the variable for the drop down box but it does not seem to work.

    Can any one help ?

    Thank you,
    www.rltwatches.com

    #2
    I have just upgraded to version 8.01 and the advanced shipping class selection is now showing up in the design view of the site but when this is uploaded the checkout pages still do not show the drop down list or special delivery instructions.
    www.rltwatches.com

    Comment


      #3
      There seems to be somethinng wrong with the coding.
      If Total Value is selected on the shipping options and you have multiple choices then you cannot intigate a drop down list, it just does not show up on the checkout pages. I have spent the best part of 20 hours on this now and cannot see any way to do it. It worked fine on V7 so I do not understand why it does not now unless there a coding error in the script as it does not work on the sample site that is provide with the initial install either.

      I'll have to try sorting it by weight until a solution is found.
      www.rltwatches.com

      Comment


        #4
        Spent most of the day trying again . Somebody else must have tried to the "Shipping by Value" section ? This should produce a drop down list so the customer can select the shipping.

        Here is are the shipping phase and Advanced shipping template, I have not altered them.


        <!-- Shipping HTML begin -->
        NETQUOTEDEL:SHIPANDHANDLEPHASE

        <span class="actregular"><b><Actinic:Variable Name="ShipAndHandLabel"/></b></span><br /><br />
        <Actinic:Variable Name="ShipMessage"/>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22SimpleShippingIsUsed%22%20%2f%3e">
        <actinic:variable name="CheckoutPrompt" value="Simple Shipping Cost" />
        </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22SimpleShippingIsUsed%22%20%2f%3e%20%3d%3d%20FALSE" >
        NETQUOTEDEL:SHIPCLASSSELECTION
        <actinic:variable name="CheckoutPrompt" value="Advanced Shipping Class Selection" />
        NETQUOTEDEL:SHIPCLASSSELECTION
        </actinic:block>

        <table border="0" width="<actinic:variable name="ACTSTDWIDTH" />" cellspacing="2" cellpadding="2" class="checkout">
        <actinic:variable name="CheckoutPrompt" value="Shipping User Definable Prompt" if="%3cactinic%3avariable%20name%3d%22ShipPrompt001Visible%22%20%2f%3e"/>
        </table>
        <br />
        <hr size="1" width="<actinic:variable name="ACTSTDWIDTH" />" align="left" />

        NETQUOTEDEL:SHIPANDHANDLEPHASE
        <!-- Shipping HTML end -->



        <!-- Template for selecting class of shipping -->
        <table border="0" width="<actinic:variable name="ACTSTDWIDTH" />" cellspacing="2" cellpadding="2" class="checkout">
        <tr>
        <td width="60%">
        <span class="actrequired"><Actinic:Variable Name="ClassOfServicePrompt"/></span>
        </td>
        <td width="40%">
        <Actinic:Variable Name="ShippingSelect"/>
        </td>
        </tr>
        </table>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22IsSSPInstalled%22%20%2f%3e">
        <Actinic:EXTRACARTTEXT>
        <table>
        <tr>
        <td>
        <img src="<Actinic:Variable Name="SSPPoweredByImageBare"/>" width="45" height="50" border="0" alt="" />
        </td>
        <td>
        <b><actinic:variable name="RateDisclaimer"/></b>
        </td>
        </tr>
        </table>
        </Actinic:EXTRACARTTEXT>

        <Actinic:EXTRACARTBASEPLUSPERTEXT>
        <b><actinic:variable Name="BasePlusPerRateDisclaimer"/><b>
        </Actinic:EXTRACARTBASEPLUSPERTEXT>
        </actinic:block>
        <!-- End of template for selecting class of shipping -->


        Can anyone see what is wrong ?
        www.rltwatches.com

        Comment


          #5
          I'm tearing the little hair that I have left out,

          Has no one else tried to achive a drop down list for shipping choices ?
          www.rltwatches.com

          Comment


            #6
            Roy,

            Sorry for the delay, am checking this one for you. Thought I posted this message yesterday, but it did not show for some strange reason!!

            Kind regards,
            Bruce King
            SellerDeck

            Comment


              #7
              Roy,

              This appears to be an upgrader issue with it not upgrading 'ShippingTemplate.pl' with the correct version of the script file. The correct file should be revision no 118. I have attached the correct script for you, insert this in {site}\ShipControl directory, then refresh the site and it should work correctly.

              Kind regards,
              Attached Files
              Bruce King
              SellerDeck

              Comment


                #8
                Great, thank you very much Bruce, it works fine now.
                www.rltwatches.com

                Comment

                Working...
                X