Umbraco is a fully-featured open source content management system, uCommerce is a feature-rich e-commerce platform that can be implemented into Umbraco solutions to add a fully featured e-commerce solution. Use this tag for question relating to Umbraco/uCommerce questions
Questions tagged [umbraco-ucommerce]
63 questions
0
votes
1 answer
"No product catalog group supporting the url" error
I'm upgrading an old Umbraco site (7.3.8) with uCommerce (Schema Version 148 - I'm unsure of the Version) to uCommerce 8.4.1.19353 (schema 203). And aside from a few hiccups, it's mostly gone okay. But I seem to have hit an error on the…

Roffers
- 691
- 1
- 8
- 16
0
votes
0 answers
Azure app service - worse performance on higher App service plan
We have two environments in Azure with such configuration (both placed in West Europe):
Test:
App Service (on plan Basic 1)
SQL db (on Standard S0)
CDN (on Standard Verizon)
Stage:
App Service (on plan Standard 1)
SQL db (on Standard S3)
CDN (on…

rakiop
- 41
- 4
0
votes
2 answers
Umbraco local + Umbraco cloud missing dlls (ucommerce)
I have an issue with Umbraco Cloud and installing packages - specifically syncing local and cloud environments after installation.
It doesn't seem to matter whether I set up everything in the cloud version first or my local version - when I…

Michael Harper
- 1,531
- 2
- 25
- 42
0
votes
0 answers
I have a runtime error when combine Umbraco + Ucommerce .Net
I'm trying to debug a webshop system that is running on Umbraco with Ucommerce on top, the system is hosted in Azure Web. The webshop is randomly not responding (each 12-24 h). I looked in the errorlog and found this, however I'm not sure how to…
user5315551
0
votes
1 answer
Installtion Error with UCommerce and Umbraco7
I am attempting to install Ucommerce into a clean installation of Umbraco 7.10. I have tried Nuget and the Umbraco Package Installer. I am getting the following error after refreshing the Umbraco back office:
Ucommerce spport is not helpful -…

Graham
- 1,497
- 2
- 16
- 36
0
votes
2 answers
Saving scroll position when coming back
I am trying to save the scroll position of a page, when we go from that page (a product list) to a product, and then back to the product list. The only scenario this scenario should occur is when going from prodlist to prod to prodlist (pressing…

Rasmus Edvardsen
- 149
- 10
0
votes
1 answer
How to remove an existing button on a tab in uCommerce?
I am working with uCommerce and I want to remove one of the add buttons on an existing tab.
I followed this Removing a button section on this article
Everything is working fine but I dont know what is imageButtom inside the RemoveMenuButtion()…

Harsheet
- 728
- 9
- 23
0
votes
0 answers
Wordpress - combine first name and last name
I am using ucommerce from Wordpress.
I'm also using a plugin called 'Ultimate Member', which is divided into Last name and First name.
I deleted the Last name field and unified it into one(only first name),
but existing users are joined with two…

ko_ma
- 911
- 2
- 11
- 26
0
votes
1 answer
Adding custom tab in uCommerce - Extending uCommerce
I have added a custom tab in uCommerce and followed all the steps that were mentioned here.
Everything is working fine but the only problem is the new tab is coming with square brackets on each side like this - [Order Line Status History]
Can anyone…

Harsheet
- 728
- 9
- 23
0
votes
1 answer
Nhibernate Save() not working
I have googled around everything for this problem and I am not sure what the problem is with my code. I would really appreciate if anyone can help me out. I am working with adding custom data to uCommerce 7.2.2, means extending the order details by…

Harsheet
- 728
- 9
- 23
0
votes
1 answer
Umbraco uCommerce Secure Trading - need to use OrderNumber instead of OrderGuid
I am trying to use umbraco with uCommerce.
I have implemented SecureTrading as Payment provider in uCommerce. Now I need a solution to use OrderNumber in place of OdrderGuid to be used to identify the PurchaseOrder.
Currently OrderGuid is being…

user1400290
- 1,682
- 5
- 23
- 43
0
votes
1 answer
Does examine index search (Umbraco) support words with accents?
I am using Examine index search of Umbraco to search Ucommerce products. If I search for Loreal, it works fine. But when I search for L’Oréal, it gives me 500 error.
Any help appreciated!
Thanks

Harsheet
- 728
- 9
- 23
0
votes
1 answer
Remove accents from string in LINQ loop - Ucommerce products
I have to search for a key (product) from ucommerce products.
Here is the code -
string whatToSearch = "L'oreal";
var normalizedText = whatToSearch.Normalize(NormalizationForm.FormD);
whatToSearch = nonSpacingMarkRegex.Replace(normalizedText,…

Harsheet
- 728
- 9
- 23
0
votes
2 answers
UCommerce Prevent Users from adding new items during checkout
I have an Ecommerce website build with UCommerce. During the checkout process the user will be redirected to the payment portal for the payment.
I want to prevent users from adding new items in the basket while the user is in the payment portal. My…

Romeo
- 1,791
- 8
- 25
- 41
0
votes
1 answer
Error deploying solution using Octopus deploy
I have a web project written in Sitecore 8/uCommerce. I am using Teamcity to compile and package the project and Octopus deploy to push it out. When I commit to SVN Teamcity picks up the changes, compiles and packages it up and Octopus deploys it…

Fred
- 5,663
- 4
- 45
- 74