문제

I created 2 shop with:

localhost:81/prestashop/ (default) and

localhost:81/prestashop/quanao/

i write module to list all shop link into backend office.

how to get 2 above link in custom module?

Best regards!

도움이 되었습니까?

해결책

The following code will return an array with all the information:

Shop::getShops();
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top