Search the Community
Showing results for tags 'prestshop'.
-
Hello, I’m trying to store Product with Feature using Prestashop Webservice API. I’m using following end-points for this process. Product insert - http://localhost/prestashop_16/api/products?schema=synopsis Feature Value- http://localhost/prestashop/api/product_feature_values?schema=synopsis I tried following two ways: Try 1 Step 1- First Add feature value with following request. URL : http://localhost/prestashop/api/product_feature_values?schema=synopsis Request Body : <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <product_feature_value> <id_feature required="true" format="isUnsignedId">1</id_feature> <custom format="isBool">1</custom> <value required="true" maxSize="255" format="isGenericName"> <language id="1" xlink:href="http://localhost/prestashop_16/api/languages/1" format="isUnsignedId">My Feature from web service</language> </value> </product_feature_value> </prestashop> Result: 1. Entries are made in 'feature_value' and 'feature_value_lang' tables but not in feature_product 2. I got the returnid of id_feature_value. STEP 2- I use the return id of id_feature_value in this products API: URL : http://localhost/prestashop_16/api/products?schema=synopsis Request Body : <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <product> <price required="true" format="isPrice">1100</price> <link_rewrite required="true" maxSize="128" format="isLinkRewrite"><language id="1" xlink:href="http://localhost/prestashop_16/api/languages/1" format="isUnsignedId" >www.ankit_100.com</language></link_rewrite> <name required="true" maxSize="128" format="isCatalogName"><language id="1" xlink:href="http://localhost/prestashop_16/api/languages/1" format="isUnsignedId" >External Hard disk</language></name> <associations> <product_features node_type="product_features"> <product_features> <id required="true">1</id> <custom>1</custom> <id_feature_value >1</id_feature_value> </product_features> </product_features> </associations> </product> </prestashop> Result- Entries are made in feature_product and feature_value, but not in feature_value_lang Try 2 Add all the param in single request : URL : http://localhost/prestashop_16/api/products?schema=synopsis Request Body : <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <product> <price required="true" format="isPrice">1100</price> <link_rewrite required="true" maxSize="128" format="isLinkRewrite"><language id="1" xlink:href="http://localhost/prestashop_16/api/languages/1" format="isUnsignedId" >www.ankit_100.com</language></link_rewrite> <name required="true" maxSize="128" format="isCatalogName"><language id="1" xlink:href="http://localhost/prestashop_16/api/languages/1" format="isUnsignedId" >ankit_104</language></name> <associations> <product_features node_type="product_features"> <product_features> <id required="true">1</id> <custom>1</custom> <id_feature_value xlink:href="http://localhost/prestashop_16/api/product_feature_values/" required="true"> <product_feature_values> <product_feature_value> <id_feature required="true" format="isUnsignedId">1</id_feature> <custom format="isBool">1</custom> <value required="true" maxSize="255" format="isGenericName"> <language id="1" xlink:href="http://localhost/prestashop_16/api/languages/1" format="isUnsignedId">Hello My Feature from web service</language> </value> </product_feature_value> </product_feature_values> </id_feature_value> </product_features> </product_features> </associations> </product> </prestashop> Result : Not getting any feature value in feature_value_lang table. Can anyone pinpoint the mistake in any of above two approaches?
-
My current left category in search is like this Is there any way to change it to nested category which is when clicked will expand? Before click After click Thanks!!
-
I have a client that required advances supplier management and customer management. Here is a list of the functionality the customer requires: Customer Facing Side- Functions needed 1. Place Orders- With Purchase Order 2. Get order status BY Purchase Order 3. Download Invoices, T& shipping tracking (Native to Prestashop) 4. Download Credit Card Receipts 5. Product Search (native to Prestashop) Admin SIDE 1 Manually Place orders for customers (New in 1.6) 2 Notify US if order is placed online 3 Automatically update statuses 4 Track Inventory 5 Place Vendor orders 6 Customizable or Tiered Pricing 7 Connect to Quickbooks online I realize some of the functionality is native to Prestashop, but the supplier management of placing supplier orders automatically, the Purchase Orders from customers, and the quickbooks connection are not. Has anyone done a similar solution and what modules did you use? Any push in the right direction would be helpful, I am not opposed to hiring this out to a development team that has done this. Thanks, Craig
-
Hi, Could some one tell me whats gone wrong with this website, the 'featured products' module seems to have a gap in it and I dont know how or why? Many thanks for your help. Dd I have attached 2 images the first is the website demo (what it should look like) and the second, what mine looks like, many thanks again.
- 7 replies
-
- featured products
- setup
-
(and 2 more)
Tagged with:
-
Buenas tardes, estoy introduciendo un nuevo catálogo en mi web. Por un lado tengo los productos en un csv y por otro las imágenes. Bien, las imágenes se nombran mediante la id, un guión y otro número que no se de donde sacarlo... En la tabla ps_product no aparece. Por ejemplo, tengo una imagen llamada 173-935.jpg ¿De qué tabla y de qué campo saco el segundo número? A ver si podeis echarme una mano. Gracias
-
Hi I want to modify the prestashop script Page Shopping Cart Example: http://demo-store.prestashop.com/en/quick-order As in the case of page requests in the Control Panel Link:http://www.prestashop.com/demo/demo/index.php?controller=adminorders&id_order=1&vieworder&token=a144464ab71338ef87b31a5ebe66f308 Which is in the basket page text box Writes the first three letters of the name of the product shows the product and we choose then shows data and enter the The amount and give added Image Is attached --------------------------------- Sorry for bad writing