Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default product page URL's

    zc1.50

    I'm trying to put together a CVS file to upload to Nextag and one of the things I need is the url for all of my products....that's over 5k urls

    Anyone know how I can download a list of all of my product page URL's?
    Is there a way to have all of my product page URL's with a full EP Download?

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: product page URL's

    Quote Originally Posted by Serious View Post
    zc1.50

    I'm trying to put together a CVS file to upload to Nextag and one of the things I need is the url for all of my products....that's over 5k urls

    Anyone know how I can download a list of all of my product page URL's?
    Is there a way to have all of my product page URL's with a full EP Download?
    Andrew Berezin's SITEMAP-XML module will create an XML file of all your products.

    MS Excel Ver 2007 will IMPORT an XML File, from which you can then extract the lines you need.

    This is what ONE LINE of the generated products.xml file looks like:
    Code:
     <url>
      <loc>http://www.domain.com/index.php?main_page=product_info&amp;products_id=374</loc>
      <lastmod>2012-12-17</lastmod>
      <changefreq>monthly</changefreq>
      <priority>1.00</priority>
     </url>
    As a line of CSV after importing the xml into Excel:

    "http://www.domain.com/index.php?main_page=product_info&products_id=374","17/12/2012","monthly","1"
    Last edited by schoolboy; 31 Dec 2012 at 03:26 PM.
    20 years a Zencart User

  3. #3
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: product page URL's

    I did find the sitemap.xml file under public_html but unfortunately if won't work for me.

    It shows all the URL's, but there's no no way to match them to product model numbers.
    I have Ceon URI Mapping installed so it get's a little more complicated.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: product page URL's

    You could then try Google Merchant Feeder which also generates an XML file...

    Code:
         <item>
          <title><![CDATA[Numbers Up Teachers Question and Answers Flipbook]]></title>
          <g:id><![CDATA[513]]></g:id>
          <g:price>19.99</g:price>
          <g:availability>in stock</g:availability>
          <g:brand><![CDATA[Eduk8]]></g:brand>
          <g:condition>new</g:condition>
          <g:product_type>Numeracy</g:product_type>
          <g:image_link>http://www.eduk8worldwide.com/bmz_cache/0/0efab5161686b4c2c55f18ca9c532bed.image.750x463.jpg</g:image_link>
          <g:expiration_date>2012-10-19</g:expiration_date>
          <link>http://www.eduk8worldwide.com/index.php?main_page=product_info&amp;products_id=513&amp;currency=GBP</link>
          <g:mpn><![CDATA[NUPTQAY/1]]></g:mpn>
          <g:currency>GBP</g:currency>
          <g:payment_accepted>Cash</g:payment_accepted>
          <g:payment_accepted>Check</g:payment_accepted>
          <g:payment_accepted>Visa</g:payment_accepted>
          <g:payment_accepted>MasterCard</g:payment_accepted>
          <g:payment_accepted>AmericanExpress</g:payment_accepted>
          <g:payment_accepted>Discover</g:payment_accepted>
          <g:payment_notes>PayPal</g:payment_notes>
          <description><![CDATA[This popular unique, Teachers 9 digit flip book, has been expanded and now includes the following features:      Printed in yellow for ease of identification.    Printed tab system enables correct selection of cards    contains all conventional maths symbols    Contains digits 0 -9    Built in Stand    Use for Addition, Subtraction, Multiplication, Division, Place Value, Decimals, Percentages, Sequencing, Missing Numbers, More than, Less than, Number Bonds, Negative Numbers, Digital Time, Money and much more!    Ideal for Mental Agility    Suitable for all ability levels    Quick and easy to create questions and answers    ideal for individual, group or front of class use.    Durable, wipe clean laminated finish. Size: 56cm x 14cm  ]]></description>
          <g:google_product_category><![CDATA[Toys & Games > Toys > Educational Toys]]></g:google_product_category>
        </item>
    20 years a Zencart User

  5. #5
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: product page URL's

    I've got the GMF installed but I don't know where to find the .xml file.

    ARRRRRGGGHHH!!!

  6. #6
    Join Date
    Oct 2008
    Posts
    254
    Plugin Contributions
    0

    Default Re: product page URL's

    It's in your Admin under Tools > Google Merchant Center Feeder.

    Click the "Confirm" button and it will generate the products xml by default. Then you can save the link that appears under "Available Files" on that same page.


    If it helps I personally use the 'Easy Populate CSV for ZC 1.5' module and use the "Download Froogle tab-delimited .txt file" option.

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: product page URL's

    Quote Originally Posted by Serious View Post
    I've got the GMF installed but I don't know where to find the .xml file.

    ARRRRRGGGHHH!!!
    You really ought to spend time learning how to use the mods you install... otherwise what's the point?
    20 years a Zencart User

  8. #8
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: product page URL's

    Quote Originally Posted by schoolboy View Post
    You really ought to spend time learning how to use the mods you install... otherwise what's the point?
    You really should consider not posting if if you aren't going to offer any assistance.

    Please feel free not to respond to any of my questions or comments.

    Perhaps you need to learn how to use the Ignore feature.

  9. #9
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: product page URL's

    Quote Originally Posted by Kenichi View Post
    It's in your Admin under Tools > Google Merchant Center Feeder.

    Click the "Confirm" button and it will generate the products xml by default. Then you can save the link that appears under "Available Files" on that same page.


    If it helps I personally use the 'Easy Populate CSV for ZC 1.5' module and use the "Download Froogle tab-delimited .txt file" option.
    I'm currently using EP4. I thought the previous versions of EP wouldn't work with ZC1.5x

 

 

Similar Threads

  1. v139h On 'product list page' I need an extra icon to appear when the product has an url.
    By post.carlos in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Apr 2012, 11:16 PM
  2. Product page title reads url
    By djmyster-e in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2009, 08:16 AM
  3. Trying to add a URL to a product page
    By thesoundsmith in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Nov 2009, 06:17 AM
  4. open product url in new page
    By dannyd in forum General Questions
    Replies: 3
    Last Post: 2 Mar 2009, 11:22 PM
  5. How would I change Product URL in Product Type Info Page to a different name
    By wtashby in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Nov 2008, 11:11 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR