Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 views

Get From Session in .NET

This is my methods for get session and save in. I set session method in correct way and write service in IOC: service.AddHttpContextAccessor(); public List<CartItemViewModel> GetFromSession() ...
Maryam12 forex's user avatar
0 votes
1 answer
52 views

How do I connect the Home, Shopping cart, and add to cart with each other?

I've been trying to direct the add to cart button on the home page of the website(for online shopping) to the addtocart file and the shopping cart. I just can't seem to find what's wrong. Here are the ...
ARA12's user avatar
  • 13
1 vote
1 answer
124 views

Cypress testing issue: Cart modal not visible

I'm forwarding the code containing the exemplary working steps, finishing with clicking the Add to Basket button. Steps after that should consider that a cart modal appears, and Cypress should click ...
No Tools No Craft's user avatar
-1 votes
1 answer
28 views

Items disappear from the cart icon on the home page

I add a product to the cart and when I return to the main page it disappears. Then it goes back to any other URL on the site I have deactivated lite speed cache, deleted the server cache and nothing, ...
Manuel Cuberos Reyes's user avatar
1 vote
1 answer
41 views

How to add quantities from a specific items in React

i have an array like this const products = [ { id: 1, name: "Apple", price: 10, img: "apple.jpg" }, { id: 2, name: "Banana", price: 20, img: "banana.jpg" }, ...
callmecua's user avatar
0 votes
0 answers
49 views

Delete/Hide "Cart" in Big Cartel Art Site

Can anyone help me to delete or hide the "Cart" tab in my Big Cartel art website? I want customers to contact me directly to purchase. Thanks so much! I tried deleting all of the code, and ...
Leaf Kizior's user avatar
0 votes
1 answer
124 views

how to hide Automatic add-to-cart modal confirmation after a few seconds (prestashop 8)

When a user click on add-to-cart-buton, a modal windows appear for confirrmation. this is not necessary. i would like hide automaticly the modal confirmation add-to-cart after a few seconds (...
Marc IOS's user avatar
0 votes
0 answers
23 views

Retrieving items in cart

I'm trying to retrieve the items in the usercart from firebase. It's in this format :1231352385:2. The getitemsquantity() is retrieving the count. I need to use in the firebase query using whereIn, ...
Tony's user avatar
  • 1
0 votes
1 answer
211 views

Pushing data to shopping cart; cart is always showing that it's empty

I have been attempting to add a shopping cart to my coffee app. When you press the 'one-time purchase' button, no data is pushed to the cart. My little error animation always plays in the emulator and ...
KRAP's user avatar
  • 1
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
133 views

How to move "apply coupon code" block above the cart's total price with ajax in cart page?

Ajax is not working when I try to move the coupon block from cart.php to the cart-totals.php file. add_action( 'woocommerce_before_cart_totals', 'custom_display_coupon_form_below_proceed_checkout', 25 ...
Chandra Sekhar Rao Bali's user avatar
0 votes
1 answer
60 views

Deleting one object from CartItems in razor pages

i have some products in my Cart via cookies, now i want to select and delete them from cart, public class CartModel : PageModel { public List<CartItem> CartItems; public ...
zahra rfe's user avatar
0 votes
2 answers
742 views

how to calculate the total price of your cart

I was creating a shopping cart using react and redux and everything works perfectly without any errors I'm wondering how do I calculate the total price by adding up all the items in the cart my cart-...
Govind's user avatar
  • 33
1 vote
1 answer
314 views

How to check page is cart page or not in Shopify

How can I check if the current page is the cart page or not in front side? I try to find page type using ShopifyAnalytics.meta.page.pageType. This works for all pages (like product and collection page)...
disha Lashkari's user avatar
0 votes
1 answer
284 views

.NET Angular Shopping cart

I'm writing a website (.NET 6, Angular 14) (an online electronics store) that has a shopping cart. I don't know how to properly implement a shopping cart. It is necessary to write a service for adding ...
Эльвин Меджидов's user avatar

15 30 50 per page
1
2 3 4 5
11