volusion

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

无人久伴 提交于 2019-12-25 16:42:17
问题 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 open my admin the categories and images are not assign. Untill i assign by manual then it show on front end. Anyone knows please help me. My code as under.. My XML file.. <?xml version="1.0" encoding="utf-8"?> <product> <productcode>960BX2SSD1<

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

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 07:38:37
问题 I'm developing a Volusion site, and as a method of adding items to the cart, I want potential customers to be able to enter a product code to automatically add that product to the cart. So, I need a form that will completely replace what's in the address bar with: http://www.yourvolusionstore.com/ShoppingCart.asp?ProductCode= And then I need a field where they put in the product code and the code gets added at the end...I've been browsing for an answer to this everywhere, but nothing seems to

Could not select LastLogin field from volusion store generic customers table

送分小仙女□ 提交于 2019-12-13 06:51:27
问题 I have a PHP application which connects to a Volusion store and exports customers details using query string. But I can't select the LastLogin field from customers table, it does not show in the XML data. My query string is as follows: $url="http://www.domain.com/net/WebService.aspx? Login=jusername&EncryptedPassword=7602B3272D929D17B5138382F2AE4F4C6102A12AEB1F476293C16A5F731949B6&EDI_Name=Generic\Customers&SELECT_Columns=CustomerID,LastLogin"; When I run the query I get results with fields

Volusion API generic product export, product image missing

不羁岁月 提交于 2019-12-13 01:26:27
问题 i am using Vollusion Api To get Product information, using the below URL to export data. http://www.example.com/net/WebService.aspx?Login=mylogin&EncryptedPassword=mypaasword&EDI_Name=Generic\Products&SELECT_Columns=*,pe.PhotoURL_Large,pe.PhotoURL_Small,pe.PhotoURL_Large. This URL Exports other product information to XML file, but not the product Image. Plzzz help if any one know about it. 回答1: The reason why there is no image data returned is because you most likely do not have any url data

Product Import/Insertion using Volusion API

落花浮王杯 提交于 2019-12-12 09:15:06
问题 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 to the Webservice $Xml_to_Send = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"; $Xml_to_Send .= "<Volusion_API>"; // $Xml_to_Send .= "<!--"; $Xml_to_Send .= $file; // $Xml_to_Send .= "\"\""; // $Xml_to_Send .= "-->"; $Xml_to_Send .= "</Volusion_API>"; $url

Ajaxify shopping cart in volusion

血红的双手。 提交于 2019-12-12 03:19:56
问题 I am working on a template on Volusion, my question is, can the "add to cart" button there be ajaxified? <div id="custom-buttons"> <div id="custom-cart"> <a href="ShoppingCart.asp"> <input class="vCSS_input_addtocart" type="image" src="/v/vspfiles/templates/248/images/buttons/btn_addtocart.gif" name="btnaddtocart" alt="Add to cart" border="0" data-image-path="/v/vspfiles/templates/248/images/buttons/btn_addtocart.gif"/> </a> </div> That is the code, the button itself works, but it takes me

Volusion import product using API

落花浮王杯 提交于 2019-12-11 19:24:22
问题 I have implemented solution for import product using XML. Code is working fine but the category is not assigned to product. Here is my sample XML file for import product. <?xml version="1.0" encoding="UTF-8"?> <Import> <Products> <ProductID>360</ProductID> <productcode>0035</productcode> <vendor_partno>035</vendor_partno> <productname><![CDATA[product 1]]></productname> <listprice>6.95</listprice> <productprice>2</productprice> <vendor_price>3.83</vendor_price> <stockstatus>100</stockstatus>

How to connect Volusion DB without using admin panel

帅比萌擦擦* 提交于 2019-12-08 05:38:02
问题 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? 回答1: I found a workaround to this. You can create your own API calls with whatever SQL you want. First, you need to choose a filename to use....something like MyQuery. Then create a file named MyQuery.xsd, edit it with any text editor, paste in one of Volusion's sample XSDs

How to connect Volusion DB without using admin panel

落花浮王杯 提交于 2019-12-06 14:38:29
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? I found a workaround to this. You can create your own API calls with whatever SQL you want. First, you need to choose a filename to use....something like MyQuery. Then create a file named MyQuery.xsd, edit it with any text editor, paste in one of Volusion's sample XSDs (here is one https://support.volusion.com/hc/en-us/articles/209638947 note this file just has to exist in order

Product Import/Insertion using Volusion API

六月ゝ 毕业季﹏ 提交于 2019-12-04 18:55:49
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 to the Webservice $Xml_to_Send = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"; $Xml_to_Send .= "<Volusion_API>"; // $Xml_to_Send .= "<!--"; $Xml_to_Send .= $file; // $Xml_to_Send .= "\"\""; // $Xml_to_Send .= "-->"; $Xml_to_Send .= "</Volusion_API>"; $url = "http://.servertrust.com/net/WebService.aspx?Login=support@mysite.com&EncryptedPassword=1234&Import