comics-r-us Posted November 19, 2009 Posted November 19, 2009 hi i have added the PWA addon and now i wish to modify it this is the proccess i want 1 add item to cart 2 procced with check out ( there will be a meesage on this page of what happens) 3 check out takes you stright to the delivery charge part so customer know how much it is going to cost 4 next to pay pal to pay for the item (pay pal should take all the adress detail )for me 5 return to site ( this part is pay pal related i think0 not this 1 add item to cart 2 procced with check out either selcet CHECK OUT OR LOGIN OR CREAT ACCOUNT if you selcet check out it then asks for the customer detials this is the part i wish to get rid of 3 delivery charge part so customer know how much it is going to cost 4 next to pay pal to pay for the item (pay pal should take all the adress detail )for me 5 return to site ( this part is pay pal related i think) if some could point me in the right dirction ofd the files i need to change all help would be greatfull phil
multimixer Posted November 19, 2009 Posted November 19, 2009 Nice list. You can send it to santa claus or you need to change all files that are related to the checkout process. So, ok, whats your idea, how to start? I would start thinking about 1) how to know how much to charge for shipping if I don't know where the customer comes from 2) how to make the zone-related payment modules to work. I don't want to ship cash on delivery to the south pole 3) Why should paypal have the address details of my customers and me not and what is if one day I don't like paypal anymore? But I also would think that maybe, instead of trying to change the complete osCommerce checkout logic, it would be better to "mask" this account creation, and to ask lets say just for customers email, if I need just the email and go on from there, keeping the structure. My community profile | Template system for osCommerce - New: Responsive | Feedback channel
comics-r-us Posted November 19, 2009 Author Posted November 19, 2009 Nice list. You can send it to santa claus or you need to change all files that are related to the checkout process. So, ok, whats your idea, how to start? I would start thinking about 1) how to know how much to charge for shipping if I don't know where the customer comes from 2) how to make the zone-related payment modules to work. I don't want to ship cash on delivery to the south pole 3) Why should paypal have the address details of my customers and me not and what is if one day I don't like paypal anymore? But I also would think that maybe, instead of trying to change the complete osCommerce checkout logic, it would be better to "mask" this account creation, and to ask lets say just for customers email, if I need just the email and go on from there, keeping the structure. ok lets start with just removeing all the customer detils/mask as you have put it lets say i keep name and email adress how would i remove the other feilds and which file are they in i only have one type of payment module which is paypal and the deliver zones are all ready set up thanks phil
multimixer Posted November 19, 2009 Posted November 19, 2009 ok lets start with just removeing all the customer detils/mask as you have put it lets say i keep name and email adress how would i remove the other feilds and which file are they in i only have one type of payment module which is paypal and the deliver zones are all ready set up thanks phil Some of the fields, like gender etc can be disabled from the admin. Other field need to be "removed" from file create_account.php. There are still some more files related to addresses and they are: 1) checkout_shipping_address.php 2) checkout_payment_address.php 3) address_book.php 4) address_book_process.php and in includes/modules the files 5) checkout_new_address.php 6) address_book_details.php Some of them need to be altered and some others can be "disabled" in hiding any link that is leading to them My community profile | Template system for osCommerce - New: Responsive | Feedback channel
comics-r-us Posted November 19, 2009 Author Posted November 19, 2009 Some of the fields, like gender etc can be disabled from the admin. Other field need to be "removed" from file create_account.php. There are still some more files related to addresses and they are: 1) checkout_shipping_address.php 2) checkout_payment_address.php 3) address_book.php 4) address_book_process.php and in includes/modules the files 5) checkout_new_address.php 6) address_book_details.php Some of them need to be altered and some others can be "disabled" in hiding any link that is leading to them ok the adimn area was allready done should have said that sorry about that thanks for the list of files now to disable then do i just put // infont of the line or is there some thing else that needs to be entered phil
Recommended Posts
Archived
This topic is now archived and is closed to further replies.