westkoast Posted February 2, 2003 Posted February 2, 2003 Basically the think I hate about paypal.com and other such sites in the extra steps in the check out process. I don't want to create user accts. Just take down their info, and allow them to simply check out. Is there anyway to turn off the acct. options, or skip that particular page? I've searched around little, but haven't found any way to do it yet I need to read the rules more often...
gdfwilliams Posted February 2, 2003 Posted February 2, 2003 There are 2 Purchase w/o Account contributions: http://www.oscommerce.com/community/contri...ions,355/page,8 http://www.oscommerce.com/community/contri...ions,111/page,8 I'm not sure if they are variants of the same or not. Search forum for info. Good luck, - Greg
Guest Posted February 2, 2003 Posted February 2, 2003 As for the contributions mentioned, this one http://www.oscommerce.com/community/contri...ions,355/page,8 i have working on a post nov snapshot. cheers barry
westkoast Posted February 3, 2003 Author Posted February 3, 2003 As for the contributions mentioned, this one http://www.oscommerce.com/community/contri...ions,355/page,8 i have working on a post nov snapshot. cheers barry This is giving me a terrible time. I've got the cart page working, and also the page where you select from the three options "create acct, check out without acct, and login" The problem I'm having is the order_info.php file that came with the download is giving me errors. State/Province: Fatal error: Call to undefined function: tep_get_zone_list() in /home/.cab/fortunet/mysite.com/store/includes/modules/account_details2.php on line 241 Did you have the same issues when setting it up? How did you solve them? I need to read the rules more often...
Guest Posted February 3, 2003 Posted February 3, 2003 The mod i stated is not the one you have tried to install. Click the link in my post and download the file there. You should have an easier time installing that. cheers barry
johnglobal Posted February 3, 2003 Posted February 3, 2003 Barry How did you display the total weight of the products in the cart ? Also how did you display the total savings ? Thanks John
westkoast Posted February 3, 2003 Author Posted February 3, 2003 Ok...things just got drmatically worse..... I made duplicates of the old files that were'nt working and used the other hack that bmcewan used Now: Login : crash Select shipping cost, push continue : blank screen Check out without creating an acct : error that there is no password it's 3:30 am and I'm frustrated!!!!!! should I just re-intstall everything?!? just sucks because it take like 2 hrs to upload all those files...... I need to read the rules more often...
Guest Posted February 3, 2003 Posted February 3, 2003 jon, a little off topic but here you go anyway. I assume that you are talking about features on my site... the total weight is produced by this code <?php echo '[ ' . $cart->count_contents() . ($cart->count_contents() == "1" ? " Item" : " Items "); ?> <?php echo $currencies->format($cart->show_total()); ?> <?php echo $cart->show_weight() . ($cart->show_weight() == "1" ? " kg" : " kgs ")?> and the savings are part of linda's quantity controller mod (i think), i have that many mods installed i've lost track. Additionally i think the weight code i quoted above came when i installed linda's quantity controller mod also. hope this helps cheers barry
Guest Posted February 3, 2003 Posted February 3, 2003 it's 3:30 am and I'm frustrated!!!!!! time for some well earned rest i think. :sleepy: Always backup before you do any mods. If this is the first mod you've put in you should be able to just upload the changed files from the uncompressed snapshot on your hd. cheers barry
Recommended Posts
Archived
This topic is now archived and is closed to further replies.