View Full Version : What I want powerstore ?
2chi386464
08-08-2009, 08:16 AM
Hi. i just looking about the powerstore. I don't thinks is not i want it. why?
i do the wholesale and local delivery most is cod ( cash & check) i don't need the payment gateway. i only need the buyer login before to buy ( made the order online) so i can get the order to delivery!
i don't know any website any code. i hope have easy to step by step setup books ?
Can you company made the powerstore like this for me? That's i want to buy? Thanks
Jason Byrnes
08-10-2009, 09:06 AM
PowerStore is not initial set up to work this way.
It could be modified to accomplish this by editing the code. You would need to delete the code that processes the transaction through the payment gateway, and modify the cade to redirect to the order success page.
Both of these edits would need to be done to the Confirm page.
2chi386464
08-11-2009, 10:10 AM
My boss want to buy this power store?
Can you toll me more information how to do?
When i buy. We don't know how to do this?
Can you teach me more in powerstore to do this . I only don't want any payment prossing.
All other i need this powerstore.
We company only delivery cod & check. If you can help we would buy?
Thanks again to you!
Jason Byrnes
08-11-2009, 01:41 PM
My apologies, the initial reply was not 100% correct.
If you do not want to use a payment gateway, in the WA_Globals.php file, change the $WAGLOBAL_Test_Mode setting to true:
$WAGLOBAL_Test_Mode = true; //Set to true if you are testing your shopping cart and do not want to send information to your payment gateway.
2chi386464
08-13-2009, 08:04 AM
Hi. please help again! Thanks!
checkout.php page
we don't need paypal button & Payment Information asking the buyer. need to delete!
how to delete all this information! Still let the page working goto next > >>>>comfin.php page.
i only need buyer log in. e-mail & pass world than fill in the from >>>>>Billing Information + Shipping Information.
i don't need any payment pressing. When buyer make checkout > >>>> than go to comfin.php page.
On the comfin.php i don't want to the Payment Infomation so how to delete this. and the page still working. >>>>> all other i need !
on the checkout_success.php page. i need to delete the Payment Info
Please help how to to this? We have dreamweaver8.
We do the business is wholesale only cod & check. so we don't need the payment pressings . Thanks agian Sir!
Eric Mittman
08-13-2009, 11:49 AM
In order to get your checkout setup like this you would need to do just a couple of things. You will need to apply the restrict access rule to your checkout page to ensure that users are logged in first.
Next you should remove the parts of the form that you do not need. You will also need to remove the corresponding validations for the fields you removed.
That is about it from the functionality point of view. The rest of it will just be to remove any values from the displays that you do not want to show.
This can be accomplished with a few steps but it is a custom implementation. If you need help getting this part developed you can try posting in the jobs forum to see if anyone is available.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.