nissnac Posted June 18, 2013 Share Posted June 18, 2013 Hello, How is it possible to read the reduced price of a product using web service? Using this "/api/products/1" returns me the regular price in the price data (according to the source code it should send the reduced price!) Using this "/api/products/1?price[my_price][use_reduction]=1" also returns me the regular price in my_price data.. Any solution ? Thank you in advance for the help ! I spent several hours on this I'm using Prestashop 1.5.4.1 1 Link to comment Share on other sites More sharing options...
nissnac Posted June 19, 2013 Author Share Posted June 19, 2013 No one to help me ?! Link to comment Share on other sites More sharing options...
nissnac Posted June 20, 2013 Author Share Posted June 20, 2013 (edited) Here are more details : The reduced price is calculated by adding a specific price (from tab Price> Specific Price) Here is how the product price looks like in front office: Yet both the web service requests mentioned in my first post returns: "/api/products/1" <price> <!--[CDATA[ 149 ]]--> </price> "/api/products/1?price[my_price][use_reduction]=1" <my_price> <!--[CDATA[ 149 ]]--> </my_price> I hope I was clear enough Thank you for your help! Edited June 20, 2013 by nissnac (see edit history) Link to comment Share on other sites More sharing options...
silentknight Posted July 3, 2013 Share Posted July 3, 2013 same problem! Link to comment Share on other sites More sharing options...
creatix Posted July 16, 2013 Share Posted July 16, 2013 Same problem here. It's ok with clean fresh install but not with upgraded 1,5 install. I don't understand... Link to comment Share on other sites More sharing options...
apositivo Posted August 5, 2015 Share Posted August 5, 2015 prestashop 1.6.1.0. same problem ! imposible GET specific_price in same WS product, only with the ID_PRODUCT in ws specific price Link to comment Share on other sites More sharing options...
diegonella Posted May 8, 2016 Share Posted May 8, 2016 with 1.6.1.5 and same problem Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now