• Hot
  • Top
  • New
11
votes

Proper B2B functionality.

– Company acount creation.
– Multiple users (customers) can log in on the same company account.
– Only the account holder can edit account info and add company representatives.
– Regular company representatives can add/edit delivery addresses, but not the invoice address.
– Optional custom fields to be filled out in the company registration process, like ‘SIRI’, ‘APE’, ‘Compay registration Nr.’, different posibillities per country.
– Optional custom fields to be filled out in the checkout process, like ‘custom order number’, ‘requested delivery date’, etc.
– Posibility to flag an ‘order’ as a ‘request for quotion’ in stead of placing the order right away.

-2
votes

Fix core class names and horrible code!

Some class names are currently really confusing and illogical. They should be renamed and the old names should be deprecated.

Start with:

Combination (model for product_attribute) should really be called Variant.
AttributeGroup should really be called Attribute (or VariantAttribute)
Attribute should really be called AttributeValue (or VariantAttributeValue)

Those are really the worst…

-3
votes

Add a brands object.

Currently there’s only the ‘manufacturer’ object (which apparently has been renamed to brand’ in 1.7) but a brand object is missing. Many manufacturers carry multiple brands and currently there’s no proper way to set this up in PS. For SEO and other purposes this would be very useful.

1
votes
completed

Delete shop data.

There needs to be a way to cleanly delete all shop data like customers/addresses/orders, categories/products/variants/features, etc. etc.

Prestashop used to have a module to do this, but that mod does not seem to be part of the module set of thirtybees.

3
votes

Fix the modules page!

I don’t even know where to begin. The filters just do not work. When selecting a specific set and then you disable/install/uninstall a module only the selected module displays and the filters stop doing anything, there’s no way to get the filtered view back except for refreshing the page and starting all over. Selecting a group on the left sometimes works, and sometimes it doesn’t, same for the ‘Filter by’ options at the top of the list.