Daniel Posted January 19, 2018 Share Posted January 19, 2018 Cześć, wie ktoś może jak pobrać url do obrazu dla produtku poprzez api prestashop? Używam tej paczki do komunikacji z api: https://github.com/PrestaShop/PrestaShop-webservice-lib. Kiedy pobieram obrazy używając takiej składni: $opt['resource'] = 'images/products'; $opt['display'] = 'full'; $xml = Prestashop::get($opt); $json = json_encode($xml); $array = json_decode($json,TRUE); dd($array); dostaje response z samymi ID obrazów, bez żadnych atrybutów, po których mógłbym wyciągnać obraz ;/ Jakieś pomysły? 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