• Hot
  • Top
  • New
1
votes

Total the amount column in the backoffice orders page

I think it could be useful to have a checkbox for total listing for the amount column. So if i view orders by a specific status i could get a listing at the bottom for the total value of all those products.

Could be interesting for the stats page as well, toggle which statuses you want to see in a chart (some of us operate heavily on COD, so knowing this info helps us calculate cash flow).

So if we could get a chart (not to replace the total column)

Pending :$XXX
Ordered: $XXX
Shipped: $XXX

In a nice bar or pie chart it would be cool

3
votes
approved 1.1.x

Single Page listing all system cron functions

In prestashop you sometimes have to hunt around for all the different cron functions to do different things and it’s not often readily apparent.

A single page with just a simple list of them would be handy.

Even better would be a system by which addons can hook into the page and display available cron features.

So the page would be a one stop shop for all cron related tasks. Would be very helpful for new users/merchants.

4
votes

Programmatic Retail Price calculation

Ok how to explain this one. Some merchants (like myself) don’t want to assign retail prices of products manually.

It might be handy to have a mechanism to apply markup rules to products to give the retail price.

the markup rules could be as simple as ({wholesale_cost} x 200%) or they could be more complex involving dimensions/weight/category.

So a more complex markup calculation could be ((({wholesale_cost} X200%) + ({weight} x2)))

But you get the picture, currently most merchants handle that outside of PS, i think there’s value in integrating it thus making it apply upon product import from CSV or manual entry.

There can even be a button perhaps to apply the new pricing formula to all applicable products.

So if my formula changes i don’t have to manually edit all the products one by one or re-import.

I can see the formulas getting pretty complex, but it’s nothing that the merchant doesn’t already do in excel.

4
votes

CSV Swatch Import

This is a feature sorely lacking for people with large catalogs. Se can CSV import 20,000 products with color as a custom attribute then end up like me.

400 Color values that i have to upload a swatch/hex value automatically

So if merchants could create a CSV and the image field could either contain a URL to the swatch file or a #fffff hex value to designate the color that would be grand.

1
votes

Display value total of all currently displayed orders in the order view

In the backoffice i thought it would be handy at the bottom of the order list to have a value total for the displayed orders.

I know statistics shows the value of orders over a certain period however it doesn’t give a ton more insight than that.

Sometime i as a merchant want to know the value of orders that are pending shipment or the value of orders with a certain status between date range to date range.

Currently i apply my filters and pull out my desk calculator. I imagine this use case is familiar to more than just myself