Jump to content

Api prestashop - pobranie linku do obrazu dla produktu


Daniel

Recommended Posts

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 ;/

5a61cc4288388_ScreenShot01-19-18at11_44AM.PNG.00cf915ecbb915894cb965416c297ccd.PNG

Jakieś pomysły?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...