• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Ecommerce website with individual customer accounts

Explorer ,
Dec 04, 2018 Dec 04, 2018

Copy link to clipboard

Copied

Hi

I am looking to make a website using Adobe Dreamweaver.  This site has to have ecommerce and a way for customers to log in to their own accounts with their own username.  I have used Dreamweaver before, but I do not know if I can do ecommerce and customer accounts with it.  Can anyone help and give me some pointers?

Thanks very much,

Greg

Views

515

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 04, 2018 Dec 04, 2018

I currently maintain a database driven catalog of about 1,000  digital & tangible products.  I built the backend CMS and product database myself in Dreamweaver with Bootstrap, PHP & MySQL.

Customers are handed off to the 3rd party cart for payment processing.  Upon completion, they're sent back to the main website to retrieve their downloads or confirm their tangible goods order.

I didn't build a customer log-in portal because quite frankly, we ddin't need one.   But the backend CMS definitely h

...

Votes

Translate

Translate
Community Expert ,
Dec 04, 2018 Dec 04, 2018

Copy link to clipboard

Copied

Dreamweaver does not build e-commerce sites for you.  But if you have the requisite coding skills and server-side programing know how, you can use Dreamwever to help you.

Keep in mind that e-commerce sites must adhere to strict Payment Card Industry (PCI) regulations to protect merchants and customers from online criminals.   This is not a project for amateurs.  If you're not skilled ini all things e-commerce, use a 3rd party shopping cart.

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 04, 2018 Dec 04, 2018

Copy link to clipboard

Copied

Thank you Nancy.  I think I can use a third party and integrate into my website with code that they provide.

I am curious, have you had experience with this? If so, what service do you use?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 04, 2018 Dec 04, 2018

Copy link to clipboard

Copied

I currently maintain a database driven catalog of about 1,000  digital & tangible products.  I built the backend CMS and product database myself in Dreamweaver with Bootstrap, PHP & MySQL.

Customers are handed off to the 3rd party cart for payment processing.  Upon completion, they're sent back to the main website to retrieve their downloads or confirm their tangible goods order.

I didn't build a customer log-in portal because quite frankly, we ddin't need one.   But the backend CMS definitely has a secure log-in area for the CRUD pages -- Creating, Reading, Updating and Deleting  records.  As new products are added to the database, they're automatically reflected in the site's summary and detail pages. 

Any shopping cart that gives you code for Add to Cart, View Cart and Checkout buttons will work under this model. 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 04, 2018 Dec 04, 2018

Copy link to clipboard

Copied

Thank you very much. You have been helpful.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 04, 2018 Dec 04, 2018

Copy link to clipboard

Copied

LATEST

Just to add to the confusion, I use eCart with a lot of success. To see an example, have a look at https://bunchokids.org/shop.php

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines