Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2011
    Posts
    17
    Plugin Contributions
    0

    Default How do I find this data in the database?

    I was checking the products_description table and the url column is empty


    are the urls stored somewhere else?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I cant find the product url data in database

    The URL column is for remote manufacturer/product data links (if you have any), not for your site's product URL. Which are you looking for?

  3. #3
    Join Date
    Sep 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: I cant find the product url data in database

    Quote Originally Posted by gjh42 View Post
    The URL column is for remote manufacturer/product data links, not for your site's product URL. Which are you looking for?
    i look for the urls of the product in the browser url bar

    for example

    domain.com/red-nose-deer.html

    red-nose-deer.html is what I am looking for

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I cant find the product url data in database

    The URL for your product is built dynamically when it is needed, not stored anywhere.
    If you have an SEO mod that rewrites the URL, you will have to ask its author how to find it.

  5. #5
    Join Date
    Sep 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: I cant find the product url data in database

    Thanky ou for that answer.

    What about the usernames? I checked all the users tables and I could not find it. Zencart does not use usernames for users to log in, do users use only email and password?

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I cant find the product url data in database

    That's right, the e-mail address is effectively the username.

  7. #7
    Join Date
    Sep 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: I cant find the product url data in database

    what about the home address of customers?

    I can't find it in the customers table?

    I am seeing this in customer table

    customers_default_address_id

    is this where the adress is stored and in which table is full adress?

  8. #8
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: I cant find the product url data in database

    Quote Originally Posted by fendy View Post
    what about the home address of customers?

    I can't find it in the customers table?

    I am seeing this in customer table

    customers_default_address_id

    is this where the adress is stored and in which table is full adress?
    What are you trying to achieve going thru all the database tables like this?

    Try here: database schema
    Last edited by gilby; 13 Sep 2011 at 12:24 AM.

  9. #9
    Join Date
    Sep 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: I cant find the product url data in database

    Thank you for this link, the only puzzle in my database is this

    products_options_values_name need to connect with products_id

    products_options_values_name are for example

    wood, metal, plastic, glass

    I connected together
    products_options_id
    products_options_values_id
    products_options_values_name


    but I need to connect that to product id, and I dont know why

    My main product table in mysql has for each product product_id, so I need to connect this somehow to put everything in excel

  10. #10
    Join Date
    Sep 2011
    Posts
    17
    Plugin Contributions
    0

    Default Database question, can't figure it out how to relate tables

    puzzle in my database is this

    products_options_values_name need to connect with products_id

    products_options_values_name are for example

    wood, metal, plastic, glass

    I connected together
    products_options_id
    products_options_values_id
    products_options_values_name


    but I need to connect that to product id, and I dont know why

    My main product table in mysql has for each product product_id, so I need to connect this somehow to put everything in excel

 

 

Similar Threads

  1. Where is the code that sends order data to the database?
    By bparker in forum General Questions
    Replies: 1
    Last Post: 15 May 2013, 05:37 PM
  2. Is this a bug? can barely upload new data to the database
    By Thannaree in forum General Questions
    Replies: 13
    Last Post: 16 Mar 2011, 10:03 AM
  3. How to find the name of MySLQ database I'm using?
    By jasonhoward64 in forum General Questions
    Replies: 3
    Last Post: 19 Apr 2010, 01:13 AM
  4. Replies: 1
    Last Post: 10 Mar 2009, 07:48 PM
  5. Where Do I Find The Search Results Data
    By profitshock in forum General Questions
    Replies: 1
    Last Post: 6 Dec 2006, 06:41 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