Questions tagged [volusion]

Volusion is an online store builder.

Volusion is an online store builder.

Most questions here will be related to AngularJS and/or the Volusion Storefront API with documentation at http://docs.volusion.apiary.io

122 questions
4
votes
1 answer

How to edit product detail page in volusion

As per client requirement we need to change designing of product detail page in volusion framework. I tried to find in admin panel (Top nav - Design -> File editor) but i am unable to find it. Please suggest solutions.
Ravi Majithia
  • 276
  • 4
  • 11
4
votes
1 answer

Is there a way to programmatically reset exported orders in the Volusion API?

I have a small python script that repeatedly makes requests to the Volusion API to extract columns from the Orders table. I repeatedly send my HTTP request, because Volusion only returns the first 200 records each time. I send until I receive an…
3
votes
1 answer

How to create new categories in Volusion using Volusion API

Actually I have a store and importing products and categories both from my vendor store to my store, the products are inserted and updated successfully but the categories are not inserted and updated. I want to create/add new category through…
user5588597
2
votes
1 answer

Google Customer Review script code (Estimated Delivery Date)

I'm implementing the Google Customer Review script on my ecommerce's "Thank You" page. The only problem is that I can't pull a date 1 month from current month to show up on "estimated_delivery_date". Everything else is working fine. The date has to…
Fernando
  • 95
  • 10
2
votes
1 answer

How to add a hover delay on a menu for a Volusion site?

First of all, I'm using Volusion. Here's my website: www.gtsimulators.com So if you're familiar enough with it, you will know that it is pretty limited for customization. Here's the thing I'm having trouble to figure it out: I need to add a slight…
Fernando
  • 95
  • 10
2
votes
1 answer

How to Add/Import/Insert new products to Volusion using Volusion API in PHP with cURL

Could you help me to understand how to add new products to Volusion using the Volusion API in PHP with something like cURL? Any useful links will be appreciated.
Debugger
  • 491
  • 4
  • 21
2
votes
2 answers

Volusion's generic SQL folder, functionality

I found this response very helpful How to write join query in Volusion API What I'm looking for is a way to add my own .SQL and .XSD files to the /vspfiles/schema/Generic folder and be able to pass parameters to it. Does anyone know if that's…
2
votes
1 answer

How to customize Volusion Templates without access to .ASP files

We had a client ask us to redisign their Volusion site. I understand that Volusion gives you access to, basically, 1 main HTML file and a small handfull of CSS files. But, if I understand correctly, they do NOT give you access to edit the .ASP files…
Michael Romrell
  • 1,026
  • 5
  • 15
  • 31
2
votes
0 answers

Volusion API - Retrieve Daily Unprocessed Ordres

The answer to my question should be relatively simple - but I can't seem to find a simple answer. I'm trying to find a way to regularly connect to Volusion API to retrieve orders in a manner that assures no duplicates and no missing orders. …
2
votes
1 answer

With jquery remove both a span and the next 2 characters

I am trying to remove an element from a volusion page where I don't have access to large parts of the code. I can remove some stuff using jquery, but there are elements outside of the span I can't get rid of. Quantity…
1
vote
1 answer

How do I setup WooCommerce's product options to operate like Volusion's option system?

We are migrating a Volusion website to WooCommerce. The administrator of that site loves the fact that add-ons are a separate entity, managed independently. I'll try to explain how Volusion allows this through an example. For example, an option…
hdwebpros
  • 528
  • 3
  • 7
  • 20
1
vote
0 answers

How to hide categories using xml and volusion API

I have a store in which I want to hide all those categories on bases of its products have. For this purpose i have local DB in which I save all the products and its categories. After all I have develop a script that I get the count of products in…
Doulat Khan
  • 493
  • 5
  • 24
1
vote
0 answers

Warning: DOMDocument::save() [domdocument.save]: xmlEscapeEntities : char out of range

I have while loop and which is has 20 iterations. In one iteration it make of 500 products in XML format. It works fine when the products are 200, but if I decrease the products then it need to 50 iterations, which gives time exceed error. I don't…
Doulat Khan
  • 493
  • 5
  • 24
1
vote
1 answer

How to add and update categories in Volusion using Volusion API

Actually I have a store I am importing products to my store all the product data is insert and update well but the only categories id is not insert and update. This is my XML code with name dataPro.txt.
Doulat Khan
  • 493
  • 5
  • 24
1
vote
2 answers

Product Import/Insertion using Volusion API

I am trying to Import/insert my products to my product table in volusion through the Volusion API I have used the sample PHP code provided by Volusion. $file = file_get_contents('C:\Users\Ray\Desktop\3.txt', true); // Create the Xml to POST…
user5811454
1
2 3
8 9