eCommerce - How do I find the correct full URL for product catalog page?

Options

I need to link to a specific eCommerce catalog page (one of the pages from the pull down menu that displays multiple similar products) from our homepage, which is not hosted on Convio. How do I grab a product catalog page URL?

Tagged:

Comments

  • If you go to your store and go to that page, you should just be able to graph the URL from the browser's location bar

    This is what our catalog page URL looks like:

    https://secure2.convio.net/sierra/site/Ecommerce?store_id=1621&FOLDER=1221

    The FOLDER parameter I assume is the ID of the catalog (there are various other parameters you might see, but only those two seem to be required).

    You'd want it to be

    https://secure2.convio.net/yoursitename/site/Ecommerce?store_id=yourstoreid&FOLDER=yourfolderid

    If for some reason you can't view your store catalog's locations in a browser, then you could also grab the ID by going to the Admin area, and "viewing source" of the store's "3. catalog information" page.

    In the source, you would need to search for the catalog name, and look for the nearby hidden input field. Something like:

    Finally, you could probably create a page builder page, create a link to the particular catalog, publish the page, and then copy the link by right clicking on it in the browser (copy link/shortcut).

Categories