Ucommerce
Welcome to our official feedback forum. Please report bugs, make feature requests, or ask any question you’d like here. Thanks!
-
BUG: Facets using the wrong name when returned by SearchLibrary.GetFacetsFor(category)
the facets returned use the Display name for both the DisplayName and Name property.
e.g. I have a product property "BowlSize" , with an English display name of "Bowl size"
facet.name = "Bowl size"
facet.DisplayName = "Bowl size"facet.Name should probably use the culture invariant property name "BowlSize" instead
3 votes -
Possibility to resend emails
It would be great if there were a possibility to resend emails, if customer have entered a wrong email or just for testing email template changes.
3 votes -
how Send mail when order status changed to cancel and send eapproval mail for order
how to Send mail when order status changed to cancel and send e-approval mail for order in Ucommerce kentico.
1 vote -
Fix errors in documentation please!
"Enable the Ucommerce E-commerce API Outside the Web Context"
https://docs.ucommerce.net/ucommerce/v8.0/system-integration/enable-api-outside-web-context.html
"Modify App.Config" section talks about copying segments of your web.config to your app.config that don't exist
1 vote -
Question: Can I install on umbraco cloud, using the same DB, without losing previous work done?
The question comes from this quote:
"If you want Umbraco to use the same database as Ucommerce, just let the connectionStrings section be empty and remove the value from umbracoConfigurationStatus in appSettings."
From this link: https://docs.ucommerce.net/ucommerce/v7.1/umbraco/Uaas/install-ucommerce-on-uaas.html
I could be misunderstanding the steps, but it seems to me that doing that would then perform a fresh install of umbraco, thus wiping out work I have done. Is that correct?
1 vote -
Bug when adding to basket, quantity set for line item is 0
Task: CreateOrderLine sets the quantity to 0 for a new line and CalculateUnitPrice task uses the quantity but the default value for MinimumQuantity is 1 and then the price cannot be found.
3 votes -
I can include an external javascript
I can include an external javascript
1 vote -
Bug - Pricegroup price on save
It is possible to save at product without setting the price. This breaks the store in front. Would it not be safer to set the default value of price to 0. Or even better to show an alert if price is not set?
3 votes -
bug
link is not working
https://ucommerce.net/platform/features/catalog-foundation-inventory-management1 vote -
1 vote
-
Add pagination to Orders view
On the Orders View screen all orders are fetched/displayed based on the date criteria the user has selected e.g. A user selects ‘Today’ on the New Orders group and they are presented with all orders from today. That’s fine in a lot of cases but if Today I had for example 2000+ Orders then the fetch from the database is painfully slow and slows uCommerce down for all backend users.
I would like to suggest adding pagination which allows the user to choose how many orders per page they want to see and allow them to paginate through the pages.
…
1 vote -
1 vote
-
Add customer management
I would like to be able to see a list of all customers and manage their data i.e. update details, addresses, view all of their previous orders. Within the order screen it would be useful to show an overview of the customer such as “No of previous orders” with a link through to the customer detail screen.
1 vote -
Provide overloads with AddAddressRequest etc. to TransactionLibrary
Currently, all methods on the TransactionLibrary have signatures with a gazillion primitives. Yet several (all?) build a message object and push it through a pipline, and then does a few infrastructural things like assigning associations and saving.
I'd really like to just pass the message object already instead of passing primitives. Even with our own view model, it'd be easier to use AutoMapper for instance instead of passing each and every property. Not to mention mind which ones we actually use. (What's all these nulls in that method call?)
An example would be EditBillingInformation. I'd really like an overload where…
3 votes -
Output list of images when a folder is selected
When outputting the list of images in the product editor, if you select a folder, it just says "No image available" (or similar). The issue with this is we use this to power galleries so it looks a disappointing. It would be better if it looped the images so the customer knows there are product images
1 vote -
Make lists of orders by status configurable like the Umbraco List View.
We've got a customer who has a B2B shop. The company name is way more interesting than the person who ordered. They'd rather see company name in order overviews. To be able to do this today, we'll have to "hack the core". :)
Would be nice to have list definitions somewhere, and even the ability to show custom order fields.2 votes -
Improvements to Order Group View
Hi,
We currently receive hundreds of orders per day and this number is increasing month on month.
When we view any Order Group view the UI is slow to load because of the number of orders that are being retrieved and displayed. It would be very beneficial to have:
- Pagination
- Allow user to select the number of orders per page e.g (25,50,100,All) - these values should probably be configurable
- Add a Date Period of 'Yesterday'I hope these suggestions will be considered.
Many thanks
Al2 votes -
SagePayPaymentMethodService sent Amount is incorrect when it is less than 1
In the AddParameters method of SagePayPaymentMethodService class the Amount parameter value is set using #.00 decimal format. It should be 0.00.
When sending a value less than 1, the amount is sent like ".23".
3 votes -
Can't edit/remove product definitions on Sitecore
Hey guys, we are dealing with a problem here while trying to edit/remove product definitions:
1. Go to Commerce Settings / Product Definitions and create a new definition
2. Go to sitecore Content Editor and check for the two new templates that were created just fine.
3. Then we try to edit those templates by updating the layout and/or sub-layouts at the standard values item and save the changes.
4. Then open up the presentation/details again and you will notice no changes at sight, meaning no changes were saved.
5. Then go to the commerce settings/products definitions again and remove…1 voteHello Ruben,
We tried to replicate the errors you are getting on a fresh environment and cannot replicate step 4. You can check in the database in the SharedFields after you save the template for the specific template’s id and the look up the values are attributed to the field? That might give us an indication of what is overwriting it and why the changes don’t get saved.
Also, in regards to step 6, this is our intended behavior. You can delete the Product Definition, but it is only a soft delete as some products might be using those definitions.
Best regards,
Alice -
"Stock" tasks to change and advance order status
I’m adding a bit of workflow to the order statuses in a shop.
I was positive there was a few built-in tasks, but I can see I made my own the last time I did this.Is there really no “ChangeOrderStatus(newId)” or “AdvanceStatus” tasks to just re-use in the castle config?
Would that be a nice addition to the built-in tasks to pick from?The current process is:
“New order” to either “Processing” or “Changed”.
When “Changed”, the system sends n e-mails, and moves the order back to “Processing”.
This could’ve been set up easily with two bundled tasks, one…0 votes
- Don't see your idea?