-
```
Lots of shopping carts have a little pop-up that describes what the CVC number
for credit cards is,
and has a helpful graphic showing where to find them on the card. For Google
Checkout, they …
-
```
orders shouldn't store shopping carts, instead orders should become line
item containers. this is a disruptive change and needs to go in for m1. in
m2 shipments also become modeled as line item co…
-
Let's list the things that we think we need to implement. We can all look at them and decide which ones are important enough to act on and get their own issues. Please add your ideas.
Here's a start.…
-
I know now the coupon code is being applied in the shopping cart which seems to be working fine, but I think adding it to checkout is another place it should be. I looked at a few carts like amazon.co…
ghost updated
9 years ago
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md)
- [X] I have already [searched in existing is…
-
Hi,
In your last version you call the "CustomerQuotePreparer" class in the WebApi/Checkout/BaseCreatePaymentManagement.php file but this class does not even exist in your module... so Magento can't…
-
### Icon name
add-cart
### Use cases
1. **E-commerce Websites:**
- Display the "Add Cart" icon next to product listings to allow users to easily add items to their shopping carts.
- Use the…
-
There are a number of hard-coded forms that do not appear to implement sesskey checking - some of these may not need sesskey handling, but as your plugin deals with shopping carts/payments it would be…
-
I understand I can force a reload for all pages by setting the "cacheGetRequests: false"
but I like how caching speeds up my app.
I wish there were a sanctioned way to not cache particular pages. …
-
Suppose we have some data (below) and we want to initialize the entities into their hierarchical tree. Intuitively, we would think adding relationship links in both directions. However, given these ar…