Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Packing Slip attributes sorting randomly

    How can I show them to you? I don't know where to click.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Packing Slip attributes sorting randomly

    Let's say your customers_id was 2, you could do a search for:
    Code:
    SELECT *
    FROM zen_customers_basket_attributes
    WHERE customers_id = 2;
    and obtain all the fields from the customers_basket_attributes for just customers_id 2 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #13
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Packing Slip attributes sorting randomly

    Ok I hope I did it ok. The first screen is the result of the search. The second one when I click on the first attribute. I don't know how to show a table with the values of all of them at the same time. I have to check them one by one.

    Sincerely:

    Alfonso


    Click image for larger version. 

Name:	SCR35.jpg 
Views:	16 
Size:	43.1 KB 
ID:	12273Click image for larger version. 

Name:	SCR4.jpg 
Views:	23 
Size:	54.5 KB 
ID:	12274

  4. #14
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Packing Slip attributes sorting randomly

    You have an odd phpMyAdmin that it does not display all the fields on 1 row per attribute ...

    I was hoping to spot what might be causing this issue ...

    Is this a clean install of Zen Cart v1.5.1 or an upgrade?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #15
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Packing Slip attributes sorting randomly

    Ok, my host is GoDaddy ( I know, apparently not the best host). You can ask their customer service to install the application and they did it. It is a fresh new installation.

    Is everything ok in the SCR4? in product_options_sort_order dropdown Function menu shouldn't be something chosen?

    Thanks again.

  6. #16
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Packing Slip attributes sorting randomly

    Ok, now I am investigating more the SQL table and I have one question: I can see in SCR4 that the products_options_sort_order is defined as TEXT, and the value is 10.00001, where there should be a 10 alone.
    Why is defined as text? shouldn't be defined as INT or MEDIUMINT or TINYINT (any numeric definition) so the table can read it as a number and to order the attributes in ascending order?

    Will that be the problem? should I try to modify that definition?

  7. #17
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Packing Slip attributes sorting randomly

    Ok. I could finally take a picture of the sort order of the product_option_sort_order attributes. It looks pretty messy to me. Obviously there is a mistake since I define order in integer numbers of 2 in Zen Cart admin attributes order ( SCR6), and they appear with 5 decimals and in not ascendent order. How can I fix this mess? How can I define the ascendent order? Click image for larger version. 

Name:	SCR5.jpg 
Views:	16 
Size:	59.4 KB 
ID:	12277Click image for larger version. 

Name:	SCR6.jpg 
Views:	14 
Size:	83.3 KB 
ID:	12278

  8. #18
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Packing Slip attributes sorting randomly

    The Sort Order and what is store in the database table for the customers_basket_attributes will appear different, but they are looking more or less correct ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #19
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Packing Slip attributes sorting randomly

    SOLVED, SOLVED, SOLVED!!!!!!!!!!!!!!!!!!

    I nail it. Thanks Linda, for showing me where to look for the solution.

    I am going to explain how I did it, step by step.

    Firstable. I read here: (http://www.zen-cart.com/wiki/index.p...ket_attributes) the next, and I quote in BOLD:

    "When an order is placed, the orders class takes the information in the currently active cart and transfers the order details from the cart into the orders_products_attributes table, constituting part of the order placed."


    Then you go to that table (orders_products_attributes) and in OPERATIONS, you choose MODIFY ORDER BY OF THE TABLE, select (by default) " order_products_attributes_id " ONLY "Ascendent", press CONTINUE, and VOILA!!!!!! (See Picture)

    Now all of your orders will magicly arrange and appear with the correct attributes order.

    Again, thanks Linda, for showing me where to look for, and I share the solution with the Zen Cart community.

    OLD PROBLEM AND BUG, AND MISTERY, SOLVED!!!!!!! IN 2013.


    Click image for larger version. 

Name:	SCR7.jpg 
Views:	22 
Size:	50.1 KB 
ID:	12279

  10. #20
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Packing Slip attributes sorting randomly

    Thanks for sharing the solution that worked for you ...

    It is odd that you had to do that but I am glad you found this strange issue ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Packing Slip
    By coffee23 in forum Customization from the Admin
    Replies: 2
    Last Post: 13 May 2010, 09:33 PM
  2. packing slip
    By bean_2k1 in forum Managing Customers and Orders
    Replies: 5
    Last Post: 20 Mar 2008, 09:27 AM
  3. Packing Slip to Dropship Slip
    By PaintBall in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Oct 2007, 12:10 AM
  4. Attributes sort order for invoice/packing slip
    By aeolidia in forum Managing Customers and Orders
    Replies: 6
    Last Post: 8 Nov 2006, 11:15 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