Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default How do you export product URL's?

    I am setting up my products into a Google Merchant template XLS file and one column requires the URL's to the products. I have not found a way to do this in Zen Cart. I have tried 'Excel Populate' but that 1) Does not export all categories at once, and 2) I tested exporting one, and the 'URL' column does not get populated

    I also have Easy Populate 4 but that does not do URL's from what I can tell.

    The plugins I am seeing to feed Google Merchant have had errors and errors for 1.5.3 and no fixes are in progress from reading the latest forum posts on the support threads.

    Does anyone know how I can export URL's? Better yet, a working Google Merchant Center feeder for 1.5.3?

    Thank you!

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: How do you export product URL's?

    Effectively what would work would be to export the result of using a combination of zen_href_link and the desired/necessary server name to begin the link. Otherwise, the address can be put together using other available data thatmay be in a spreadsheet, products_id, and category information in conjunction with the product type information or applicable main_page that goes with what is being presented. Unless you are trying to do this through a uri rewriter, which adds a little more to the complexity.

    EP4 does not at this time export the uri, but that could be modified to suit. What uris are you after? Sounds like definitely products, but the categories specific uri as well?

    I thought there was a google feed type plugin that might require a little updating otherwise that would suit.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default Re: How do you export product URL's?

    Hmm, I am not sure if I grasp what you have suggested. Do you mean putting all this together from the database tables themselves?

    I can easily just append the server name to a combination of data in other columns, but what about the URL's that use subcategories? An example would be servername:///index.php?main_page=product_info&cPath=312_322&products_id=611 (ones with underscore to separate category to subcategory)

    I was thinking of just using an Excel formula to build all the product URL's, (servername + category + products_id) but ran into a snag when I realized a lot of the products are in subcategories such as the example above
    Last edited by jokkah; 27 Oct 2014 at 07:50 PM.

  4. #4
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: How do you export product URL's?

    Technically all that is needed for those is the last category. The product type is still important if you are using any product type other than the default product type 1 (product_info) but yes, could just use the data from myphpadmin to create the uri. Afterall that's all that really happens anyways, it's just done through functions and procedures to give a consistent method.

    Try going to that product omitting the 312_ and open a browser next to it, with the uri above. What's the difference between the two other than the uri?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default Re: How do you export product URL's?

    Quote Originally Posted by mc12345678 View Post
    Technically all that is needed for those is the last category. The product type is still important if you are using any product type other than the default product type 1 (product_info) but yes, could just use the data from myphpadmin to create the uri. Afterall that's all that really happens anyways, it's just done through functions and procedures to give a consistent method.

    Try going to that product omitting the 312_ and open a browser next to it, with the uri above. What's the difference between the two other than the uri?
    Ah. I see.

    Well, removing the 312_ goes to the product, but the breadcrumb is omitted. Also, on the left side of the page where the categories are listed, it doesn't drill down in a 'tree' format to see the category all the way to sub or sub-sub category. I suppose this is ok for Google Merchant because you can still purchase the product from that page?

  6. #6
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: How do you export product URL's?

    Would generally agree, but may cause some confusion to a visitor... Almost done with a mod to EP4 to incorporate/add the uri to the full products export, and will duplicate something similar for categories. Looking at this being switchable from the EP4 configuration menu so that it is something that can be turned off (faster processing) if not desired to include. Doing this instead of creating a new export option as it seems somewhat more appropriate.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. ARGH! Feed Export>Need Product URL for Amazon Product Ads!
    By fwood in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 20 Sep 2014, 02:57 AM
  2. v151 a new URL router (SEO URL if you will) on it's way
    By pasi in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Jan 2014, 08:17 AM
  3. How do you completely uninstall/remove Ultimate SEO URL's Mod
    By wmorris in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 27 Apr 2011, 10:03 PM
  4. How do you I generate the full url of a product in a script that resides in admin?
    By david_johns in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Jul 2010, 03:31 AM
  5. How Do You Export emails?
    By DivaDesignz in forum General Questions
    Replies: 1
    Last Post: 28 Mar 2009, 06:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg