Questions tagged [virtocommerce]

VirtoCommerce is an Enterprise Open Source .NET eCommerce Framework.

It is an open source platform that provides the tools required to establish, run and develop a web stores across multiple touch-points and regions and allows easy customization and integration.

It has been built for the Azure Cloud in mind and utilizes such development technologies as MVC5, .NET 4.5, AngularJS, WPF, WWF, Entity Framework 6.

Web sites:

130 questions
6
votes
2 answers

LibSass.x64 not found on Azure VM (virtocommerce)

I new to ASP.NET development and I have managed to deploy VirtoCommerce to my local machine IIS (windows 8.1) following the documentation on http://docs.virtocommerce.com/display/vc2devguide/Deploy+web+applications+to+dedicated+server . When I tried…
alpat
  • 91
  • 3
5
votes
3 answers

Could not load file or assembly 'LibSass.x64' or one of its dependencies in VirtoCommerce

I am getting this error when I bring up the website from within Visual Studio 2013. LibSass.x64.dll & libsassnet.dll are in the bin folder. Could not load file or assembly 'LibSass.x64' or one of its dependencies
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
4
votes
1 answer

Basic Theme Editing in VirtoCommerce

I am running VirtoCommerce 2.4.644. I have a small collection of products and they are not placed in category folders in my catalog. How do I edit the default theme to just show all the most recent items on the home page in one big grid…
N1njaB0b
  • 688
  • 6
  • 11
4
votes
2 answers

VirtoCommerce thumbnails not found in Azure

I've deployed VirtoCommerce 1.13 from source code to Azure and i'm getting problems with the thumbnails. Url.ImageThumbnail(foo) in the item view is returning the url to the .thumb. image, but it doesn't exist. The main image is being saved to…
Joel Brito
  • 339
  • 3
  • 9
4
votes
1 answer

Virto Commerce Cryptographic Exception in azure

After the struggle to successfully deploy virto commerce to Azure, and after activating the email confirmation for new users, I keep running into a Cryptographic Exception: The data protection operation was unsuccessful. This may have been caused by…
Joel Brito
  • 339
  • 3
  • 9
4
votes
1 answer

Why i can not access image while using azure blob as storage provider in virtocommerce?

I'm using azure blob as storage provider, after i save images for products, i can not see the images in front-end, the image url is correct, but it returns error: The specified resource does not exist I think this is something related to azure…
Dragon
  • 435
  • 2
  • 6
  • 12
2
votes
1 answer

Deploy to Azure Failing

Trying to deploy Virto Commerce Community to Azure, but keeps failing on the "Setting up Source Control" step. I have included the deployment error log below from Azure Portal: STATUS Failed RAN FOR 17 seconds REASON Update nuget…
2
votes
1 answer

Getting started with VirtoCommerce

I try to start an e-Commerce store. I deployed VirtoCommerce to azure (2 apps). I have VisualStudio on my pc. Should I have VirtoCommerce on my pc too? Sharon
2
votes
1 answer

Modules not loading in platform

Despite a successful build, no modules will load. The Browse menu is empty (except for Assets) and custom modules in the Configuration menu are missing. After downloading the most recent build from our repository, I followed all steps in the "Source…
Jibble
  • 21
  • 3
2
votes
1 answer

No Longer Able to Deploy VirtoCommerce from GitHub

In the past I have successfully deployed VirtoCommerce to Azure from GitHub using the "Deploy to Azure" button. But today, using my Azure free trial subscription, I am receiving an error message. Using the "Free" SKU, when I attempt to deploy, it…
N1njaB0b
  • 688
  • 6
  • 11
2
votes
1 answer

Deploying VirtoCommerce.Manager to Azure from Visual Studio

I am working with Virto Commerce server 2.4.561 and I'm having a great deal of difficulty successfully publishing to Azure from Visual Studio. Based on the documentation provided, it's not clear to me what the appropriate method is. Most guidance…
N1njaB0b
  • 688
  • 6
  • 11
2
votes
1 answer

Best practice for managing new releases and custom changes to Virtocommerce

I am new to VirtoCommerce and I am seeing that version2 is beeing developed right now. If I want to jump in and make custom changes to my repo.., how can still hold up do date the base with the progress that is made from the community? Do I need to…
pungggi
  • 1,263
  • 14
  • 25
2
votes
0 answers

Adding user input when adding product to cart

I'm trying to add a textbox to accept user input before they add that product to the cart. I need to add the content of that textbox as an option to that particular lineItem but so far I haven't been able to, i.e., adding that text as an entry in…
Tiago Lopes
  • 95
  • 1
  • 6
2
votes
1 answer

JSON Error when loading website

I get this error when I try to load the website. I am using the latest version. Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'VirtoCommerce.ApiClient.DataContracts.Stores.Store[]' because the type requires a JSON…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
2
votes
1 answer

"Validation failed for one or more entities" Error when changing default billing adress' street address

Whenever a user tries to change his street address for the billing address, an exception occurs. This is the stack trace: [DbEntityValidationException: Validation failed for one or more entities. See 'EntityValidationErrors' property for more…
Tiago Lopes
  • 95
  • 1
  • 6
1
2 3
8 9