Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7537759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:56:17+00:00 2026-05-30T06:56:17+00:00

Are there any free ready solutions for a simple one-page ecommerce site selling only

  • 0

Are there any free ready solutions for a simple one-page ecommerce site selling only one product?
Like this one: http://www.brown-leather-belts.co.uk

Updated:
I don’t want to use any third-party checkout systems like paypal or google. My customers will pay cash on delivery. So I just want to receive e-mail with customer’s credentials.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T06:56:19+00:00Added an answer on May 30, 2026 at 6:56 am

    The one mentioned in your post has done as little as possible and there is no need to add any heavy duty e-commerce platform/framework until unless you really want to have a full e-commerce portal.

    The example has been created by just making a simple HTML form with one product and they have integrated it with pay-pal to payment option, when you want your user to go to payment gateway (paypal in the example), all you need to pass certain parameters (hidden form fields) to the payment gateway to work perfectly.Here are what has been used in the your mention use-case

    <form name="_xclick" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
      <input type="hidden" name="cmd" value="_xclick" />
      <input type="hidden" name="business" value="info@timhardy.com" />
      <input type="hidden" name="currency_code" value="GBP" />
      <input type="hidden" name="item_name" value="The Broadway Leather Belt" />
      <input type="hidden" name="amount" value="60.00" />
      <input type="hidden" value="http://www.timhardy.com/thankyou.php" name="return" />
      <input id="qty-required" type="hidden" name="on1" maxlength="2" value="1" />
       // some other data not hidden fields
    </form>
    

    This is pretty standard way to communicate with payment gateway and you can find more information about structuring your form by referring the documentation of your payment provider.
    For your use-case this is all you have to do

    Hope this will help you

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any open source (read free) alternatives to Flex Builder? I do not
Are there any free cloud storages such as Amazon cloud, google cloud, etc.. that
Are there any free libraries I can use in c# to download email attachments?
Are there any free or open source build systems to which you can volunteer
Are there any free tools to automatically create UML diagrams from an existing .Net/Visual
Are there any free text-to-speech libraries available for Windows Mobile? Preferably with a C#
Is there any free complier for Verisity's e Verification Language ?
Are there any free SMTP servers that just accept the mail sent through them,
Are there any free video training resources for Domain Driven Design ?
Is there any free profiling tool with which I can measure the performance of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.