Skip to main content

All Questions

Tagged with
0 votes
2 answers
71 views

Showing custom empty cart page . WooCommerce and Divi Theme

I’m working on an e-commerce site based on WooCommerce and the Divi theme. Specifically, when the cart is empty, I get a blank page (though the header and footer are present). I’d like to know if ...
Davide Stiglitz's user avatar
0 votes
0 answers
22 views

Limit value of input on page load

I've got a shopping cart where I need to limit the quantity of certain items. The quantity amount is an input number field. Using a combination of max and onchange attributes, and the following ...
langton82's user avatar
0 votes
0 answers
20 views

Next js ecommerce application manage cart issue

I am developing one ecommerce application with frontend as next.js and backend using java spring boot.   now i need to manage cart on front side. so, which is the best place on client(browser) side to ...
umesh's user avatar
  • 155
1 vote
1 answer
18 views

Why is the cart increment not working properly?

I need to increase or decrease the quantity of items on the cart, but when I click the increment button for a particular item, it increases the quantity of all the items in the cart. Here's my code - ...
olaaababyy's user avatar
0 votes
0 answers
15 views

Increasing quantity of product thats already in cart doesnt work

I am trying to increase quantity of a product that's already in a cart in a way of summing up value representing amount that customer wants to add and quantity value that's already in cart object, but ...
Perdek's user avatar
  • 1
1 vote
0 answers
217 views

How do I properly re-render an updated shoppingcart/ checkout in next.js?

Im building an ecommerce, and am using Saleor as my headless backend. For my storefront, I initiated a project from a Next.js storefront starter for saleor. Now I have run into an issue, and since Im ...
Jonathan Franzen's user avatar
0 votes
0 answers
16 views

'Add to Cart' not working properly with this template

I would so greatly appreciate some help and understanding from the community. I'm a front end developer and we've signed on a client that is wanting a CBD/Hemp shop. I developed one on Wordpress, but ...
Jon Polk's user avatar
0 votes
0 answers
20 views

Cart Implementation using cookies

I'm trying to implement a cart system by storing item ids in cookies and using them to generate items in the cart page but I'm having some difficulties and I need your help. I need help implementing ...
Darkcreed's user avatar
0 votes
1 answer
52 views

CartService and Authentication

I noticed that if you go to an online store, it allows you to view products and add them to the cart without authorization. I suppose I can achieve this, for example, by adding anyRequest().permitAll()...
ok buddy's user avatar
0 votes
0 answers
36 views

Values are not incrementing/decrementing in JavaScript cart file

I tried a lot of things, even watching a YouTube video, but that did not help. I am new to programming. If JavaScript gets called, nothing happens. HTML: <div class="input-group number-spinner&...
mhizta iyke's user avatar
1 vote
2 answers
1k views

Local Storage using Angular

I'm developing an e-commerce and I'm trying to set local storage to hold the elements inside the cart. All fine when i add a product to the cart and all but once i refresh the cart page, all products ...
Jany's user avatar
  • 37
1 vote
1 answer
707 views

Update the Quantity of the products in the Cart Page

I'm working on an e-commerce shop and im having a problem updating the Quantity of the products in the Cart Page. (for example, when someone adds more than one product in the quantity label, that ...
Petar Necovski's user avatar
0 votes
1 answer
56 views

cart total in Django shows blank space

I'm trying to get cart total sum of products in the html template, while the the total sum of particular products works fine, the cart total price/quantity shows blank spaces. Models: from django.db ...
Urek's user avatar
  • 25
0 votes
1 answer
244 views

How to add product to cart with selected product attributes and selected attribute price?

I am working on a project with Laravel and inertia react on the front end and i am trying to add a product with attributes. when i add a simple product with no attributes it was added to cart without ...
YOHANAN's user avatar
-1 votes
1 answer
37 views

While running my shopping cart page, i get mysqli_fetch_array() expects parameter 1 to be mysqli_result error

while running the code im getting tis error : mysqli_fetch_array() expects parameter 1 to be mysqli_result error $result = mysqli_query($dbc,"select * from 'product'"); while($row = ...
Ash's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
8