View Full Version : Pekka, How to Skip payment method Drop menu
kingPhoto
22nd of March 2003 (Sat), 21:32
Is there any way to just use one method of payment and not have to choose one during ordering?
Royce
King Photography
Thank you for such great software. I hope others send support through Paypal and keep the software going. I can't believe you taught yourself how to do it. I get lost trying to figure out how to modified the templates.
Pekka
24th of March 2003 (Mon), 12:59
This is fairly simple patch:
in order.php
Replace
----------------------------
if (isset ($HTTP_POST_VARS['template'])) {
$template = $HTTP_POST_VARS['template'];
}
----------------------------
with
----------------------------
if (isset ($HTTP_POST_VARS['template'])) {
$template = $HTTP_POST_VARS['template'];
}
if (isset ($HTTP_GET_VARS['template'])) {
$template = $HTTP_GET_VARS['template'];
}
----------------------------
and in photo.php replace line
print "To order this photo please CLICK HERE";
with
print "To order this photo using PayPal shopping cart please CLICK HERE";
where template=X is where you edit the template id X you want to open. The above link opens now straight to template 1. You can see the id of a template in EE Commerce Editor.
It should be bugfree, but I have not doublechecked yet all possible implications of this patch, so please report back if you have problems.
Thank you for such great software. I hope others send support through Paypal and keep the software going. I can't believe you taught yourself how to do it. I get lost trying to figure out how to modified the templates.
Thanks a lot! Glad to hear you like it.
mediaman
25th of March 2003 (Tue), 16:52
Can i some how remove the drop down menu in the order page it is not needed??
here is my link
http://www.magicmemoriesphotography.com/gallery/order.php?photo=450&page=photo&template=1&varlist=a%3A13%3A%7Bi%3A0%3Bs%3A1%3A%220%22%3Bi%3A 1%3Bs%3A20%3A%22ee_photo.ee_photo_id%22%3Bi%3A2%3B s%3A4%3A%22DESC%22%3Bi%3A3%3Bs%3A20%3A%22ee_photo. ee_photo_id%22%3Bi%3A4%3Bs%3A0%3A%22%22%3Bi%3A5%3B s%3A1%3A%221%22%3Bi%3A6%3Bs%3A6%3A%22thumbs%22%3Bi %3A7%3Bs%3A1%3A%220%22%3Bi%3A8%3Bs%3A6%3A%22public %22%3Bi%3A9%3Bs%3A7%3A%22default%22%3Bi%3A10%3Bs%3 A2%3A%2211%22%3Bi%3A11%3Bs%3A2%3A%2210%22%3Bi%3A12 %3Bs%3A1%3A%220%22%3B%7D
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.