WPPizza – A Restaurant Plugin for WordPress › Support › Add-Ons › Gateways › Epay.dk (Payment Window) › Changing the order page
- AuthorPosts
- 18 August, 2015 at 5:51 am #11584
Hi, the order page that you get redirected to after a purchase with epay is not the same as the order page from the “cash payment” method, my question is how do i edit the order page only for Epay and make it look like the default.
you ca see what i mean here.this screenshot is for epay after a purchase https://drive.google.com/file/d/0B1NspQRcVrQQRWZzMDNhdzVxVFE/view?usp=sharing
and this is for “cash on delivery” payment https://drive.google.com/file/d/0B1NspQRcVrQQazRfSXNOai03aDA/view?usp=sharing
see how the epay is wide and taking all the screen, and see how cash on delivery is like i design it on the order page, the order page is where i add this code [wppizza type=”orderpage”]
i hope you get the idea.
18 August, 2015 at 12:09 pm #11588what gets displayed is the same template on the page.
difference being that on COD purchases the content gets dynamcially “replaced” (as there is no need for a page reload) whereas when returning from epay, the page gets loaded entirely (obviously)seems to me that your css might be targeting a container that exists on the order form page but does not exist when coming to the page back from epay
essentially, you should be targeting .wppizza-cart-thankyou .some-element{/*some css*/}
25 August, 2015 at 1:14 am #11752Thanks for that.
- AuthorPosts
- The topic ‘Changing the order page’ is closed to new replies.