shopping-cart Questions
2
Solved
I want to getting session ID to store it in the database (because I store shopping carts in my database). Thereby, I want to get session ID, with this method:
$session = $this->get('session');
...
Soelch asked 25/5, 2013 at 20:30
1
I have 2 tables
products
and categories
(CatParentId 0 is the parent category).
What I am trying to achieve is when a user clicks on the parent category, it should fetch the products listed in...
Norge asked 13/2, 2015 at 5:16
6
After ADD TO CART option i can see the items are getting updated to CART but when moving to cart page it is redirecting back to homepage.
The cart page shortcode is also provided.
Please help...
Accusative asked 22/6, 2017 at 4:39
10
I think this code should work but not exactly sure where to place it. Everywhere I have tried has failed so far...
add_action('init', 'woocommerce_clear_cart');
function woocommerce_clear_cart() ...
Jeopardy asked 26/1, 2014 at 12:23
3
Solved
I am creating an ecommerce application, wherein i have a shopping cart. My current structure is, whenever user saves the product, i put the product in the datatable and datatable to the session, so...
Madras asked 22/8, 2013 at 11:33
1
I have an app which will add this script tag into the store.
In the past I use script tag with this script to monitor customer's cart activities.
When the script tag detect a XHR, it will fire some...
Angle asked 7/10, 2020 at 1:55
1
Solved
I'm building a Shopify app which offers additional products or services related to some identified products. In some cases, I end up adding a product to cart from cart page.
I found this question q...
Poisonous asked 20/8, 2020 at 17:17
2
Solved
I am writing a Shopify app and I would want to listen to the shopify cart update event. I know that when user clicks on remove or increase the item quantity. Shopify send a POST request to the back...
Sarracenia asked 17/8, 2020 at 12:15
3
Solved
I am having a requirement that I have to change the order of totals in a shopping cart in Magento. My requirement is shipping charge should display before Tax. Currently it is displaying as Subtota...
Cruiser asked 29/1, 2013 at 6:35
5
Solved
Since there's currently no complete solution to build a modX powered website with integrated shop, I was wondering which would be the way to go, to achieve this with a third party cart.
The integr...
Richmond asked 29/1, 2012 at 21:56
5
Is there any up to date documentation out there on how to use the Paypal direct payment API?
Chintzy asked 25/4, 2011 at 18:35
2
Solved
According to CodeIgniter documentation their Shopping Cart Class "is DEPRECATED and should not be used".
Is there any harm in going ahead and using it? It is a very close match to what I need and ...
Ollie asked 26/6, 2015 at 15:55
11
I am new to Magento...Installed 1.7 community Edition.
I have heard great deal about it and so far I was not impressed..anyway I am trying to add images to a Product but 'Browse files' and 'Upload'...
Corazoncorban asked 22/2, 2013 at 10:55
7
I want to get base product image in Magento to resize it and display in cart sidebar.
Unfortunatelly this:
echo $this->helper('catalog/image')->init($_product, 'image')->resize(38, 38);
...
Jacquesjacquet asked 16/8, 2012 at 20:48
3
Solved
If left to default settings, what circumstances would have to occur for Magento 1.7 to consider a cart abandoned? Where is the code that makes this determination located?
I know that this is proba...
Slip asked 1/3, 2013 at 0:24
4
I am using $_SESSION to dynamically create forms for my web store. These forms hold the custom info for the product that the customer wants. This is the layout:
Page1
Customer fills out form that...
Lustful asked 18/12, 2013 at 20:29
2
Solved
I am trying to style OpenCart but am having difficulty finding which TPL file holds the div that appears when you click the Shopping Cart icon in the header (the 'mini cart' that slides down - it a...
Hassan asked 23/7, 2012 at 23:11
1
Solved
I'm trying to change the shipping on an existing order in Magento. This works fine from the admin backend, even if it's quite the process since I have to manually update a lot of the order fields/a...
Peoples asked 24/9, 2015 at 17:45
1
Solved
I want to build online store with Laravel 5. The framework is new to me.
So the question is Which is the best shopping cart for Laravel 5?
Plains asked 17/7, 2015 at 7:16
3
I am making an Android app where I am implementing a Shopping Cart. When the user selects an item, it is added to his/her shopping cart/bag in the app. Once he/she adds an item, he's presente...
Conciliatory asked 30/6, 2012 at 6:28
2
Solved
I am attempting some type of shopping cart abandonment system with Magento using it's built-in cron module. What I basically need is a system that checks for abandoned shopping carts every 15 mins ...
Italic asked 10/2, 2012 at 6:42
1
Solved
I am planning on making a generic shopping store website like a smaller version of alibaba.com which could be used by different businesses to list their product in their own version of the sh...
Contented asked 11/10, 2014 at 17:17
4
Solved
Can an iPhone app allow a user to purchase a physical product (say a pen or a mouse) from inside an app, without using Apple in app purchase?
Is it allowed by Apple?
If yes, do you know any API t...
Gaming asked 28/7, 2010 at 16:53
1
How to design the model for the same product with different color , size, quantity and price.
Here's my current model scheme,
Product
* Name
* Price
* Color
* Quantity
* Size
How to show the s...
Storax asked 8/6, 2014 at 3:14
2
Solved
The acts_as_shopping_cart gem requires two models - Shopping Cart and Shopping Cart Item.
The attributes it allows you to access like this for the item:
<td><%= shopping_cart_item.item.n...
Deland asked 16/12, 2012 at 8:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.