-
```
Approvers need to find shopping carts with items for approvals without having a
direct URL for it.
There should be a link to a page with a list of users with unapproved items.
Clicking on the us…
-
```
The shopping cart selections are currently stored in the Session. There are
several reasons we favor shifting to storing each cart in the database instead:
* Minimize unnecessary complexity
* A…
-
```
Approvers need to find shopping carts with items for approvals without having a
direct URL for it.
There should be a link to a page with a list of users with unapproved items.
Clicking on the us…
-
When building shopping carts, you might want to drop all cart items when an order has been saved successfully. Right now, this is only possible by redirecting to a "drop URL" (which uses an appropriat…
-
We have been experiencing issues with permissions using the latest version of Magento 2.
It seems that it all comes from 'vendor/magento/framework/Filesystem/DriverInterface.php' which explicitly set…
-
```
Approvers need to find shopping carts with items for approvals without having a
direct URL for it.
There should be a link to a page with a list of users with unapproved items.
Clicking on the us…
-
```
Approvers need to find shopping carts with items for approvals without having a
direct URL for it.
There should be a link to a page with a list of users with unapproved items.
Clicking on the us…
-
```
After upgrading from 0.8rc1 I can't add items to the cart.
It did work for a little while but running the database rebuild stopped it from
working. Restoring the database back to before the upgr…
-
when attempting to checkout an order i get the following message
ERROR: relation "orders_users" does not exist
LINE 5: WHERE a.attrelid = '"orders_users"'::regclass
def create_order
…
-
```
What steps will reproduce the problem?
1. Check the user agent before any FirePHP console is activated.
2. Check it after a console has been loaded.
What is the expected output? What do you see…