Multiple questions
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple questions’ is closed to new replies.