It's possible to get the categoryID/productID and build the URL by
inspecting the "Preview" pop up, below the "Save" button on category/product pages.
For example:
- Just created a new product. (Say its ID is 012345)
1. Open "Preview product" pop up
2. Right click >
Inspect element, over the product name. In the left panel, some lines above the highlighted one you'll see this line:
Code:
<div class="ecwid-productBrowser ecwid-productBrowser-ProductPage ecwid-productBrowser-ProductPage-012345">
3. Grab another's product URL of the same category:
http://www.example. com/#ecwid:category=67890&mode=product&product=999999
4. And replace the productID:
http://www.example. com/#ecwid:category=67890&mode=product&product=012345
Same goes for categories, except that the line you look for is:
Code:
<div class="ecwid-productBrowser ecwid-productBrowser-CategoryPage ecwid-productBrowser-CategoryPage-012345">
Hope this doesn't sound too difficult, it really isn't. I use it because I've disabled the ecwid navigation on my site, that has nothing to do with hidden categories or products. So this is just a workaround to build URLs in the back end.
BTW,
facebook links are a bit different.