MarlboroMan Posted June 21, 2016 Share Posted June 21, 2016 Hi When generating my price comparison site feed I get the price before discount instead of the Final price. I use <Price>{price_vat}</Price> in my feed. How do I change the {price_vat} to export the final price? Link to comment Share on other sites More sharing options...
MarlboroMan Posted June 22, 2016 Author Share Posted June 22, 2016 Where can I find the code to use the final price? Link to comment Share on other sites More sharing options...
NemoPS Posted June 22, 2016 Share Posted June 22, 2016 It depends, are you using a product object or array? Also, how do you get data? Product::getPriceStatic($id_product) should give you the final price Link to comment Share on other sites More sharing options...
MarlboroMan Posted June 22, 2016 Author Share Posted June 22, 2016 Hi Nemo Thanks for the quick reply. I'm not sure what the module use. I've installed the PrestaCenter XML Export Free Module. The template I'm using is as per below. <?xml version="1.0" encoding="utf-8" ?> <Offers> <Offer ps_block="product"> <Category>{categories}</Category> <ProductName>{name}</ProductName> <Manufacturer>{manufacturer}</Manufacturer> <ProductLongDescription>{description}</ProductLongDescription> <Price>{price_vat}</Price> <ProductURL>{url}</ProductURL> <ImageURL>{img_url}</ImageURL> </Offer> </Offers> Hope this helps. Link to comment Share on other sites More sharing options...
MarlboroMan Posted June 22, 2016 Author Share Posted June 22, 2016 Hi Nemo I've played around with some settings but have no luck. Did you manage to find anything that might help? Link to comment Share on other sites More sharing options...
NemoPS Posted June 24, 2016 Share Posted June 24, 2016 You cannot do it on that file, you need to find the php one that generates it, to see what method it uses to get product prices 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