Browse AIForum Podcast
All ThreadsLeaderboard
  1. Discussions

    1. Popular This Week
    2. Popular All Time
    3. Solved
    4. Unsolved
    5. No Replies Yet

pavlen's avatar

E-commerce packages recommendation

Hi, after searching for Laravel E-commerce solutions, found that "https://github.com/Crinsane/LaravelShoppingcart" is on the top of list. What is your expirience with this package ? Thanks in advance!

pavlen's avatar
pavlen's avatar sauravbd7yrs agoLaravel
6
7
Last reply by sauravbd 7yrs ago
kossa's avatar

E-Commerce website with Paypal

Hi, I want to create an e-commerce plateform, I have 2 type of clients: "A" => put products "B" => customers buy the products Something like Ebay, Amazon. When "A" has more than let say $50, he can withdraw to his bank via the plateform, I think PayPal it's the best choice, which package will be easy to do this ? Thanks

kossa's avatar
kossa's avatar sauravbd9yrs agoGeneral
6
2
Last reply by sauravbd 9yrs ago
lucassimines's avatar

Ecommerce Orders table

Hello guys, I'm developing a simple E-Commerce and I need help about the orders table.. When an order is made in my Store, I need to copy some important products info like (Title, Price, Sku) and some customer info like (Name, Shipping Address) in order to keep a history of it. Now, the best way to do that is creating an "order_info" table that stores all of those inf

lucassimines's avatar
lucassimines's avatar Filip_Zdra...9yrs agoGeneral
6
7
Last reply by Filip_Zdravkovic 9yrs ago
mlouka's avatar

Creating an E-Commerce Website on Laravel

Hello Everyone, I have a client that would like an e-commerce site created, but I don't want to create for him a dinky e commerce application on wordpress (the only application I've worked with when creating ecommerce websites). I want to learn Laravel and create a whole e-commerce system for him on it, but I feel a little in over my head and that I won't be able to deliver. He

mlouka's avatar
mlouka's avatar GTHell8yrs agoLaravel
8
2
Last reply by GTHell 8yrs ago
theUnforgiven's avatar

Help.... [E-Commerce, multiple items, stock, colors, sizes]

I'm building a ecommerce system and I have clothing items that can be the same item, but with 3/4 different colours, sizes and stock. I'm struggling to get my head around how I can make this work, to show all colours that have stock then display all the size available for these items that have stock. I also don't know how I should setup the database to allow for this, so any he

theUnforgiven's avatar
theUnforgiven's avatar theUnforgi...9yrs agoGeneral
2
2
Last reply by theUnforgiven 9yrs ago
Varun-Bawa's avatar

Help regarding E-Commerce web app design

Hello Devs, I want to create a web application like an e-commerce shopping web application, I have never designed anything like this before. So I need some tips that what should I do, should I design everything from Scratch or should I use other libs like aimeos or something like that. Also that what should I use for my Views to get a better look at it. Consider Flipkart.com/Am

Varun-Bawa's avatar
Varun-Bawa's avatar ohffs9yrs agoLaravel
13
2
Last reply by ohffs 9yrs ago
webdevb's avatar

Laravel 4.1 - Google E-commerce Tracking

Hi Guys, I'm trying to setup Google E-commerce tracking on a Laravel 4.1 install... I'm trying to use this package: https://github.com/bradcornford/Googlitics I've managed to install the files but everytime I try and publish the vendor I get the following error: PHP Fatal error: Call to undefined method Cornford\Googlitics\AnalyticsServiceProvider::mergeConfigFrom() Has anyone

webdevb's avatar
webdevb's avatar ScottBaxte...9yrs agoLaravel
5
7
Last reply by ScottBaxter 9yrs ago
Raimondas's avatar

Finished my first Laravel ecommerce website github link

So I've finished my first Laravel ecommerce website and I'm kind a new to developing websites. This is a link to github repository: https://github.com/Rhymondas/Armytag Maybe you could tell me some opinions about the code, what should I do to make it more better ? I'm thinking about improving the code and making a really cool shoping cart that one day maybe I could sell :)

Raimondas's avatar
Raimondas's avatar bashy9yrs agoLaravel
9
2
Last reply by bashy 9yrs ago
matt_panton's avatar

E-commerce database structure

Hi, I'm currently building an e-commerce website using Laravel but I can't seem to figure out a nice way to store products in the database. The main problem I'm having is when a product can have different size options. I don't want to person on the back end have to enter the same product description and images etc for each size product that they add. Any help is greatly apprec

matt_panton's avatar
matt_panton's avatar sauravbd9yrs agoEloquent
12
5
Last reply by sauravbd 9yrs ago
teamoceancode's avatar

Need Help in Building Store Employee In E-Commerce

Hi All I am Trying to Build a Store Employee Module For An E-commerce Portal . I have a Multi-Vendor E-Commerce Portal where A User Can have many Employee for their store to manage Order,Products etc Here is a Best Example That Suits my Requirement Suppose Employee1 is a Product Manager for Dell Store in India so Employee 1 should have all the Access to Dell Product that Belong

teamoceancode's avatar
teamoceancode's avatar martinbean10yrs agoLaravel
7
6
Last reply by martinbean 10yrs ago
david001's avatar

open source e-commerce site

Do you have or do you any open source ecommerce website project code on github build with Laravel5+. If you know than please share the link

david001's avatar
david001's avatar jlrdw10yrs agoLaravel
2
4
Last reply by jlrdw 10yrs ago
bytefury's avatar

Laravel Ecommerce - Database Design

I am working on a ecommerce project with laravel which has a ORDERS & PRODUCTS table. `ORDERS table hasMany ORDER_ITEMS `ORDER_ITEMS table has a reference to Product table. Now when the admin deletes a product, We end up with false reference to the products table inside ORDER_ITEMS table. I thought about 3 ways to deal with this: 1: When the admin tries to delete a produc

bytefury's avatar
bytefury's avatar mehany10yrs agoGeneral
2
5
Last reply by mehany 10yrs ago
consigliere's avatar

Help with database schema for ecommerce site

I'm building an ecommerce site selling (dresses). The customer will choose a dress then choose a color and then a dropdown of sizes. | product | | color | | image | | product_color_image | | variation(size) | |:-----------:|---|:-----:|---|:---------:|---|:-------------------:|---|------------------------| | name | | name | | path | | p

consigliere's avatar
consigliere's avatar consiglier...10yrs agoGeneral
0
1
ryan_angelo's avatar

Best Laravel CMS for Ecommerce

Hi guys, we are a CMS company now we are looking for CMS that is built with Laravel. What would be the best Laravel CMS for Ecommerce? Thanks in advanced.

ryan_angelo's avatar
ryan_angelo's avatar ashfakurra...2yrs agoGeneral
15
13
Last reply by ashfakurrahman 2yrs ago
theUnforgiven's avatar

Issue with custom e-commerce & select dropdowns

Hi all, I have a small problem and not sure how to fix it. I have a custom e-commerce website, selling clothing which has different sizes & colors. The problem I'm having now if the client enters a product with one color and 2 or 3 different sizes it shows up like this: The database looks like: As you can see that's probably what is expected, but I need it do be Yellow on

theUnforgiven's avatar
theUnforgiven's avatar lstables10yrs agoCode Review
21
8
Last reply by lstables 10yrs ago
JoerJoers's avatar

Useful Laravel Packages for Ecommerce?

What are Useful Laravel Packages for Ecommerce?

JoerJoers's avatar
JoerJoers's avatar JoerJoers10yrs agoTips
0
2
eddy1992's avatar

Filter logic for ecommerce

Hi I am building an ecommerce website on laravel and I have a feature where I could filter products based on brands and price. So I wanted to know what would b the logic for adding a filter according to brands like normal ecommerce.

eddy1992's avatar
eddy1992's avatar puzbie10yrs agoLaravel
1
2
Last reply by puzbie 10yrs ago
fida's avatar

Multi Store e-commerce platform

Hi, we need to create a e-commerce platform where users can create their own shop/store (multi shop/multi vendor) . user can simply signup and get a store ready for them where they can upload products, receive orders etc.. should we start from scratch or there already has some good resources ? we prefer to build with laravel obviously , but we don't have enough info if magento

fida's avatar
fida's avatar SteveGeorg...6yrs agoGeneral
8
4
Last reply by SteveGeorge 6yrs ago
harishreddy's avatar

Standard Schema for Category, Product and Category Attributes in ECommerce Web Application

We are working eCommerce web application with Laravel ,now we are planning to build standard schema,so we can synchronize the product with other existing Ecommerce web application like Amazon,Ebay etc. Is there any referece for a standard schema Advice Please

harishreddy's avatar
harishreddy's avatar londoh10yrs agoGeneral
1
5
Last reply by londoh 10yrs ago
harishreddy's avatar

Developing eCommerce web application in laravel

We are planning to develop a large featured eCommerce web application by using laravel, Our main concern is performance of the application. We are planning to go with either by using multiple laravel application or dividing the application routing according to sub domains. So What will be the perfect choice in terms of performance. Kindly help me to choose the perfect option

harishreddy's avatar
harishreddy's avatar jekinney9yrs agoLaravel
5
2
Last reply by jekinney 9yrs ago
cloudstudio's avatar

Laravel ecommerce package

Can anyone recommend a stable package for ecommerce? I've been watching this, someone has tried? https://github.com/amsgames/laravel-shop

cloudstudio's avatar
cloudstudio's avatar simant7yrs agoLaravel
8
2
Last reply by simant 7yrs ago
zain's avatar

E-commerce Application like Magento

Hi Guys, I want an advice from you guys. I am going to make an e-commerce application with Laravel 5.1. I want to know which JS front end framework is best like angularJs/reactJs or i will go with blade ? I am looking forward to hearing from you at your earliest.

zain's avatar
zain's avatar kristy87526yrs agoLaravel
10
13
Last reply by kristy8752 6yrs ago
symbios's avatar

The discounts system for e-commerce project

Hello there. I am building e-commerce project. This project has a discounts system with different discounts. There are three kinds of discounts: - PersonalDiscount - OrderTotalSumDiscount - PromocodeDiscount and there is a table of discounts which has a column name `class` I am looking for the best practices to organize this discount system. I'm considering a few

symbios's avatar
symbios's avatar symbios10yrs agoGeneral
3
3
Last reply by symbios 10yrs ago
SangminKim's avatar

Database design for Ecommerce

Before asking my quetions, I'm refering to this great website - http://www.databaseanswers.org/data_models to find answers. Take a look and you will learn a lot of stuff from here :) Okay, I'm designing a database schema for an ecommerce website. This website will display all the available online courses it offers and people can either sign up and pay online to make a re

SangminKim's avatar
SangminKim's avatar frezno10yrs agoGeneral
4
2
Last reply by frezno 10yrs ago
infobahn's avatar

Creating filters for an eCommerce site

Hi everyone, I am building an e-commerce platform from scratch (because we have more enthusiasm than good sense). I have just got to the product filters that you would typically see on a product listing page. How do people approach these? This is more about how to make the front end and back end work together. I have created queries that can get the relevant products from the d

infobahn's avatar
infobahn's avatar kazehaya10yrs agoTips
1
2
Last reply by kazehaya 10yrs ago
rlacerda83's avatar

E-commerce based in microservice

Good night guys! I am studying Laravel / Lumen and I'm creating an e-commerce based on microservices. For now I created the following packages: Query Parser - Package that converts query string to query builder selects. It is used to sort and filter results of APIs microservices. Elocache - This package is a caching layer made with repositories patterns. It is used to control

rlacerda83's avatar
rlacerda83's avatar rlacerda8310yrs agoGeneral
0
1
ericahernandez573's avatar

I need a Paypal Package for my ecommerce

Hey, I need to use paypal as a payment processor to my laravel ecommerce app I specially use L 5.1 anyone can help me?

ericahernandez573's avatar
ericahernandez573's avatar willvincen...10yrs agoLaravel
1
4
Last reply by willvincent 10yrs ago
abusalameh's avatar

Add products from Amazon cart to my own e-commerce site's cart

I'm wondering if anyone here in the Forums has an idea about how to integrate Amazon API that let's me to let's say ,, when I go to amazon via my site and click add to cart ... it automatically adds the product to the cart of my e-commerce site ....

abusalameh's avatar
abusalameh's avatar abusalameh10yrs agoGeneral
0
1
aliasim's avatar

Security for Ecommerce

Hello, I'm about to build a ecommerce site on laravel - cashier - using stripe (checkout js popup version) ddos protection white listing ips for admin portal code scanning / differential check on its own dedicated server / amazon ssl compliance // geo ip (ecommerce is available only in north america) google re-captcha on registration / user sign in forms using laravel auth for

aliasim's avatar
aliasim's avatar hfn10yrs agoLaravel
2
5
Last reply by hfn 10yrs ago
Polinicles's avatar

E-commerce & SSL certificate

Hi there, I'm creating many different web apps with Laravel 5 like an e-commerce, a blog, etc... All of my web apps need a login so I must secure my routes (mostly the ones like an e-commerce app) but I don't really understand how the SSL certificate works and how to apply them... If I'm not wrong to secure a route I need: Buy an SSL certificate. Set a Middlewere in Laravel

Polinicles's avatar
Polinicles's avatar bashy10yrs agoGeneral
1
2
Last reply by bashy 10yrs ago
cbil360's avatar

Working on ACL (access control lists) for multiple users for an e-commerce application

Hello folks, I am working on an e-commerce kind of application which has users who can act as vendors and users who would be buyers. Now I would like to have a functionality wherein if the user is a customer or buyer he sees a different dashboard altogether with only his personal info and transaction details. Whereas when a vendor logs in he would see all his services listed on

cbil360's avatar
cbil360's avatar rodrigo.pe...11yrs agoGeneral
1
3
Last reply by rodrigo.pedra 11yrs ago
taqman's avatar

suggest for fullstack ecommerce library

i need to make ecommerce package for understand laravel structure can you suggest php ecommerce library

taqman's avatar
taqman's avatar bashy11yrs agoGeneral
1
4
Last reply by bashy 11yrs ago
theUnforgiven's avatar

[L4] E-Commerce question, about products...

I've posted about this before but thought it would be better posting again as I've made a couple of changes to certain area's, plus I didn't want to go through everything again and everyone get mixed up. So here goes..... I've built a custom e-commerce site that sells clothing, each clothing item has colour, size and stock in the product_options table, like so: Then the relate

theUnforgiven's avatar
theUnforgiven's avatar lstables11yrs agoGeneral
40
20
Last reply by lstables 11yrs ago
rodzzlessa's avatar

custom eCommerce dynamic product variants

I'm building a custom eCommerce solution for a client. I came up with this database design: +---------------+ +---------------+ | PRODUCTS |-----< SKUS | +---------------+ +---------------+ | id | | id | | name | | product_id | +---------------+ | sku | | | price |

rodzzlessa's avatar
rodzzlessa's avatar Ashraful15...3yrs agoGeneral
10
14
Last reply by Ashraful1599 3yrs ago
theUnforgiven's avatar

Building small e-commerce platform, need a little help.

Hi All, I'm building a small e-commerce platform with Laravel and all is well, but I have an issue. My client sells clothing and she can sell for example: A dress that she has in 4 different sizes 8, 10, 12, 14 Along with different colours black, white, green. So my question is how is the best way to control stock for this? I have a table for products like so: http://f.cl.ly

theUnforgiven's avatar
theUnforgiven's avatar tios11yrs agoGeneral
7
2
Last reply by tios 11yrs ago
laracolada's avatar

Checkout Steps - Laravel Ecommerce APP

i am currently making an ecommerce application using laravel. I want to know the best way to tackle the following problem: I have a 3 Step Process for Checkout: Login- Select Address - Select Payment How would you configure your routes for this process? Currently i am using a checkout controller with three routes named as such: get - step1 , post -step2 , post-step 3. for som

laracolada's avatar
laracolada's avatar laracolada11yrs agoGeneral
4
2
Last reply by laracolada 11yrs ago
dtirer@gmail.com's avatar

Laravel and E-Commerce

I'm wondering if there's any E-Commerce solutions based on Laravel, or if things like Magento and WooCommerce are the way to go? I have a medium-large project coming up that uses all the normal E-Commerce functionality, but once the product is added to the cart, there's some hefty customization that needs to happen. I could probably make this work in Woo Commerce or Magento,

dtirer@gmail.com's avatar
dtirer@gmail.com's avatar simant8yrs agoGeneral
32
16
Last reply by simant 8yrs ago
june23's avatar

Is my e-commerce backend api mid level work or senior level work?

I was on LinkedIn the other day, and posted my project from Github and asked for a code review. Someone left a comment saying, "I'd say it leans mid level to me... add scoped auth, tests, and rate limits.", now it's great, but I started to wonder did he mean if I add what he asked me (scoped auth, tests, rate limiting) it would elevate from junior to mid or if I add w

june23's avatar
june23's avatar ian_h6mos agoCode Review
18
4
Last reply by ian_h 6mos ago
SigalZ's avatar

Need help implementing eCommerce with Guzzle

Hello, This is the first time I'm using GuzzleHttp and a payment gateway. I'm trying to implement it on an old Laravel site version 5.7. Please excuse me if my question is unclear, but I'm very confused. I am sending a payment request to the payment gateway, from my local machine. I set the "notify_url" to https://mysite.co.za/payfast-notify I create this route in web

SigalZ's avatar
SigalZ's avatar SigalZ1yr agoLaravel
2
4
Last reply by SigalZ 1yr ago
shaungbhone's avatar

Call api from popular e-commerce site.

Where can I find a web API to pull down daily discounts and offers from popular web stores? Like Zara, Adidas, Nike, etc. Thank you folks.

shaungbhone's avatar
shaungbhone's avatar Snapey2yrs agoGeneral
4
7
Last reply by Snapey 2yrs ago
242Studios's avatar

E-Commerce Bot Protection?

So I have a problem I'm not sure how to solve. I've created an online form that allows an organization's clients to make payments online. This form allows the clients to enter their account number, specify the amount they'd like to pay, enter their payment details and submit the payment. However, this form has now been hit multiple times by bad actors trying to verify stolen c

242Studios's avatar
242Studios's avatar RahulAlam1yr agoLaravel
6
9
Last reply by RahulAlam 1yr ago
jlrdw's avatar

Some ecommerce sites are hacked

Woo commerce has a flaw, I don't know if anyone is using it here. Another was mentioned as well. But you can search yourself and read about it. I saw an article on Bleeping computer.

jlrdw's avatar
jlrdw's avatar jlrdw2yrs agoGeneral
2
4
Last reply by jlrdw 2yrs ago
tanini's avatar

Looking for a good way implement my own ecommerce

Hello there! I am still learning JavaScript and am a Computer Science student focusing in Web Dev. I'm also a small business owner who owns an online soap shop. I'm wanting to move away from Shopify. I have been loving coding the front-end of my site and have all of that part basically done. I am looking into using Medusa, but am curious to hear other recommendations for my sho

tanini's avatar
tanini's avatar Snapey2yrs agoJavaScript
1
2
Last reply by Snapey 2yrs ago
sahar_mkr's avatar

shpping basket in ecommerce api

hi everyone, I want to implement a shopping basket scenario with restful api, I do not have any idea about the cartcontroller and how to save products into shopping cart, I think session is not a way here, what can i do? any reference do you have?

sahar_mkr's avatar
sahar_mkr's avatar LaryAI3yrs agoLaravel
1
4
Last reply by LaryAI 3yrs ago
Ashraful1599's avatar

Is there anyone who used "Vanilo E-commerce framework" with laravel?

How useful is this framework?

Ashraful1599's avatar
Ashraful1599's avatar shaungbhon...3yrs agoLaravel
1
4
Last reply by shaungbhone 3yrs ago
kenprogrammer's avatar

Inventory based e-commerce: Reduce stock on add to cart or checkout?

I've implemented a couple of online stores over the course of my career. When it comes to reducing stock I've been doing it after successful payment. But here is the drawback. Supposing two customers add the last available item in cart. One of them must face an OUT OF STOCK error on checkout. Another option can be reducing stock when an item is added to cart. This too has a dr

kenprogrammer's avatar
kenprogrammer's avatar kenprogram...3yrs agoGeneral
4
7
Last reply by kenprogrammer 3yrs ago
night_code8's avatar

Plugin for S-Cart ecommerce?

Has anyone made a plugin for S-Cart ecommcer https://s-cart.org? Please share your experience

night_code8's avatar
night_code8's avatar night_code...4yrs agoLaravel
0
1
davy_yg's avatar

Ecommerce List View

List View: https://drive.google.com/file/d/1Tmm1RnRQUHmcdDcCZ6u9OktZetifSxFx/view?usp=sharing\ I am trying to organize the text which both the title and the content should be next to the image file. Any idea how to do so? Here is my codes: catalog-list.php <div class="col-md-9"> <a href="prod_detail.php"><img class="img-fluid"

davy_yg's avatar
davy_yg's avatar rahuldrav1...4yrs agoGeneral
3
5
Last reply by rahuldrav123 4yrs ago
Mattbylett's avatar

Multi-vendor Ecommerce - Guidance Needed

Hi, I'm just new here - learning Laravel having come from a wordpress background. I'm creating an api for managing a multi-vendor platform and want to do things like keep stock levels up to date, send orders to specific suppliers etc I've installed voyager for the back-end and I'm currently reading products from one of the suppliers from a woocomerce rest API connection. My que

Mattbylett's avatar
Mattbylett's avatar Mattbylett5yrs agoGeneral
5
7
Last reply by Mattbylett 5yrs ago
Wakanda's avatar

eCommerce currency switcher

Hi Devs. I want to add a multi-currency feature to an existing Laravel project. Currently, the platform supports a single currency. By default, the platform currency is going to be USD and then have other currencies, and if the user selects another currency I would want the view to re-render and display the correct currency. Frankly, I have no idea how to do this but from the

Wakanda's avatar
Wakanda's avatar susant5yrs agoLaravel
6
2
Last reply by susant 5yrs ago

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.