Comments 2Marceline started the conversationJuly 31, 2023 at 3:09pmHello good people in the MarketKing land!I got an unexpected returns from the above function. User ID 6 is a vendor. When i execute echo marketking()->get_store_link(6); i get store link, eg, "https://hellostore/store/toystore". But when i execute echo marketking()->get_store_content_by_url(marketking()->get_store_link(6));i get "There is no store here..."I wonder what went wrong. : 2,281WebWizards repliedJuly 31, 2023 at 5:12pmHello Marceline,The function marketking()->get_store_content_by_url uses only the vendor's unique URL, so you should use: marketking()->get_store_content_by_url('toystore');(without the https://hellostore/store/ part).Kind regards,Stefan1 Like 2Marceline repliedAugust 1, 2023 at 2:03pmthankyou sir. very helpfulmarcie.1 Like Sign in to reply ...
Hello good people in the MarketKing land!
I got an unexpected returns from the above function. User ID 6 is a vendor. When i execute
i get store link, eg, "https://hellostore/store/toystore". But when i execute
i get "There is no store here..."
I wonder what went wrong. :
Hello Marceline,
The function marketking()->get_store_content_by_url uses only the vendor's unique URL, so you should use:
(without the https://hellostore/store/ part).
Kind regards,
Stefan
thankyou sir. very helpful
marcie.