Questions tagged [umbraco-ucommerce]

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

63 questions
3
votes
0 answers

uCommerce Category Facet

A requirement of a site I am working on is that you have facets on a site wide search result, I am therefore not using the FacetsForCategory method to work with Faceted search. I am using the SearchLibrary.FacetedQuery() to return an…
chrishey
  • 451
  • 6
  • 11
3
votes
2 answers

Packages in uCommerce in Umbraco

I am a beginner with Umbraco and I had installed Umbraco setups and package files from links here. When I started I found that there is no product catalog displaying as you can see in this link. What should I do? Instead of this I have a store…
iProgrammer
  • 3,099
  • 3
  • 33
  • 59
2
votes
1 answer

ucommerce: how to change category template

Using uCommerce 2, umbraco 4.7. I have a category side nav showing the categories using:
autonomatt
  • 4,393
  • 4
  • 27
  • 36
2
votes
1 answer

Castle Windsor UsingFactory xml alternative

I have an ordinary Castle Windsor component registration command: container.Register(Component.For() .UsingFactoryMethod(() => new EntityFactory().CreateEntity())); I need the XML configuration alternative in…
2
votes
1 answer

'The call is ambiguous between the following methods or properties' on identical paths

I'm having a strange error with Umbraco/uCommerce, I built a support library and suddenly I'm getting a strange error preventing compilation. Error 9 The call is ambiguous between the following methods or properties: …
Thomas Andreè Wang
  • 3,379
  • 6
  • 37
  • 53
2
votes
1 answer

Sitecore multilist field data source from uCommerce category

We have a Sitecore template on to which we want to put a Multilist field that allows a content editor to pick the top N products from uCommerce to relating to a page using this template. I have looked into using a Custom Data Template Field Source…
chrishey
  • 451
  • 6
  • 11
2
votes
1 answer

Not getting correct last password changed date for cms member?

I am using uCommerce with the cms member. For the forgot password password link validation i want the last password changed date for the required member but it gives wrong date as current date time value. String userName =…
Girish Chaudhari
  • 1,607
  • 5
  • 16
  • 24
2
votes
1 answer

uCommerce 2.6.1 DIBS "No paytype(s)! Missing test parameter?"

I've been working with uCommerce developing a webshop. I've set it up to integrate with DIBS payment services, and I got it to work properly with umbraco 4.7.2. Now, I upgraded to 4.8.0 and I get the message "No paytype(s)! Missing test parameter?"…
2
votes
1 answer

Umbraco & SagePay

I use umbraco for customers but have been asked to implement a SagePay payment system for invoices similar to the one here: https://secure.conscious.co.uk/cms/billpay/invoice Whilst overkill, would this be something that I could expect to implement…
MonkeeX
  • 53
  • 2
2
votes
1 answer

uCommerce ITaxService not being called

I have the followed the steps to create a custom tax service for ucommerce. For arguments sake i want to tax everyting at $500. It would seem to me that the TaxService is not being called. ../UCommerce/Configuration/Components
Kieran
  • 17,572
  • 7
  • 45
  • 53
1
vote
0 answers

Price groups configured on catalog not reflecting on products

UCommerce 9.6.3 Added a new store with new Product Catalog with custom definition has default and allowed price group set to ES VAT However the product in that catalog (in either of two categories) shows the wrong price group for the price…
Stuart
  • 21
  • 4
1
vote
1 answer

Ucommerce (Umbraco) basket deletes orderlines when switching context

I started a demo project to get familiar with Ucommerce for Umbraco. Within the catalog library (category navigation, product detail pages etc.) everything works fine, but when it comes to transaction library (putting stuff into my basket) i have…
1
vote
0 answers

Using Umbraco ContentService in a Castle Windsor container in Ucommerce

I've a custom service that I've written into a Ucommerce pipeline task, but that is implementing the Umbraco ContentService. This has meant that I've also needed to inject that service into container config too.
1
vote
1 answer

Nuget Install always fails after successfull install

I'm working on a project using Umbraco 7.3.1, Ucommerce 6.8.3, NuGet 3.2.6 and running Visual Studio 2015 on Windows 10 pro (x64) For some reason I am unable to install any Nuget package in the project. This problem seems to appear after I install…
1
vote
1 answer

Scheduled task fails - Unspecified Error

I have a c# console app that uploads data to a Sitecore/UCommerce implementation. It is based on the UCommerce UConnector. When I run this from the command line it executes without a problem all data is uploaded and downloaded correctly without…
Fred
  • 5,663
  • 4
  • 45
  • 74
1
2 3 4 5