Browse AIForum Podcast
All ThreadsLeaderboard
  1. Discussions

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

hiteshi's avatar

Best Testing Tips for Your E-Commerce Store

After setting up a convincing eCommerce store, there are many things that you have to address to ensure your store gets a loyal customer following and they keep coming back to your portal to purchase more.

hiteshi's avatar
hiteshi's avatar automica5yrs agoTesting
1
1
Last reply by automica 5yrs ago
salmazz45's avatar

Add tax in my eCommerce app

i am creating eCommerce application with laravel when i creating order i dont know where i can take the value of tax put it in the setting on the website or ?? please help me for the best solution to make it it my schema Schema::create('orders', function (Blueprint $table) { $table->bigIncrements('id'); $table->unsignedBigInteger('user_id'); $table->foreign('user_id')-

salmazz45's avatar
salmazz45's avatar Araw5yrs agoLaravel
5
1
Last reply by Araw 5yrs ago
nicwek's avatar

Using Ajax to Filter Brands in Laravel Ecommerce

I am following up on an online tutorial to explain on how to implement product brand filters in a laravel e-commerce. The filter uses ajax and checkboxes where a user clicks on a checkbox to filter according to the brand. The filter works well when checking the checkboxes, the issue comes in when i want to uncheck and go back to no filter. The page called in the controller dupl

nicwek's avatar
nicwek's avatar nicwek5yrs agoLaravel
0
1
nicwek's avatar

Using Ajax to Filter Brands in Laravel Ecommerce

I am following up on an online tutorial to explain on how to implement product brand filters in a laravel e-commerce. The filter uses ajax and checkboxes where a user clicks on a checkbox to filter according to the brand. The filter works well when checking the checkboxes, the issue comes in when i want to uncheck and go back to no filter. The page called in the controller dup

nicwek's avatar
nicwek's avatar nicwek5yrs agoLaravel
0
1
fikri1510's avatar

Why building ecommerce application from the scratch

If there are already bunch of e-commerce software out there such as magento, woocommerce, opencart and whatnot, why clients still bother to develop using laravel or another framework/programming language from scratch?I feel a little bit pessimistic while struggling building ecommerce platform from the scratch. Any advice please?

fikri1510's avatar
fikri1510's avatar martinbean5yrs agoGeneral
2
1
Last reply by martinbean 5yrs ago
jinner's avatar

How to assign a particular store based on user location input in a multi branch ecommerce setup?

Hi, I am creating a multi branch eCommerce store like https://www.licious.in. I do not know how to connect and show particular store's products based on the user location that is input on opening the website. I tried Google places and map API but unable to get this working, is there any script or tutorial available on this? Please guide me. Thanks in advance.

jinner's avatar
jinner's avatar martinbean5yrs agoLaravel
3
1
Last reply by martinbean 5yrs ago
Gabotronix's avatar

Integrate my vue-app e-commerce webpage with Amazon?

Hi everybody, I'm creating an e-commerce shop with Stripe payments and I was wondering if it's possible to also shw my products in amazon (maybe they have an api for this?), I read this is almost automatic with packages like shopify but is it possible to do so programatically with javascript/php?

Gabotronix's avatar
Gabotronix's avatar BrianVeltm...6yrs agoGeneral
1
1
Last reply by BrianVeltman 6yrs ago
moshemo's avatar

Laravel or Something Else for a B2B Ecommerce Site

I am trying to figure out whether or not Laravel is the best solution for the site that we are building. The site is basically an ecommerce site, but without accepting payments online. Instead, when an order is placed, a purchase order is sent to the supplier (and any other relevant parties). Payments happen later, off-line (at least for now -- perhaps in the future that will

moshemo's avatar
moshemo's avatar martinbean6yrs agoLaravel
1
1
Last reply by martinbean 6yrs ago
alphacheck's avatar

eCommerce platform software architecture

I've an eCommerce platform building using Laravel, MySQL and jQuery. It's working good and if anyone become interested, I just deploy the entire source cod e in environment / Hosting. This is not a good model of course. Because everyone ask for small or large amount of change and I had to do this. Imagine when there will be 100 separate deploy and I had to manage 100 separate s

alphacheck's avatar
alphacheck's avatar alphacheck6yrs agoLaravel
0
1
packy's avatar

Getting E-Commerce parcel size

I am currently building an e-commerce solution for a company and having trouble wrapping my head around shipping costs. I am using Shippo and I can easily get rates, labels and really everything I need, the issue is not a technical one with their API. I am just curious how you find the Parcel size to get rates before we package it. Right now the systems works like any other: yo

packy's avatar
packy's avatar packy6yrs agoFeedback
2
1
Last reply by packy 6yrs ago
packy's avatar

ECommerce Shipping Costs

I am currently building an e-commerce solution for a company and having trouble wrapping my head around shipping costs. I am using Shippo and I can easily get rates, labels and really everything I need, the issue is not a technical one with their API. I am just curious how you find the Parcel size to get rates before we package it. Right now the systems works like any other: y

packy's avatar
packy's avatar packy6yrs agoCode Review
2
3
Last reply by packy 6yrs ago
packy's avatar

Series suggestion: e-commerce app

I think a great series that a lot of people would use in everyday app building would be one on e-commerce. It could show how to setup Cashier with stripe for subscriptions (since that’s different now), single purchase with Stripe, setting up a shopping cart, shipping label with Shippo, etc. A lot of people would use this real world, practical tutorial to build apps to generate

packy's avatar
packy's avatar ranchi1116yrs agoFeedback
7
2
Last reply by ranchi111 6yrs ago
danimohamadnejad's avatar

sql query to get best sellers in ecommerce within a date range?

`` Hello I have folowing tables in my ecommerce application: products id name orders id userid total created_date order_items id orderid productid quantity how can I query database to get best seller products which have been ordered within specific date range like 2019-10-1 to 2019-12-5? ``

danimohamadnejad's avatar
danimohamadnejad's avatar danimohama...6yrs agoLaravel
3
1
Last reply by danimohamadnejad 6yrs ago
danimohamadnejad's avatar

how to get best sellers of ecommerce?

Hello everyone. please help me on this database query. I am trying to get best seller products in my ecommerce application. here is simplified version of my database: `` products id name reviews id userId productId rating users id name orders id total userId order_items id productId orderId quantity `` and here is the eloquent procedure I am using: $result=Product::join('revi

danimohamadnejad's avatar
danimohamadnejad's avatar Queopius5yrs agoLaravel
2
1
Last reply by Queopius 5yrs ago
EbrahemSamer's avatar

What is the best way to follow in order to build an ecommerce app ?

I want to build an eCommerce application to learn online payment and stuff like that. I've already build some laravel application and want to learn about eCommerce what resources or docs or thing I can follow to make that happen. I found some udemy courses but have bad rating. any advice.

EbrahemSamer's avatar
EbrahemSamer's avatar Cronix6yrs agoLaravel
2
1
Last reply by Cronix 6yrs ago
issam90's avatar

E-commerce with Laravel

Hi guys I am going to build an online store using Laravel. My question is, is it recommended to use a e-commerce platform with Laravel or build it from scratch without using any platform? Thnks :)

issam90's avatar
issam90's avatar bugsysha6yrs agoLaravel
2
1
Last reply by bugsysha 6yrs ago
EbrahemSamer's avatar

Learning e-commerce using laravel

I'm a new laravel learner, now I understand most of basic like CRUD operation, eloquent ,query builder , relations and much more, but I heard that e-commerce application is very important to understand how it works and how it built so I wanna know the best way or doc or course to learn e-commerce using laravel.

EbrahemSamer's avatar
EbrahemSamer's avatar jlrdw6yrs agoLaravel
1
1
Last reply by jlrdw 6yrs ago
Randy_Johnson's avatar

E-commerce Blue Print

Hey I want to build an e-commerce site from scratch. I created this as a blueprint sort of thing. https://imguh.com/image/pN0Lj Is this looking correct or are there things that need changing. Am trying to keep it simple but to have an end goal of a fully functional web app. The bit that most worries me is that the database tables are correct and are holding the correct informat

Randy_Johnson's avatar
Randy_Johnson's avatar DirkZz6yrs agoGeneral
2
1
Last reply by DirkZz 6yrs ago
danimohamadnejad's avatar

how to set similar items in ecommerce?

hello every one. how should I specify similar items of a product in ecommerce website?

danimohamadnejad's avatar
danimohamadnejad's avatar danimohama...6yrs agoGeneral
6
1
Last reply by danimohamadnejad 6yrs ago
joshsalway's avatar

Building an eCommerce site with Laravel tutorial?

Building an eCommerce site with Laravel tutorial?

joshsalway's avatar
joshsalway's avatar joshsalway6yrs agoRequests
2
1
Last reply by joshsalway 6yrs ago
pn523's avatar

Complex ecommerce database design

Hi, I am new to database design. I want to make an complex ecommerce database design can someone suggest me nice tutorial that can teach me complex ecommerce database design structure ?

pn523's avatar
pn523's avatar hpolthof6yrs agoGeneral
6
1
Last reply by hpolthof 6yrs ago
packy's avatar

E-commerce package with no front-end

Is there any good packages to add e-commerce or tutorials that dont have a front end? I am building a website where a store will be a small part of the site so I dont want a full out-of-the-box solution since I have my whole frontend and admin already. What would be nice is a proven package where I can just use migrations and functions where I need and do all the front-end and

packy's avatar
packy's avatar packy6yrs agoGuides
0
2
Crazylife's avatar

How do e-commerce orders process work when checkout?

May i know is the purchase order being created when customer clicked on checkout before payment made? The created purchase order payment status will be set to unpaid and pending the payment. And also the purchase order will be cancelled after a certain period if status still remain unpaid. The purchase order will only seen by the customer self without sending to vendor until pa

Crazylife's avatar
Crazylife's avatar WebKenth7yrs agoGeneral
4
1
Last reply by WebKenth 7yrs ago
aimeos's avatar

Laravel E-Commerce with Aimeos 2019.04

Hi there The new stable 2019.04 release of the Aimeos open source e-commerce framework focuses on developer happiness and even more speed :-) Facades offer the simplest way to add e-commerce or an online shop to your own application: Resonse::view( 'shop.catalog.list', [ 'listbody' => Shop::get( 'catalog/lists' )->getBody(), 'listhead' => Shop::get( 'catalog/li

aimeos's avatar
aimeos's avatar aimeos7yrs agoGeneral
0
1
tlawless's avatar

CMS & Ecommerce packages

I need CMS and eCommerce packages to use with Laravel. October CMS looks pretty good for the CMS and not sure what eCommerce package to go with. The development team is interested in LaraShip which has both but I can't seem to find much on their track record and successful implementations. Anybody out there have experience with or other insight regarding LaraShip?

tlawless's avatar
tlawless's avatar tlawless7yrs agoGeneral
0
1
JCKN123's avatar

Duplicate Ecommerce Transactions

Hello, After checkout the page, the confirmation page triggers the e-commerce transactions many times as refreshed the page. is there any best way to make the unique transactions

JCKN123's avatar
JCKN123's avatar JCKN1237yrs agoLaravel
0
1
hockeymonkey96's avatar

Using Redis for an Ecommerce Site, no SQL?

I just got a new job at an Ecommerce site builder in Japan (but I'm a load/pentester) and noticed that there are no lines pertaining to SQL in the .env file but noticed the following: CACHE_DRIVER=redis SESSION_DRIVER=redis #redis REDIS_HOST=something_on_a_cloud_service.com REDIS_PASSWORD=null REDIS_PORT=6379 REDIS_MAINTENANCE_HTML_KEY=secret-html REDIS_MAINTENANCE_ALLOW_IPS_KE

hockeymonkey96's avatar
hockeymonkey96's avatar hockeymonk...7yrs agoLaravel
2
1
Last reply by hockeymonkey96 7yrs ago
adnan483's avatar

ECommerce from scratch?

Hello all, I'm wondering is good to build eCommerce website with Laravel framework? is it enough secured and is possible to add payment with paypal and credit cards? and is there any good database schema to start with?

adnan483's avatar
adnan483's avatar princeoo76yrs agoLaravel
12
1
Last reply by princeoo7 6yrs ago
ehab.aboshehab's avatar

Laravel - E-Commerce - Suggestion

Hi, I got new project to do which is E-Commerce platform. So I will use Laravel in this project. After long time of research I have found many Open Source E-Commerce projects which built on the top of laravel. but Still i am not sure which one should I choose or use. Maybe I need some opinions from you guys if you have experienced this before. Cheers,

ehab.aboshehab's avatar
ehab.aboshehab's avatar simant6yrs agoLaravel
5
1
Last reply by simant 6yrs ago
Gonchar1989's avatar

MySQL DB for eCommerce project

Hi there! We have some questions about database for ecommerce project. Please give us your advices. Thank you. We have 3 roles: buyer, seller and super admin. Q: Should we create 3 tables in mysql for each role or we should put all users in one table and add role_id column from another table roles? We have got this question many times during the dev process. So we would lik

Gonchar1989's avatar
Gonchar1989's avatar Tray27yrs agoLaravel
1
1
Last reply by Tray2 7yrs ago
GTHell's avatar

What are some open source packages for eCommerce?

Can you build eCommerce site with open source package for free? (exclude payment gateway)

GTHell's avatar
GTHell's avatar arukomp7yrs agoLaravel
2
1
Last reply by arukomp 7yrs ago
GTHell's avatar

Laravel + Vue for a eCommerce?

I'm undertaking another project that's eCommerce but the contract also including scale the application overtime. The customer want to add the machine learning at the end of the project which will take year but for starting, it's just a simple eCommerce. I know React+Spring is probably the best choice but my skill is not there yet. Is Laravel + Vue also suitable? The scalability

GTHell's avatar
GTHell's avatar simant7yrs agoGeneral
3
1
Last reply by simant 7yrs ago
Sidart's avatar

E-commerce Product Option Database Structure

so i been developing an e-commerce website and i been thinking about how to handle product option like color and size, so my approach is this! Table Structure Products Option Table ===> product_id / p_option_price / p_option_stock Option Table ===> id / type(color-size) Option Value Table ==> option_id / name(red,small,large) / image Option Product Pivot table ==> p

Sidart's avatar
Sidart's avatar sauravbd7yrs agoEloquent
2
2
Last reply by sauravbd 7yrs ago
pkundariya's avatar

is it possible ecommerce website build quick in laravel?

I want ready made nice ecommerce website template but not finding any how. I don't know should i go with laravel.

pkundariya's avatar
pkundariya's avatar pkundariya8yrs agoLaravel
11
1
Last reply by pkundariya 8yrs ago
pkundariya's avatar

Can any one help me to choose the eCommerce Laravel Package or Kind Of theme?

I am looking for my client Ready made eCommerce Package or something ready made platform where i have ready Admin, Front-end, Multilingual in-built. Please Please help me out of this as i have not found any best template for ecommerce in laravel.

pkundariya's avatar
pkundariya's avatar simant8yrs agoLaravel
7
1
Last reply by simant 8yrs ago
anandmainali5's avatar

Are there any e-commerce package to create e-commerce site easily?

I want to create e-commerce site same as amazon? Is there any easy way to create it?

anandmainali5's avatar
anandmainali5's avatar kfirba8yrs agoLaravel
1
1
Last reply by kfirba 8yrs ago
anandmainali5's avatar

Is vanilo perfect to create a e-commerce site?

I want to create a e-commerce site same as amazon. Is there any libraries to create e-commerce site? Is vanilo perfect?

anandmainali5's avatar
anandmainali5's avatar bobbybouwm...8yrs agoLaravel
1
1
Last reply by bobbybouwmann 8yrs ago
jandk4014's avatar

Caching e-commerce catalog site

I'm getting ready to deploy a site that is using a query string search algorithm for our catalog search functionality. The query string concept is coming from Jeffrey's lesson on a eloquent model. My issue that I'm having is the page load time before I perform the caching. On a very query intensive page I could have in excess of 150 queries, with a page load time of ~7secs, g

jandk4014's avatar
jandk4014's avatar m-rk8yrs agoLaravel
5
2
Last reply by m-rk 8yrs ago
Bhargav960143's avatar

Laravel eCommerce

What are the basic packages require to quick start eCommerce website admin. Ecommerce Market Place. Please guide me from scratch.

Bhargav960143's avatar
Bhargav960143's avatar indpurvesh7yrs agoLaravel
3
1
Last reply by indpurvesh 7yrs ago
Shawdow's avatar

Database Design for ecommerce website example

Hi, Can anyone Suggest me examples of database design for ecommerce website in Laravel.I Searched in site did not get solution with correct relationship. Can I use the Laravel to build an complete end to end ecoomerce? I am not knowing where to start where to end in database design Thanks,

Shawdow's avatar
Shawdow's avatar Shawdow8yrs agoLaravel
3
6
Last reply by Shawdow 8yrs ago
Smsma's avatar

order confirmation message by mail in e-commerce

how can I build order confirmation message to customer by mail in e-commerce will I use laravel mail and how ??

Smsma's avatar
Smsma's avatar bobbybouwm...8yrs agoLaravel
1
1
Last reply by bobbybouwmann 8yrs ago
shez1983's avatar

ecommerce integrations

So i am going to start integrating Shopify/Magento etc (all ecommerce platforms).. i was wondering if there was a package that does this already? i have seen some that do individual ones ie shopify only, but is there one that does it all?

shez1983's avatar
shez1983's avatar shez19838yrs agoGeneral
0
1
NadeemAkhter's avatar

E-commerce in laravel

I want to add e-commerce system in our laravel project, please guide me. Thanks in advance..

NadeemAkhter's avatar
NadeemAkhter's avatar sauravbd8yrs agoLaravel
5
1
Last reply by sauravbd 8yrs ago
mikefolsom's avatar

E-commerce Classes/Controllers/Flow

I’m looking for some solid best practices for e-commerce flow (classes, controllers), as I seem to approach it differently on almost every project. And even after looking through lots of open source packages, I still don’t see any clear conventions. Say I have a ShoppingCart object that is stored in the session. I have a CartController that exposes methods for adding/removing i

mikefolsom's avatar
mikefolsom's avatar mikefolsom8yrs agoLaravel
0
1
lastnoob's avatar

Not sure where to start...In order to create an ecommerce website

I'm have a good knowledge in HTML, CSS, JS, and quite experienced with creating custom WordPress sites. For my next project though, I decided to step up and create a better quality ecommerce site (than WP), with Laravel. I'm totally lost though at where to start though. I learned WP through real projects, like this will be. Where should I start, what should I watch? Tbh, I do t

lastnoob's avatar
lastnoob's avatar Nash8yrs agoSpark
5
1
Last reply by Nash 8yrs ago
danielwoods21's avatar

how to define my ecommerce product filtering system in laravel

hi i need some help for creating products filtering system in ecommerce website. i have a lot of laptops and well those laptops have diffrent os,color,ram size,cpu type,display resoulution and so on. what is the best approach about specifications? do i store them in tables of database and relate them to products or i store them as array or some thing similar in application code

danielwoods21's avatar
danielwoods21's avatar danielwood...8yrs agoEloquent
4
1
Last reply by danielwoods21 8yrs ago
duongtd's avatar

Structuring e-commerce Order adjustments

I am implementing the ecommerce order ajustments which can calculate the discount if coupon applied or increase the price if there is additional charge. And I need your suggest to structure it with the Eloquent as the following: Model Order (holding information of order) OrderLine (holding information of product ordered) Coupon (holding information of discount code and value)

duongtd's avatar
duongtd's avatar duongtd8yrs agoEloquent
0
1
danielwoods21's avatar

managing views for many categories in ecommerce website

hi i want to create a large ecommerce with many categories and subcatgeories like amazon for instance.when you click on master categories amazon shows a view and renders some contents with links to other subcategories and if you click on a subcategory link you will be shown another view which contains either direct products or subcategories again can any body guide me about thi

danielwoods21's avatar
danielwoods21's avatar topvillas8yrs agoGeneral
1
1
Last reply by topvillas 8yrs ago
duongtd's avatar

Development of an eWallet system for eCommerce application

So, I have a most basic handy crafted eCommerce application which was running smooth times ago. And now I would like to implement an eWallet feature for the site. As we are mostly saw it before, for example the billing in Digital Ocean: you deposit some funds as credit, and use it to create Droplets. So, the eWallet is what it has been named, it is an wallet which can provide f

duongtd's avatar
duongtd's avatar cyberorca4yrs agoLaravel
5
2
Last reply by cyberorca 4yrs ago
devonian's avatar

Ecommerce Recently Viewed Products

Hello, first time posting on here so please go gentle on me :) I've been asked to build a recently viewed product list into my ecommerce application - though I'm a little stumped as to how to go about integrating this. Any suggestions or advice? I did think middleware might be an option...? Thanks in advance!

devonian's avatar
devonian's avatar Desssha4yrs agoGeneral
7
1
Last reply by Desssha 4yrs 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.