Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Mar 2009
    Posts
    13
    Plugin Contributions
    0

    Default Need help with URL shopping carts!

    I have Zen Cart 1.3.8a. I just installed it and am having trouble switching the old site to the new site. I must maintain the same URL's and content. Can someone help me with this? This is my first time setting up a shopping cart.

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

    Default Re: Need help with URL shopping carts!

    What system were you using before ZC?

    ... and why is it so important you retain the same URL's? I don't think this will be possible, because ZC is DYNAMIC... the URL's are generated on the fly via the PHP code, after a whole lot of parsing is done.
    20 years a Zencart User

  3. #3
    Join Date
    Mar 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help with URL shopping carts!

    They are nothing but static pages and I had them call to order the "one" product that I sell. I am now trying to set up the shopping cart with the same URL's. It is a website of about 30 pages for now. Is there a way to try and rewrite URL's or something?

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

    Default Re: Need help with URL shopping carts!

    This is not possible. ZC is too complex to start developing procedures like this.

    Why do you need to do this? Explain what you are trying to achieve?

    Once you have ZC up and running, your HTML site becomes obsolete.
    20 years a Zencart User

  5. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Need help with URL shopping carts!

    Yes, with only about 30 pages you can redirect those old product pages to the new ones. Depending on how your current site is structure, there can be more than 1 methods that will work for you.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Need help with URL shopping carts!

    I think I appreciate your worries...

    Zencart does not work with static html pages.

    There are fundamentally TWO major components to zencart:-

    1. The PHP programming files.
    2. The MySQL database.

    The programming (PHP) "cobbles" or "builds" html pages on-the-fly, putting together scores (if not hundreds) of bits of the page together from a variety of places - much of the information being stored in the database.

    The pages are "built" on-the-fly according to what the viewer wants to see. When the viewer goes to another page, the one he was on "evaporates". It is not stored anywhere.

    You now need to take all your current "html" product pages, and get all that data into the database.

    When you have done that (by adding products via the ZC admin console). you can delete your html pages.
    20 years a Zencart User

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

    Default Re: Need help with URL shopping carts!

    Quote Originally Posted by yellow1912 View Post
    Yes, with only about 30 pages you can redirect those old product pages to the new ones. Depending on how your current site is structure, there can be more than 1 methods that will work for you.
    Yes... I was going to discuss this - but it's really the opposite of what you originally suggested.

    What Yellow1912 is saying is that once you have your ZC set up, it is possible to direct your static product pages to your ZC pages.

    For example, you have the following static page:

    www . yoursite . com / products / product_page1.html

    Now, when you have set up ZC, the URL to the same product in ZC might look like:

    www . yoursite . com / index.php?main_page=product_info&cPath=65_87&products_id=313

    ... so THIS becomes your new link.
    20 years a Zencart User

  8. #8
    Join Date
    Mar 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help with URL shopping carts!

    The main reason for me doing this is for SEO purposes so that I don't lose my page rank and traffic. How then, can I place my old content into the database so that it will pulled correctly and is there a way to change the URL?

    From:
    index.php?main_page=index&cPath=2
    To:
    instructions.php or .html, (i know u can have .html with php code embedded by editing the .htaccess file)

    If this doesn't work, I will have to go ahead and purchase a shopping cart software. The only problem with this is that it needs to be in Spanish! My whole site is in Spanish, and I have yet to find good shopping cart software that is completely translated into Spanish from start to finish.

    Also, I would like to have some kind of reference page where I can completely edit any part of the site, and where to locate the file to update. I am having a little trouble editing the layout. Thanks in advanced guys!

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Need help with URL shopping carts!

    AH... so now we have your main concern... SEO.

    The search engines will index your ZC site, and (if you install and configure helpful tools for search engines such as XML sitemaps), the search engines will index the site very quickly.

    In time (sooner rather than later) your ZC pages will rank equally to your HTML pages.

    So... keep your static pages up there for a while, but on each of them you now need to include a link to their equivalent ZC page, as I suggested above.
    20 years a Zencart User

  10. #10
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Need help with URL shopping carts!

    okie, to answer your 2 questions:
    1. it is possible to keep those urls for the static pages you have, it will involve some work
    2. it is also possible to do 301 redirection from old links to new links, it will take a while tho, to get the page rank back.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Need help with Google Shopping Integration
    By VBE-1 in forum General Questions
    Replies: 1
    Last Post: 21 Oct 2012, 07:04 AM
  2. Need help with Shopping Cart Class
    By foreverdita in forum General Questions
    Replies: 0
    Last Post: 26 Nov 2010, 04:52 PM
  3. Help shopping carts not showing £££ in shop
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Jan 2009, 04:21 AM
  4. Need Help with Shopping Cart
    By hamspots in forum General Questions
    Replies: 2
    Last Post: 19 Jan 2009, 03:18 AM
  5. Replies: 5
    Last Post: 30 Dec 2007, 04:26 AM

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