Export all products, properties and categories from uCommerce

A while ago I posted about how to Export products from Ucommerce into a CSV type format. The database schema has changed slightly since so today I'm posting an updated version of the code for v9. I've…

Read this article

High database CPU usage while checking out on Ucommerce

Performance issues with Ucommerce checking out? It's worth checking the indexes on the queries that are being run. Here are some helpful pointers.…

Read this article

1p rounding issue on Ucommerce products/discounts

We've been hitting an issue over the past few years where the product's price is `1p` out in certain circumstances e.g. £2 off 2 £30 items -it should equal £56.00 but often results in £55.99.The fix…

Read this article

Delete all orders from Ucommerce

A while ago I blogged about how to delete test orders and baskets from Ucommerce and Delete all products and orders from Ucommerce which I frequently use.As I often want to only clear out the orders…

Read this article

Power Ucommerce facet display names from the CMS

The index changes released in v9 have been great and API is blazingly fast -however it's come with a couple of costs when it comes to configuring the Facet settings via the UI.Setting the DisplayName…

Read this article

Error running Ucommerce scratch indexer Illegal duplicate key definitions

We hit an interesting issue indexing the Ucommerce data the other day which had us going for a while.It turns out that when upgrading Ucommerce to 7.0.6, some new payment providers were added to…

Read this article

Design with data -how to get the longest/shortest product/category name from Ucommerce

Make sure your final Ucommerce e-commerce site looks as good as the designs by using real data…

Read this article

Delete all products and orders from Ucommerce

Here's an updated script to delete all the products, orders and any other testy type data from Ucommerce. This is an updated version of my previous script to delete all product and order data from…

Read this article

Error editing Ucommerce marketing campaign

We came across an odd error recently which was thrown when editing a marketing campaign in Ucommerce. It was a fresh install (albeit via nuget) and was along the lines…

Read this article

How To: Return the customer to your site after paying with WorldPay

Stripe is generally our go-to PCI compliant payment gateway but from time to time we're asked to use alternatives such as WorldPay. For the most this is fine but redirecting the shopping from WorldPay…

Read this article