- This topic has 1 reply, 2 voices, and was last updated 14 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Styling Manual Checkout
Tagged: lightbox, Manual Checkout, styling
I’m having trouble designing the manual checkout pages to fit my theme. I’m able to style eStore_payment_submission.php and eStore_manual_gateway.php with CSS, but I would like to add more elements of my theme. Is there a way to add the WordPress header and footer?
If not, how could I instead get both of those pages to be in lightbox? Clicking the checkout button on this page http://www.tipsandtricks-hq.com/checkout#buy_eStore opens in lightbox, but then the next page does not (which in your case is PayPal, my case is eStore_manual_gateway.php). I can get eStore_payment_submission.php to open in lightbox, but then can I get eStore_manual_gateway.php to stay in lightbox? (Also, when I open eStore_payment_submission.php in lightbox, the next page directs me to PayPal instead of eStore_manual_gateway.php.)
Thank you!
“Is there a way to add the WordPress header and footer?” – The easiest way is to view the source of your WordPress page and copy the HTML of the header and footer and paste it in the place where you want it (in your case it will be in the “eStore_manual_gateway.php” file)
“How could I instead get both of those pages to be in lightbox?” – There is no easy way… this involves a lot of coding. Even though these looks like lightbox effect but it’s not. The real lightbox library doesn’t let you handle pages and forms (it mainly does images).
The lightbox effect that comes up is only for the redirection (legally you can’t show a payment gateway’s payment page inside your site in a lightbox – this is a security issue)