-
AuthorPosts
-
May 19, 2015 at 7:20 pm #277350
button goes in, but in the paypals button where they have to write there name, address etc, this dosnt seem to work.
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”><input name=”cmd” type=”hidden” value=”_s-xclick” />
<input name=”hosted_button_id” type=”hidden” value=”WJENF6EVHEMXE” />
<table>
<tbody>
<tr>
<td><input name=”on0″ type=”hidden” value=”— 1hr lesson ($55) —” />—<span style=”color: #ff0000;”> 1hr lesson ($55)</span> —</td>
</tr>
<tr>
<td><select name=”os0″>
<option value=”Automatic”>Automatic</option>
<option value=”Manual”>Manual</option>
</select></td>
</tr>
<tr>
<td><input name=”on1″ type=”hidden” value=”Trainee Name:” />Trainee Name:</td>
</tr>
<tr>
<td><input maxlength=”0″ name=”os1″ type=”text” /></td>
<td><input name=”on2″ type=”hidden” value=”Trainee Pick-up Address:” />Trainee Pick-up Address:</td>
<td><input maxlength=”0″ name=”os2″ type=”text” /></td>
</tr>
</tbody>
</table>
<input alt=”PayPal — The safer, easier way to pay online.” name=”submit” src=”https://www.paypalobjects.com/en_AU/i/btn/btn_buynowCC_LG.gif” type=”image” />
</form>
May 19, 2015 at 7:38 pm #277355Hello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
May 19, 2015 at 9:42 pm #277395Thank you,
Have no url as yet, just building page on mamp for now. just trying to get the button above to work on a ethos blank page.
Or even better if it could fit and work in side a x-short coded Pricing Table Column.
hope this helps a little.May 20, 2015 at 2:19 am #277531Hi,
Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your paypal button. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
May 20, 2015 at 2:29 am #277536Talked to paypal, even used buttons on another web site, all work fine. But once button is on etho theme, they seem to stop working???
May 20, 2015 at 4:19 am #277589Hi Justin,
We need to see it first hand to be able to provide you with a tailored answer.
Please upload your site to a domain so we could take a closer look.
Thanks
May 20, 2015 at 5:47 am #277639we cant put it into domain because it does not work, if people cant use it pay, our company cant make money. So sorry but we cant do that. Can you not take the code i have given you and put it into your etho theme and see it for your self?
May 20, 2015 at 6:13 am #277666Hi Justin,
You can install our under construction extension and no one will be able to access your site without logging in
https://theme.co/x/member/kb/extension-under-construction/
With regards to your paypal code it doesn’t work because you have set maxlength to 0 in your text inputs.
maxlength=”0″
Which in return will not allow you to enter any characters in the input text box.
I also tried your code using the default wordpress theme twenty fifteen and I got the same result, it is also not working.
Please verify your paypal code and try again.
Thanks
-
AuthorPosts