Hi everyone,I have just added my first product here on e-junkie. When I click the Purchase button it pops up a new window. Is there any way to have it go to paypal without opening a new window??Thanks!Warren
Just make sure you're using the standard E-junkie Cart buttons (rather than Buy Now buttons), and make sure you paste at least one complete block of your View Cart code into every page that has any number of Add to Cart buttons.
I used the Buy Now button because I would rather have the customer go straight to purchasing it at PayPal after clicking rather than adding to a cart and then check out. Is that the only way I can do it though without a popup?Thanks for your help!Warren
If you would like the PayPal page to open without opening a new browser window or tab then you will need to edit the Buy Now button code to remove the target portion of the code. Here is an example of our standard Buy Now button code:<a href="https://www.e-junkie.com/ecom/gb.php?i=XXXXX&c=single&cl=XXXXX" target="ejejcsingle"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now"/></a>And here is how it would look with the edit I mentioned:<a href="https://www.e-junkie.com/ecom/gb.php?i=XXXXX&c=single&cl=XXXXX"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now"/></a>
Thanks for the example! I looked at the target part but did not recognize ejejcsingle so didn't want to chance changing it.Warren
Share and learn in the E-junkie community.