Announcement

Collapse
No announcement yet.

Display shipping in Cart and checkout 0

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

    Display shipping in Cart and checkout 0

    Hi
    If a customer places an order and wants to Checkout with Paypal, then the price in the cart only includes the product prices and vat, but no shipping.
    How can I change this?

    I would need to display the shipping in Cart and checkout 0 as this is where the Paypal buttons are.

    I am using shipping by weight

    I have had a go myself. This is the code it was
    HTML Code:
    <Actinic:REMOVE TAG="ShippingRow">
    <tr class="checkoutMobileTR">
       <td align="right" colspan="<Actinic:Variable Name="PriceColSpan"/>"><b><Actinic:Variable Name="ShippingCaption"/></b></td>
       <td align="right" class="cart"><Actinic:Variable Name="Shipping"/></td>
       <Actinic:REMOVE TAG="RemoveButtonSpan">
          <td align="center" rowspan="<Actinic:Variable name='RemoveRowSpan' />">&nbsp;</td>
       </Actinic:REMOVE>
    </tr>
    </Actinic:REMOVE>
    I changed it to
    HTML Code:
    <tr class="checkoutMobileTR">
       <td align="right" colspan="<Actinic:Variable Name="PriceColSpan"/>"><b><Actinic:Variable Name="ShippingCaption"/></b></td>
       <td align="right" class="cart"><Actinic:Variable Name="Shipping"/></td>
    
          <td align="center" rowspan="<Actinic:Variable name='RemoveRowSpan' />">&nbsp;</td>
    
    </tr>
    But this is what I get in the shipping

    £0.00 CAPTION £0.00


    Any help very much appreciated
    Thank you
    Thank you
    Kind regards
    Joanne

    www.ukcurtainpoles.co.uk

    #2
    Hi
    It seems to be working fine now
    Thank you
    Kind regards
    Joanne

    www.ukcurtainpoles.co.uk

    Comment


      #3
      Hi
      No its not.
      It seems to only work when I'm logged in on a customer account ??
      Thank you
      Kind regards
      Joanne

      www.ukcurtainpoles.co.uk

      Comment


        #4
        AFAIK (or remember) shipping doesn't display in the cart as typically it will depend on the location which is normally entered during checkout. (As a logged in, or 'remember me', customer it will use your previous delivery location to calculate the shipping)

        In your case, this might depend on whether it was UK mainland, Highland Scotland, Eire, etc.

        You can make shipping display in the cart by turning on the 'Request Location Early' feature in sellerdeck. It will then ask for the location and update the shipping total in the cart.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #5
          Hi
          Thanks Mike
          I've changed the setting as you said and all works fine now. Just not sure I like the confirmation page but I guess I'll have to put up with that

          Thanks again
          Thank you
          Kind regards
          Joanne

          www.ukcurtainpoles.co.uk

          Comment


            #6
            We have had complaints - this is mad, even paypal express doesnt show the shipping until they leave the Sellerdeck site, the only solution we found was simple shipping but not at all ideal.
            https://www.harrisontelescopes.co.uk/

            Ed Harrison - Menmuir Scotland

            Comment

            Working...
            X