Announcement

Collapse
No announcement yet.

straight to checkout after adding a product to the cart

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

    straight to checkout after adding a product to the cart

    I have followed the instructions in the KB article: straight to checkout after adding a product to the cart but when I add a product to the cart using this method I still get a bounce page for about 3 seconds.

    Any ideas as to why? I've messed around with the Bounce Page delay in the Design Options but it doesn't appear to affect this particular bounce page.

    Thanks.

    Additional: In step 13 in the KB article it says;
    13. In the layout code for the single 'add to cart' button, copy and paste the following code:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22GoDirectToCheckout%22%20%2f%3e%20%3d%3d%20true">
    <input type="hidden" name="ACTION" value="<actinic:variable name="CheckoutButton" />">
    <input type="hidden" name="CHECKOUTURL" value="<actinic:variable name="OrderLinkText" />" target="_self">
    </actinic:block>


    I currently have;

    <input type="image" src='thom_button_std_final_check.png' name="SINGLEADD" alt="<Actinic:Variable Name="SingleCartButtonText"/>" />

    Do I replace the original code or add to the original code?

    #2
    Originally posted by nieschmidt View Post
    I have followed the instructions in the KB article: straight to checkout after adding a product to the cart but when I add a product to the cart using this method I still get a bounce page for about 3 seconds.

    Any ideas as to why? I've messed around with the Bounce Page delay in the Design Options but it doesn't appear to affect this particular bounce page.

    Thanks.

    Additional: In step 13 in the KB article it says;
    13. In the layout code for the single 'add to cart' button, copy and paste the following code:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22GoDirectToCheckout%22%20%2f%3e%20%3d%3d%20true">
    <input type="hidden" name="ACTION" value="<actinic:variable name="CheckoutButton" />">
    <input type="hidden" name="CHECKOUTURL" value="<actinic:variable name="OrderLinkText" />" target="_self">
    </actinic:block>


    I currently have;

    <input type="image" src='thom_button_std_final_check.png' name="SINGLEADD" alt="<Actinic:Variable Name="SingleCartButtonText"/>" />

    Do I replace the original code or add to the original code?
    You add it to the original code

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment

    Working...
    X