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
0
votes
1 answer

Applying a global font to volusion template

I received a ton of help from a previous question and used: html * {font-family: Helvetica !important;} But for some reason it still doesn't change in the product descriptions. Everywhere else it is working fine. I see !important used a lot and…
0
votes
1 answer

Append div not being triggered

I'm trying to add a div right after the product's name by using append. Here's the code I have: var txt1 = "
"; // This is the DIV $('#v65-product-parent > tbody > tr:nth-child(1) > td >…
Fernando
  • 95
  • 10
0
votes
2 answers

Hover over thumbnail image and overlay with a transparent magnifier image

First of all, I'm using Volusion. Here's a sample for a category page of my website: http://www.gtsimulators.com/Somso-Models-s/87.htm So if you're familiar enough with Volusion, you will know that it is pretty limited for customization. Here's the…
Fernando
  • 95
  • 10
0
votes
1 answer

How to hide out of stock products and its categories in Volusion

I have Volusion store I want to do the following, If it is possible?? If Qty = 0 (out of stock) do not display the product as well as it category. When Qty changes display. (this will eliminate clutter) If Product in Category = 0. Do not display…
Doulat Khan
  • 493
  • 5
  • 24
0
votes
1 answer

Volusion: How to show all products in home page?

I have a Volusion store I assign categories to all products so the products are just shows in their concern categories. I want to show all products in my home page when first time my store load. I tried to assign admin but no option is there.
Doulat Khan
  • 493
  • 5
  • 24
0
votes
0 answers

Volusion: Images not shown on front end

I have uploaded my all images to the folder vspfiles/photos through FTP in Volusion but they are not shown on front end. I have already added the products to Volusion but it did not assign images to the relative products. Relative products means:…
Doulat Khan
  • 493
  • 5
  • 24
0
votes
1 answer

How to add and update images or image url 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 image or image URL is not insert and update. This is my XML code with name dataPro.txt.
Doulat Khan
  • 493
  • 5
  • 24
0
votes
1 answer

How to import categories and images in Volusion using Volusion API in PHP

Actually i am trying to import products to my volusion store via Volusion API using PHP cURL method, the products are insert and update successfully but there is an issues with category and images. images and categories are not inserted. When i…
Doulat Khan
  • 493
  • 5
  • 24
0
votes
2 answers

API Integration for ProductSync in volusion

Here is the method provide by Volusion support for ProductSync but the code in C# i want to implement in PHP but how to implement it i don't know. https://support.volusion.com/hc/en-us/articles/209637767-API-Integration-ProductSync-Developer- So…
Doulat Khan
  • 493
  • 5
  • 24
0
votes
1 answer

how to write insert, update and delete queries in volusion

Here is the order insertion method via SQL query ... How to connect Volusion DB without using admin panel I want that how to write insertion SQL query for product. Is it same like the order or different?? Also i am totally confuse that which type of…
Doulat Khan
  • 493
  • 5
  • 24
0
votes
0 answers

How to Integrate my web Service/Script to the volusion API

I develop a web service/script in php that retrieve data from my vendor site in json format. i convert that data into XML and pass to my Volusion API for import/Insertion But it just return 1. I don't know why the product is not inserted when i…
Doulat Khan
  • 493
  • 5
  • 24
0
votes
2 answers

sending insert request to volusion API does not work and return 1

It return just "success1". here is my code and xml file. Please anyone help me why the product is not imported to volusion. When i run this code it just return 1. i don't know what is the problem and product is not inserted.
Doulat Khan
  • 493
  • 5
  • 24
0
votes
0 answers

Volusion Category template generated dynamically

I am new to Volusion and want to be able to add unique id to each product div, table and image section while in the category page. For more understanding please see this link: http://v2283470.kdqp7pdbwqns.demo48.volusion.com/category-s/101.htm I…
0
votes
1 answer

Volusion Template Issue "Add to cart to see price"

On my Volusion store, when I use "Add to cart to see price" I've got a real problem with overflow and placement of the text. See screenshot I've dug through the template HTML and CSS files and can't find where the code is to display this. I can't…
0
votes
2 answers

Volusion API / Import XML for tracking information curl/php?

I have an XML file I can auto generate and upload daily. And I wish to take that XML and automatically update/close the orders in Volusion and add the tracking number... I have the API credentials, encrypted PW, etc. and I have this XML, but I am…
M21
  • 343
  • 3
  • 14
1 2 3
8 9