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
1
vote
2 answers

SQL query for top 10 selling sku's by brand in Volusion

been messing with this query for Volusion store, trying to get top selling sku's by brand.... and I have done so, but how can I also show only the top 10 PER brand.... If I add a top 10 its just 10 rows period. select …
M21
  • 343
  • 3
  • 14
1
vote
1 answer

SQL sum after group by

I have a query that I built for Volusion, which is very limited in SQL abilities, such as I can't use temp tables, or even variables... which is how I would normally try to do this task. but, I have this query which gives me the info I need, but I…
M21
  • 343
  • 3
  • 14
1
vote
3 answers

How to connect Volusion DB without using admin panel

Looking for a way to connect a java based SQL program on my local computer to Volusion's SQL - so I can run reports without needing to use Volusion admin area import/export web page. Is there a way to accomplish this?
M21
  • 343
  • 3
  • 14
1
vote
1 answer

TSQL Group By Sum Where Like And > - the sum of all products that contain '%x%' > y, pull grouped keyid - Volusion - SQL Server 2008

SQL Server 2008 - This is my standard export OrderDetailID - OrderID - ProductName - TotalPrice - ShipDate 34 16 Green... 5.00 4/9/16 35 16 Green... 3.00 …
user5953173
1
vote
1 answer

SQL - Error "Opening Recordset"

Making an SQL export for Volusion and getting an error that causes a freeze on "Step 2 of 3 - Opening Recordset". SELECT od.ProductCode , SUM(od.Quantity) AS 'Total Units Sold' , SUM(od.TotalPrice) AS 'Total Payment Received' ,…
Levi Davis
  • 13
  • 3
1
vote
2 answers

Using a Form to Dynamically Change the URL in the Address Bar Part 2

Okay, so I asked a variant of this question before, but I think the thread has died at this point, and I have a followup question: Using a Form to Dynamically Change the URL in the Address Bar So, I was looking to find a way to use a form to quickly…
user1709061
  • 95
  • 1
  • 7
1
vote
0 answers

Stop one javascript file from executing, from a different javascript file

Is it possible to stop one javascript file from executing from a different javascript file? Eg. HTML jQuery UI Dialog functionality
yahya.j
  • 11
  • 2
1
vote
2 answers

Status of new Volusion API at http://docs.volusion.apiary.io/?

I came across this Draft documentation for a REST API for Volusion stores. Does anyone know the status of the API? Whenever I call it using any of the listed example calls, I get an error: An error has occurred. Please try your request again, or…
jrk
  • 656
  • 6
  • 16
1
vote
2 answers

Check if CDO e-mail is supported on Volusion Windows server

I am trying to use CDO to send e-mail through a Volusion Windows server. The ASP script I've written works fine on a GoDaddy Windows server so I know the script is correct but it doesn't work through Volusion. In that script, I had used GoDaddy's…
MillerMedia
  • 3,651
  • 17
  • 71
  • 150
1
vote
2 answers

Volusion API generic product export, product image missing

i am using Vollusion Api To get Product information, using the below URL to export…
Attarisoft
  • 155
  • 13
1
vote
5 answers

How can I dynamically add a class to 'body' using JavaScript only for the home page?

I added this to the head, but it's not working: The site is here: http://xotdr.unxpr.servertrust.com/ Volusion doesn't allow…
J82
  • 8,267
  • 23
  • 58
  • 87
1
vote
3 answers

Volusion form not sending email

I am new here and not sure if I am post this correctly. I have created a custom form for my site and when submitted it does not send an email to the email specified. I have searched and tried multiple things to try and get it to work. My form…
1
vote
1 answer

"Windows live email" set up for Volusion store website

I am trying to Migrate my emails from Volusion to Windows Live / Google Apps. Is that possible to create when my DNS host in Volusion ? Any one has experience in the same ? Thank you.
1
vote
1 answer

iOS app from data on a volusion website

For a company, they want me to create an iOS app that works like their website, but it's on the app store. They would like me to implement the store as well, so users can login/buy products within the app. However they haven't created this…
MrDiddly
  • 53
  • 5
1
vote
0 answers

Parse XML into a Slider from a URL - Volusion

We are currently trying to implement a slider into the e-commerce software Volusion. We would like to be able to port in several products including their name, price and picture dynamically as we want the information to change if a price changes. I…
devans1214
  • 41
  • 5
1
2
3
8 9