Announcement

Collapse
No announcement yet.

CheckOutPageURL problem

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

    CheckOutPageURL problem

    Hi,

    I am trying to use CheckOutPageURL to create a checkout link, however I am getting a

    A General Script Error Occurred
    Error: The input is NULL

    message. What am I doing wrong?

    Thanks,

    #2
    Hi Steve

    What the full code you are using please? I would try the following instead:

    Code:
    <a href="<actinic:variable name="OrderLinkText"/>"><Actinic:Variable Name="CheckOutText"/></a>
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks, that works. What about the basket url? I can't find the right variable.

      Thanks for your help.

      Steve

      Comment


        #4
        Hi Steve

        Please try the following code:
        Code:
        <a href="<actinic:variable name="CartLinkText"/>"<actinic:variable name="CartText" /></a>
        That is for the basket

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X