Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

ecart
Advanced Member

123 Posts

Pre-sales questions only
(More Details...)

Posted - 10/26/2021 :  20:42:53  
Hello,
I have a few issues.

1. How do I set the cart to force a login to make a purchase?

I've used these entries in the includes file in the past:

$enableclientlogin=true; // added this line
$allowclientregistration=true; // added this line
$forceclientlogin=true; // added this line

2. How do I set a wholesale minimum purchase?

I've used these entries in the includes file in the past:
$minwholesaleamount=50.00;
$minwholesalemessage="Our Minimum Wholesale Order is $50.";

3. After logging in, then checking out using the test credit card number, I get a 404 error. The page not found is cart.php.

Stan

ecart
Advanced Member

123 Posts

Pre-sales questions only
(More Details...)

Posted - 10/30/2021 :  10:27:23  
Hello,

Can I get some assistance with these issues?

Thanks,

Stan

Vince
Administrator

42488 Posts

Posted - 10/30/2021 :  14:46:33  
Hi Stan
Firstly, sorry if your post was missed here. I tried on my local test site and I don't have a problem checking out when using those parameters. I tried looking at your site but it seems to be in maintenance mode. Would you mind if I updated your site to the latest version as there have been a lot of improvements of late for the WordPress version? Then if that doesn't cure things we can start digging deeper.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42488 Posts

Posted - 10/31/2021 :  16:43:56  
Hi Stan
Everything is updated now and the checkout seems to be working fine with test card numbers. One thing you have to do with the WordPress version is put "GLOBALS" around any of the parameters in the includes.php file. So for instance...

$minwholesaleamount=50.00;

...needs to be...

$GLOBALS['minwholesaleamount']=50.00;

Can you try things out and see how it all is?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000