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
0
votes
2 answers

ucommerce custom pipeline configs not working

I've added and removed pipeline tasks from the Basket.config and Custom.config but whatever I do nothing happens. Even if I remove the files, the previously registered custom pipeline tasks are excecuted. I don't understand why. What do I have to do…
seddler
  • 97
  • 2
  • 6
0
votes
1 answer

Retrieve culture specific value of definition field in uCommerce

We're creating some custom fields by adding new definition fields to category and product definition items in uCommerce. When we retrieve an instance of the ctegory or prouduct from the uCommerce.Entitiesv2 we're having trouble getting the culture…
Tom Miller
  • 431
  • 1
  • 5
  • 16
0
votes
1 answer

Implementing SEO friendly URL's in uCommerce for Sitecore

I'm wondering whether anyone has come across the following issue. We're currently working on a Sitecore website that uses integrated uCommerce to provide eCommerce functionalty. Rather than passing category and product ids to a static url that maps…
Tom Miller
  • 431
  • 1
  • 5
  • 16
0
votes
1 answer

Error using Nuget to install ServiceStack into a Visual Studio 2015 Solution

I am trying to use Nuget to install ServiceStack ( https://servicestack.net/ ) into a Visual Studio 2015 C# Umbraco UCommerce web solution and I am getting the error below. Any assistance to understand or resolve this would be greatly appreciated…
0
votes
1 answer

Error when installing uCommerce with Umbraco 7

I'm having issues when trying to install uCommerce into Umbraco 7. I have tried installing via the online package and via a local package I downloaded from their website. Both are failing with the same error message. This is installing it on…
CodeFirstAndy
  • 591
  • 3
  • 8
  • 26
0
votes
1 answer

uCommerce set Category Definition Values and Description

Using uCommerce v6.6, Umbraco v7 I'm having trouble setting the category's display name and a custom definition that I have created. I'm receiving this error: not-null property references a null or transient value…
Rob Scott
  • 7,921
  • 5
  • 38
  • 63
0
votes
1 answer

uCommerce Installation Error for Umbraco 7

Using Umbraco version 7.1.4 assembly: 1.0.5261.28127 Download install package from ucommerce.net - uCommerce-for-Umbraco7-6.6.2.15058.zip Attempted to install multiple times. First (10+) times that database was on Azure. The install doesn't "error"…
Rob Scott
  • 7,921
  • 5
  • 38
  • 63
0
votes
1 answer

Url redirects in Sitecore/uCommerce

I am developing an e-Commerce solution using Sitecore and uCommerce. I have found 2 modules for Sitecore to do URL…
chrishey
  • 451
  • 6
  • 11
0
votes
1 answer

Extend Umbraco 7.1.1 Multi Tree Node Picker

I am trying to extend the Multi Node Tree Picker (MNTP) in Umbraco but am running into some trouble. I am used to writing property editors in the new umbraco 7 angular style, so the MNTP is a bit foreign to me. I want to be able to connect my…
Logan
  • 46
  • 4
0
votes
1 answer

Publish Project to Web Server, Include folders/files in Local Bin

I have a Visual Studio 2013 Web Project with Umbraco and UCommerce imported into the project and a site built out. The issue is that uCommerce adds a folder called uCommerce in the build directory with all of it's dependency dll's and Publish…
Ryan Mann
  • 5,178
  • 32
  • 42
0
votes
1 answer

How to combine recurring payment and single payment in one order [dibs + ucommerce]?

I stuck with next problem: On my website I have online shop, there I can buy products of 2 types: virtual(subscription) and physical(shoes etc). User should have a possibility to buy combined bundle of vritual + physical products. The issue is: 1)…
Roman
  • 179
  • 1
  • 1
  • 10
0
votes
1 answer

Umbraco upload to Vimeo

Maybe someone knows the best way how to use Vimeo API from Umbraco admin pages? My goal is to upload videos from admin file system directly to Vimeo server. I'm in investigation mode so I appreciate every suggestion. I'm working with Umbraco 6.1.6 +…
Ivan
  • 73
  • 1
  • 8
0
votes
2 answers

uCommerce Secure Ticket Transaction with Loggin

I'm working on a webshop in which it should be possible to subscribe to a service for a monthly 20$ fee in return. I've made a script in a c# usercontrol which will be called monthly by umbraco scheduled task command:
0
votes
1 answer

Umbraco ucommerce - Checkout pipeline not executing automatically after DIBS payment callback

I am facing exactly similer issue as this issue,(I am using DIBS test card). I checked all relative posts but somehow could not solve it. I did all the configuration suggested in www.publicvoid.dk/...ludeDIBSAsAPaymentMethod.aspx. Also selected…
GirishK
  • 1,823
  • 3
  • 16
  • 23
0
votes
0 answers

Error in Custom DibsPaymentMethodService Overriding ProcessCallback

I'm trying to customize the dialogue between uCommerce and DIBS to allow ticket registrations. So far, I've succeeded in copying the DibsPageBuilder and adding the maketicket parameter. However, I need to customize the callback made to the function…