• Resolved jhackney

    (@jhackney)


    1. I’m creating an ‘add to cart’ button using a variable with a value from a database file. The name value in the shortcode stops at the end of the first word in my description. How to use the whole description?

    echo $row[“race_name”] . do_shortcode(‘[wpepsc name=’.$row[“race_name”].’ price=’.$row[“cost”].’]’);

    2. I can’t get the text on the page for the item and the button on the same line. Is there a default <br> before and after the button?
    3. How do I know if the user has closed the PayPal browser window without finishing the payment?

Viewing 1 replies (of 1 total)
  • Plugin Author Scott Paterson

    (@scottpaterson)

    Hi @jhackney,

    1. Maybe the description contains a ‘ symbol which is causing it to stop early?

    2. Yes, I believe there are some br’s there.

    3. There is not a way to check this. The user is on PayPal.com at this point, not on your site.

    Thanks,
    Scott

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple questions’ is closed to new replies.