Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    21
    Plugin Contributions
    0

    Default Re: Problems with query change price in 2 tables

    thank you again dr. Byte, i had already see the mistake and changed that, but still not working

    i do run this in phpMyAdmin

    i have tryed somany solution the last 2 days, i am really frustrated

    i don't know why it is not working

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Problems with query change price in 2 tables

    I tested it here before I posted my first solution for you, and it works fine for me.
    I can in phpMyAdmin that my products_price field is correctly updated with the new prices for me.
    And then in my store if I run Admin->tools->store manager->reset products price sorter, my storefront will also show the new prices correctly.

    So something must be wrong with your data. Perhaps your itemnumber values don't properly match your products_model numbers. Mismatched itemnumber-vs-products_model would cause a 0 price to be entered.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    21
    Plugin Contributions
    0

    Default Re: Problems with query change price in 2 tables

    When i start de query in Phpmyadmin, there is a message
    i translate this message for you.

    "there is missing a value in this form'Click image for larger version. 

Name:	query_03.jpg 
Views:	32 
Size:	15.8 KB 
ID:	11243

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Problems with query change price in 2 tables

    When did that message start? Why didn't you mention it earlier?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Problems with query change price in 2 tables

    I just reconstructed a new table named inventory, added an itemnumber field and price field, using the same structure as the products_model and products_price fields in my zen_products table. Then I filled the inventory table with some sample entries, using itemnumbers that match products_model values.
    I used phpMyAdmin to run the same query I posted above, and it worked without any error.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    21
    Plugin Contributions
    0

    Default Re: Problems with query change price in 2 tables

    because the second time i started the query in the startscreen (localhost » jvw_testdb) , i don't know how to tell you.

    the first try with the query i was in the table inventory ( localhost » jvw_testdb » inventory) and after that i push the SQL button,
    and start the query, there was no message and no changes in the prices

    the last try with the message i was here in ( localhost » jvw_testdb) and started the same query, with result that message.

  7. #7
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    21
    Plugin Contributions
    0

    Default Re: Problems with query change price in 2 tables

    i have found the problem why it is not working,

    the field products_model in zen_products align to the left
    the field itemnumber in inventory is floating?

    How i don't know?

    But now, how can i change the field itemnumber in inventory, also the the left?

    thank you!Click image for larger version. 

Name:	query_09.jpg 
Views:	37 
Size:	14.8 KB 
ID:	11245Click image for larger version. 

Name:	query_08.jpg 
Views:	33 
Size:	8.9 KB 
ID:	11246

  8. #8
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    21
    Plugin Contributions
    0

    Default Re: Problems with query change price in 2 tables

    Hello Dr. Byte, it's just like you said, it's working.

    I don't no what's happened that at beginning of the field 'itemnumber' there were al lot of spaces.
    I have removed the spaces and use this query from you:

    update zen_products p, inventory i set p.products_price = i.price where p.products_model = i.itemnumber;

    in 0,5 seconds more then 33000 prices were changed!. Is that not GREAT news

    Thank you to point me at "So something must be wrong with your data. Perhaps your itemnumber values don't properly match your products_model numbers. Mismatched itemnumber-vs-products_model would cause a 0 price to be entered"

    End yes, the data was mismatched.

    Again Dr. Byte, thank you so much for your time and help!!

 

 

Similar Threads

  1. Change Display price with attribute LARGEST price not lowest
    By bubbadan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2020, 05:37 AM
  2. v154 Help with a SQL Query for Query Builder
    By lindasdd in forum Managing Customers and Orders
    Replies: 2
    Last Post: 24 Mar 2016, 01:18 PM
  3. Replies: 0
    Last Post: 7 Dec 2009, 06:59 PM
  4. Problems with J-Query Template
    By Adrian88 in forum Addon Templates
    Replies: 10
    Last Post: 24 Nov 2008, 09:26 AM
  5. Price = zero Problems with price
    By msbaranga in forum General Questions
    Replies: 1
    Last Post: 11 Sep 2007, 04:07 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