Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with Purchase Without Account


Guest

Recommended Posts

i get this error message

 

Warning: main(includes/FILENAME_PWA_PWA_LOGIN): failed to open stream: No such file or directory in /home/secure/public_html/mat/shop/login.php on line 147

 

Fatal error: main(): Failed opening required 'includes/FILENAME_PWA_PWA_LOGIN' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/secure/public_html/mat/shop/login.php on line 147

 

any i know why this is and how to get this feature to work??

Link to comment
Share on other sites

Open and add following at the end of: /catalog/includes/filenames.php

 

 

//Begin Checkout Without Account Modifications

  define('FILENAME_PWA_PWA_LOGIN', 'login_pwa.php');

  define('FILENAME_PWA_ACC_LOGIN', 'login_acc.php');

  define('FILENAME_CHECKOUT', 'Order_Info.php');

//End Checkout Without Account Modifications

Link to comment
Share on other sites

wow! thanks it worked - did i miss that somwhere?

Wile i got your atention i got a few questions

1) the text for the check out with out user isnt shown propper i get

HEADING_CHECKOUT 

 

TEXT_CHECKOUT_INTRODUCTION

 

2) is there a way to edit the main english/index.php so i can put html into it so it displays it when i enter the site as i dont know php, i have tried it and it comes out all wrong and out of place

 

-Any help would be apreciated

 

=Thanks

Link to comment
Share on other sites

Open and add the following lines at the end of file: /catalog/includes/languages/english/login.php

 

 

define('HEADING_CHECKOUT', '<font size="2">Proceed Directly to Checkout</font>');

define('TEXT_CHECKOUT_INTRODUCTION', 'Proceed to Checkout without creating an account. By choosing this option none of your user information will be kept in our records, and you will not be able to review your order status, nor keep track of your previous orders.');

 

define('PROCEED_TO_CHECKOUT', 'Proceed to Checkout without Registering');

 

It appears that you have missed to modify the files as directed in install file included in PWA module.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...