Page 1 of 1

Ecommerce/Shopping Cart functionality

Posted: Sat Oct 14, 2017 2:46 pm
by wpm

Hi,

I am using Phpmaker from a number of years, now feel comfortable and familiar with Phpmaker code. I expecting E-commerce/Shopping cart like code generation with Phpmaker in future version.

Thank you.


Re: Ecommerce/Shopping Cart functionality

Posted: Sun Oct 15, 2017 9:26 pm
by digitalphotoworld

That's a good idea. Perhaps it can done as extension.


Re: Ecommerce/Shopping Cart functionality

Posted: Sat Jun 23, 2018 12:00 pm
by morrellaberdeen

I concur. Once upon a time there was paypal shop maker which is no longer available. A cart for phpmaker should however not be confined only to paypal.


Re: Ecommerce/Shopping Cart functionality

Posted: Sat Jul 07, 2018 10:40 pm
by buhuhu

digitalphotoworld wrote:
That's a good idea. Perhaps it can done as extension.
+1


Re: Ecommerce/Shopping Cart functionality

Posted: Thu Sep 17, 2020 7:20 am
by alex
+1

Re: Ecommerce/Shopping Cart functionality

Posted: Fri Oct 23, 2020 2:27 pm
by psao
+1

Re: Ecommerce/Shopping Cart functionality

Posted: Fri Nov 13, 2020 12:21 pm
by apis

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Tue Nov 17, 2020 5:04 am
by babsklvn01

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Sun Jan 10, 2021 8:22 pm
by wungaz

Very good idea, 100% Agree. I have manually added a cart but having it as an extension would make this product amazing.


Re: Ecommerce/Shopping Cart functionality

Posted: Thu Sep 22, 2022 6:22 pm
by halogbi

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Fri Sep 23, 2022 5:49 pm
by mpol_ch

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Wed Sep 28, 2022 11:13 am
by Bishu

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Sat Oct 01, 2022 3:49 pm
by stefano

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Sat Oct 01, 2022 7:52 pm
by shahparzsoft

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Sat Oct 08, 2022 1:23 pm
by SRanade

Since WooCommerce is free to use, perhaps what can be done is PHPMaker integration with WooCommerce database. This way there is no need to re-invent the wheel, so to say, but PHPMaker would be able to update and process orders, etc.


Re: Ecommerce/Shopping Cart functionality

Posted: Tue Apr 25, 2023 9:16 am
by mobhar

Shopping Cart is actually can be implemented very easy and quick in the latest version of PHPMaker.

You just only need to write a few lines of code in Page_Foot in order to create the Cart that located on Navbar.

In addition, you may just define/create your own APIs in Api_Action server event to process data in server side.

You may create a custom button for Add to Cart functionality for each record in List Page by using ListOptions_Load and ListOptions_Rendered server event.

You may also create custom button for the same functionality in View Page by using Page_Render server event.

You may then call that API from Startup Script section based on the related event in client side, such as when a Product is added to Shopping Cart, or when an item is removed from the Shopping Cart, or even when the Shopping Cart is emptied by end-users.

You may use multi-dimensional session variable to store some information in that Shopping Cart.

Just try it by yourself, then you will know how PHPMaker has already provided such a beautiful web application framework for you to do all those kind of things above easily and quickly.


Re: Ecommerce/Shopping Cart functionality

Posted: Tue Aug 15, 2023 5:26 am
by Danny

+1


Re: Ecommerce/Shopping Cart functionality

Posted: Tue Aug 15, 2023 5:39 am
by vintoICT

You can use PHPMaker to build almost any web application. Just get your business logic right. It’s like developing with Laravel but much more easier coz all the commands work automatically when u generate.