Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在定制我的大型商业商店...我需要一个独立于产品类别的产品页面。
我正在尝试产品页面的以下 URL,但它显示“找不到页面”。
%%GLOBAL_ShopPathNormal%%/products。
我需要 URL 来重定向到产品页面。请帮忙。
%%GLOBAL_ShopPathNormal%% 为您提供商店网址(非 SSL 版本)。导航是基于类别的。你正在尝试的将不起作用。也许,你可以破解这个 - 创建一个名为“产品”的类别并将所有产品添加到其中。然后,当您导航到 URL (storeurl/products) 时,它应该列出所有产品。