Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    help question how to create a simple submission form to collect CC data from ebay buyers?

    I would like to add a secure page to my zencart store that my ebay buyers can use to submit their credit card info and ebay item number to the zen database so we can manually process them using our terminal. I know this should be super simple with PHP but I am not quite sure how to go about it. I tried using a PHP script example I found in EZ-Pages but I think PHP doesnt work in EZ-Pages? TIA for any suggestions.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: how to create a simple submission form?

    buyers can use to submit their credit card info and ebay item number to the zen database so we can manually process them using our terminal.
    You must/should be careful about this as maintaining the full CC# anywhere is against the PCI rules and while they target the larger concerns if you are found to have the full CC# stored anywhere I suspect that your SSL Certificate insurance is null and void also.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    I understand the rules. I do not plan on keeping the CC info in the database. We will delete the numbers daily. I would like to have the form work the way the CC module works. Store the first and last sections of the number in the DB and email the middle part to us. However for now I am in a big hurry and just need a simple form operating ASAP.

    Anyone have an example form script that will do this? Is there an contribution that adds a db entry form page that I could just customize prehaps?

  4. #4
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    Not sure if I'm understanding your requirements, but why not set up a product page with a text attribute for the ebay number to be inserted then have the client use the cc module (better still, use Ceons Manual CC module)... you could set up an account with dummy info and give the client username/password...I'm not that familiar with ebay...can you get all info you require from just the ebay number?

    Just thinking aloud - I may be way off the mark.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  5. #5
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    Set up a new product using document general product type,
    make the product a 1 cent item

    change the add to cart to winning bid ( no decimal )

    and use a single line text attribute for them to put the item number into

    the client can now add this to cart and check out like a normal customer and you chave ALL the records needed
    Zen cart PCI compliant Hosting

  6. #6
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    I make a lot of sales every day on eBay. It will take way to much time to create a custom product for every sale then explain to the buyer how to create an account and checkout all just to get his CC info. Thats overkill. All I need is a simple page (like an EZ-Page) that has just a form asking for CC number, address and eBay item number. No totals needed, no CC verification, just a simple input form that saves the values to the database when submitted.

    Then I can just include a link to the page in our eBay checkout instructions and tell buyers to go there for sending their credit card info. That way it will store on our recure server instead of them sending it through email which is what many do now.

  7. #7
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    you dont create 1 for each sale

    you create 1 product

    the enter the amount of th ewinning bid in the add to cart spot

    if the winning bid is $12.92 then they would enter 1292 in the add to cart box

    see howe this works now

    this gives you a single link to send to ebay winners,

    they go to link
    type in acution number

    type in price

    host go and checkout


    voila they get a pro checkout you get the orders,
    Zen cart PCI compliant Hosting

  8. #8
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    I see what you are saying now Merlin. I should have read your first post closer. That is a very good idea and I really like the way that works. Except it is weird having to explain to buyers to add 1600 of the items to the cart if the order total was $16.00. I expect much confusion with that. Is there any way I could perfect this method and have the product page where they enter the price in a field and add just one to the cart? Or perhaps I could tweak the Add To Cart function to work differently for just this one product? Any ideas?

  9. #9
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    Set the price to 1.00 instead of 0.01
    Then they can enter the actual amount in dollars and cents.

    You'll have to set the allowed decimals to 2 in Admin->Config->Stock->Product Qty Decimals.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: how to create a simple submission form to collect CC data from ebay buyers?

    what about the auctions that dont end on the whole dollar amount?
    wouldnt it be better to just strip the decimal out of the box before passing it to the cart, since this is using a totally differrent product type?
    Zen cart PCI compliant Hosting

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 Add custom form submission data access on Admin backend
    By fahadali in forum Customization from the Admin
    Replies: 9
    Last Post: 12 Feb 2016, 02:59 AM
  2. Creating form to collect data for Personalized Products
    By twofairfield in forum General Questions
    Replies: 3
    Last Post: 7 May 2010, 09:55 PM
  3. How do I requre buyers to create an account?
    By Andrek79 in forum Managing Customers and Orders
    Replies: 5
    Last Post: 1 Apr 2010, 09:29 AM
  4. Retaining data in form submission
    By ethangreen in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Jun 2009, 08:53 PM
  5. Simple Submission Form in EZ-Pages
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Apr 2007, 10:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg