Page 29 of 188 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 1878
  1. #281
    Join Date
    Mar 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Thanks got it I hope.

  2. #282
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    lhungil

    I ran the query you pm'd me.

    configuration_id configuration_title configuration_key configuration_value configuration_description configuration_group_id sort_order last_modified date_added use_function set_function
    1737 IH version IH_VERSION 4.3.1 IH Version is stored but not shown on configuration menus 0 10000 2013-08-26 12:46:37 2013-08-26 12:46:37 NULL NULL
    1847 Third Party Inventory Plugin GOOGLE_PRODUCTS_SWITCH_STOCK_PLUGIN none Does your system use a third party plugin for managing variant/attribute inventory? Select the plugin used or leave as 'none' for default action: 0 560 NULL 2013-08-26 13:21:05 NULL zen_cfg_select_drop_down(array(array('id' => 'none', 'text' => 'none'), array('id' => 'stockbyattributes', 'text' => 'Stock By Attributes'), array('id' => 'numinixproductvariants', 'text' => 'Numinix Product Variants')),
    Live and learn... the Zen way.

  3. #283
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    search for PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED

    /includes/functions/functions_lookups.php

    Line #231 : if (PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' and $not_readonly == 'true') {

    renamedadminfolder/includes/classes/attributes.php

    Line #206 : if(PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' && $readonly === false) {

    Line #256 : if(PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' && $readonly === false) {

    renamedadminfolder//includes/functions/general.php

    Line #2024 : if (PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' and $not_readonly == 'true') {
    -----------------------------

    For: PRODUCTS_OPTIONS_TYPE_READONLY

    includes/functions/functions_lookups.php

    Line #231 : if (PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' and $not_readonly == 'true') {

    Line #235 : where pa.products_id = '" . (int)$products_id . "' and po.products_options_type != '" . PRODUCTS_OPTIONS_TYPE_READONLY . "' limit 1";

    /includes/modules/attributes.php

    Line #180 : if ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_FILE or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_TEXT or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_CHECKBOX or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_RADIO or $products_options->RecordCount() == 1 or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #486 : if ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #552 : case ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_READONLY):

    renamedadmin/edit_orders.php

    Line #992 : case PRODUCTS_OPTIONS_TYPE_READONLY:

    Line #1532 : case PRODUCTS_OPTIONS_TYPE_READONLY:

    renamedadmin/includes/attributes_preview.php

    Line #173 : if ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_FILE or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_TEXT or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_CHECKBOX or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_RADIO or $products_options->RecordCount() == 1 or $products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #484 : if ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #550 : case ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_READONLY):

    renamedadmin/includes/classes/attributes.php

    Line #27 : function get_attribute_options_values_by_type($zf_product_id, $options_type = PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #98 : function get_attribute_options_names_by_type($zf_product_id, $options_type = PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #155 : function get_attributes_options_by_type($zf_product_id, $options_type = PRODUCTS_OPTIONS_TYPE_READONLY) {

    Line #206 : if(PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' && $readonly === false) {

    Line #207 : $query .= 'AND opt.products_options_type != \'' . PRODUCTS_OPTIONS_TYPE_READONLY . '\' ';

    Line #256 : if(PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' && $readonly === false) {

    Line #257 : $query .= 'AND opt.products_options_type != \'' . PRODUCTS_OPTIONS_TYPE_READONLY . '\' ';

    renamedadmin/includes/functions/general.php

    Line #2024 : if (PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED == '1' and $not_readonly == 'true') {

    Line #2028 : where pa.products_id = '" . (int)$products_id . "' and po.products_options_type != '" . PRODUCTS_OPTIONS_TYPE_READONLY . "' limit 1";
    Live and learn... the Zen way.

  4. #284
    Join Date
    Oct 2013
    Location
    Scotland
    Posts
    6
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Have just installed this Plugin having used it on an earlier version.
    Currently on v1.5.1 with the 'Big Royal Mail' shipping modules installed.

    When I go to edit an order the shipping options are shown as below:

    Click image for larger version. 

Name:	Mailing_options_2.jpg 
Views:	65 
Size:	19.2 KB 
ID:	13125

    I have checked and feel sure I have uploaded everything correctly. Is this a conflict of the two plugins an can it be fixed?
    Thanks in advance.

  5. #285
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by Bruce_m View Post
    Have just installed this Plugin having used it on an earlier version.
    Currently on v1.5.1 with the 'Big Royal Mail' shipping modules installed.

    When I go to edit an order the shipping options are shown as below:

    Click image for larger version. 

Name:	Mailing_options_2.jpg 
Views:	65 
Size:	19.2 KB 
ID:	13125

    I have checked and feel sure I have uploaded everything correctly. Is this a conflict of the two plugins an can it be fixed?
    Thanks in advance.
    Can't see the teeny tiny image you posted.. So don't know what the issue is at the moment..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #286
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I went back to my test install with a different db and set of products but the same mods installed. I just added new options and option values to a product and the behavior is the same as previously reported when editing orders, no selectable options on step 3 when adding products to orders. It must be something in the combination of mods that screws things up (mistake in merging maybe).
    Live and learn... the Zen way.

  7. #287
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by mydanilo View Post
    ...
    I ran the query (select * from configuration where configuration_group_id='0').
    ...
    It looks like some required attribute entries are missing from your Zen Cart database. You should take a look at the link lat9 posted earlier: "Attribute Required for Text flag not working" (and add the missing entries back into the database).

    Quote Originally Posted by mydanilo View Post
    search for PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED
    ...
    You should see something like the following letting you know what the configured value for those entries are in your database. If you do not find these (you can see they are used in many places by Zen Cart and this module)... Something has happened to your Zen Cart installation to remove core database entries (required for attributes to function)... If you do find them, what are they set to?

    Attachment 13127

    Note: If these are missing, there may be other things broken / missing in your database (or installation)...
    Last edited by lhungil; 2 Oct 2013 at 06:09 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  8. #288
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lhungil View Post
    It looks like some required attribute entries are missing from your Zen Cart database. You should take a look at the link lat9 posted earlier: "Attribute Required for Text flag not working" (and add the missing entries back into the database).


    You should see something like the following letting you know what the configured value for those entries are in your database. If you do not find these (you can see they are used in many places by Zen Cart and this module)... Something has happened to your Zen Cart installation to remove core database entries (required for attributes to function)... If you do find them, what are they set to?

    Attachment 13127

    Note: If these are missing, there may be other things broken / missing in your database (or installation)...
    and this goes back to what both lat9 and I have both posted suggested.. the MOST likely cause is an errant SQL install file from one of his other modules which has removed the configuration table entries.. The post that lat9 posted clearly outlines the kind of errant SQL that would cause this.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #289
    Join Date
    Oct 2013
    Location
    Scotland
    Posts
    6
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Can't see the teeny tiny image you posted.. So don't know what the issue is at the moment..

    Click image for larger version. 

Name:	edit_order.jpg 
Views:	75 
Size:	17.8 KB 
ID:	13129

    Hope this is a little clearer.

  10. #290
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by Bruce_m View Post
    Click image for larger version. 

Name:	edit_order.jpg 
Views:	75 
Size:	17.8 KB 
ID:	13129

    Hope this is a little clearer.
    NO ONE can SEE these images.. the detail is too small.. Why don't you simply STATE what the issue is.. it will be SOOOOOOO much easier...

    from what you've posted thus far, the issue is with the Big Royal Mail' shipping module. You are either SEEING or NOT SEEING something when you click the shpping dropdown.. What is it you are SEEING or NOT SEEING, and what is it you expect to see or not see instead??
    Last edited by DivaVocals; 2 Oct 2013 at 08:12 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

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