Page 137 of 367 FirstFirst ... 3787127135136137138139147187237 ... LastLast
Results 1,361 to 1,370 of 3663
  1. #1361
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: EasyPopulate 4.0 Support Thread

    mc12345678 I just wanted to say thank you again for all the help and support. The easy populate and the SBA module is working great together. Anyway thanks again......
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #1362
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    Ok, I'm going step by step with new exports I just made. I ran your patch, and made new backup of that, and new exports.

    When I ran the products on new sites (complete product list) I notices few blue items what is not supposed to because everything should be green (new items).

    When looking for those numbers in the database I see they are duplicated. So apparently the patch somehow didn't work to perfection because there are few items with same model number. To be exact: 2.
    So, what is the model number for which the two are "the same"? Will provide an update SQL to correct that as well.. Though could create a new problem...

    Still confused on how that could happen from the query that was provided if no products began with 002-, the SQL was run as provided to "prepend 002- to all items that did not have a model number", and that I think the table structure for products prevents the same products_id to be applied to two different entries. So, I can't see how two products could have the same model# after the query provided when a duplicate did not exist before the query provided and the above was true, but regardless, seems like could/need to reset the model #'s for those two items which can be done with a query similar to what was provided before, but specific to the items that are currently an issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #1363
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: EasyPopulate 4.0 Support Thread

    Don't worry about it. Customer will do those 2 by hand, he doesn't mind.

    I ran the Att Basic spreadsheet, and it went through just fine with those 2 items again in blue, but it's understandable and few red ones that are actually inactive on main product list, so that's also understandable.

    What is not understandable is that when running the detailed att then everything when red. But even products that says there aren't on the inventory, they are.

    The thing is that for some reason the main/first store is not displaying some products the same way the new one is; and also the sort order of product attribues aren't showing as they are supposed to on the new site. For example "Please select" not being first and by default.

    Code:
    Old Main Site: www.uogold.com/index.php?main_page=product_info&cPath=0&products_id=100
    
    New Copy Site: www.uogold.com/uoresources.com/index.php?main_page=product_info&cPath=2_7&products_id=103
    Both are supposed to have the PREV / NEXT buttons but the old site doesn't. Also look at the dropdown options on new site.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  4. #1364
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by countrycharm View Post
    mc12345678 I just wanted to say thank you again for all the help and support. The easy populate and the SBA module is working great together. Anyway thanks again......
    Welcome... At some point I hope to add some more features to Easy Populate 4, though they may not initially be made available for free/public... I'm close, but continue to have some other things to touch up on in other areas between managed store, updates to plugins etc... Been trying to do a similar method of plugin combinations, such that if both are installed they work with each other, but if only one of the main plugin is installed then just won't see the extra feature available for when both are installed... Been slow going.. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #1365
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    Don't worry about it. Customer will do those 2 by hand, he doesn't mind.

    I ran the Att Basic spreadsheet, and it went through just fine with those 2 items again in blue, but it's understandable and few red ones that are actually inactive on main product list, so that's also understandable.

    What is not understandable is that when running the detailed att then everything when red. But even products that says there aren't on the inventory, they are.

    The thing is that for some reason the main/first store is not displaying some products the same way the new one is; and also the sort order of product attribues aren't showing as they are supposed to on the new site. For example "Please select" not being first and by default.

    Code:
    Old Main Site: www.uogold.com/index.php?main_page=product_info&cPath=0&products_id=100
    
    New Copy Site: www.uogold.com/uoresources.com/index.php?main_page=product_info&cPath=2_7&products_id=103
    Both are supposed to have the PREV / NEXT buttons but the old site doesn't. Also look at the dropdown options on new site.
    The missing Prev/Next is either a template issue or that someone turned off a setting; however, regarding the sort order, orders are applied in the detailed import. After that, I would say that something else is messing with presenting the order. Unfortunately there is nothing related to that particular issue that I can see from physically looking at the web page as a visitor, though it does seem like the div tag for the prev/next buttons is presented without anything beyond that. Might be an issue with the applicable code, but I have not gone into typical code to figure it out. Further differences could be a result of files in override directories on one site but not the other...

    As for the red on detailed attributes import, well, could be any number of reasons again without further detailed information. There could be a problem with the way the headings are entered (space before or after a heading entry)... Are you reusing an "old" file in anyway? Or are you downloading a new file, then changing the data inside of it?

    You also realize that by having two products downloaded with the same model number that when the file is uploaded it will cause data overwrite so that (and I think that its the case) but both items will have the same data instead of being two unique items. Sorry for taking so long to get this out, I thought I had already sent it. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1366
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: EasyPopulate 4.0 Support Thread

    The missing Prev/Next is either a template issue or that someone turned off a setting
    I'm not sure of that because here you can see on original one the PREV/NEXT buttons are present, that only happens when a search is done:
    Code:
    www.uogold.com/index.php?main_page=product_info&cPath=11_10&products_id=100
    You also realize that by having two products downloaded with the same model number that when the file is uploaded it will cause data overwrite so that (and I think that its the case) but both items will have the same data instead of being two unique items
    Yes, I'm aware that there is only 1 item and is the latest on the spreadsheet because having same model it will override all the info of first item found with same model. But isn't it supposed to happen on the attributes as well? On the attributes the item will appear only once, so it's supposed to be attached to only one product, and not affect the import... right?

    What I'm going to do is delete those 2 from the detailed att list and see how it goes.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  7. #1367
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: EasyPopulate 4.0 Support Thread

    I was just informed that those 2 numbers that were repeated was because he had them twice on the listings.

    Now I believe that the items that are not found on the imports they aren't really there. When you see the items on admin you will see them there, but you can't search for them, it's like they don't exist, but when you search for the others, there's no problem. Maybe this is an issue from the patch we did to number the models?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  8. #1368
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    I was just informed that those 2 numbers that were repeated was because he had them twice on the listings.

    Now I believe that the items that are not found on the imports they aren't really there. When you see the items on admin you will see them there, but you can't search for them, it's like they don't exist, but when you search for the others, there's no problem. Maybe this is an issue from the patch we did to number the models?
    I'll say this... Identify an item that had a model # renumbered, that is not locatable in the "search" you have been doing, then go into the admin panel, edit that product, add a character to the end of the model number, save it, and tell me if that new model number is searchable. (Ideally, would like to be able to do that myself, but I can't seem to find where the problematic web address has been provided.) If the item can now be found using that model number, then the model renumbering was incomplete, if however, it still is not found, then there is other data that is incomplete to get a search result. I'm trying to look now to see what information must exist together in order to be provided as a search result.

    My guess is that something else is wrong with the database... If ajeh were looking over this, I bet she could tell you straight off where to look. I know I have seen a thread in the forums that addresses something like this: product is listed in admin and store, but not found in a search.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1369
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    I was just informed that those 2 numbers that were repeated was because he had them twice on the listings.

    Now I believe that the items that are not found on the imports they aren't really there. When you see the items on admin you will see them there, but you can't search for them, it's like they don't exist, but when you search for the others, there's no problem. Maybe this is an issue from the patch we did to number the models?
    Quote Originally Posted by mc12345678 View Post
    I'll say this... Identify an item that had a model # renumbered, that is not locatable in the "search" you have been doing, then go into the admin panel, edit that product, add a character to the end of the model number, save it, and tell me if that new model number is searchable. (Ideally, would like to be able to do that myself, but I can't seem to find where the problematic web address has been provided.) If the item can now be found using that model number, then the model renumbering was incomplete, if however, it still is not found, then there is other data that is incomplete to get a search result. I'm trying to look now to see what information must exist together in order to be provided as a search result.

    My guess is that something else is wrong with the database... If ajeh were looking over this, I bet she could tell you straight off where to look. I know I have seen a thread in the forums that addresses something like this: product is listed in admin and store, but not found in a search.
    Okay, I roughly completed my review of what is needed to perform a search, or at least an advanced search (which should offer more options than a basic search), anyways. It looks like there may need to be data present in a few other tables for a product to show up on a search. Here is the coded criteria to get something back from a search with some variables replaced with the ZC default table name (No extensions used):

    Code:
    FROM (products p
                 LEFT JOIN manufacturers  m
                 USING(manufacturers_id), products_description  pd, categories c, products_to_categories p2c )
                 LEFT JOIN meta_tags_products_description mtpd
                 ON mtpd.products_id= p2c.products_id
                 AND mtpd.language_id = :languagesID";
    There is a lot of data that can potentially be returned. The beginning of the statement is not included above, as it does not so directly affect whether something will be returned at all.

    Now, I haven't gone to see how the above behaves, and I'm not always on the ball with the various SQL layouts, but if you would entertain the following ideas, perhaps can resolve the issue...

    To me, it looked like the meta data needed to be present, but that seems wrong. Although I had run the model number update last night on my unmodeled data, I went ahead again today created a new generic product, didn't enter a model number, reviewed the meta_tags_product_description table and saw that there was an entry missing for my latest addition, performed a search on the product and it appeared... So, does not seem to be related to that.

    Did a little searching, which you should have already done as well.. Check this link to see if it offers a solution for your problem: http://www.zen-cart.com/showthread.p...395#post816395

    I know there are more recent similar articles because I was watching some of them unfold in the last month or so, but I couldn't tell you exactly where to find them and what specifically corrected their issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #1370
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: EasyPopulate 4.0 Support Thread

    I haven't read your latest post but I just wanted to tell you that I did several searches and the pattern I see is that every model number where there are only 2 digits after the - are not searchable, not even if I add a number or a letter. So only the 002-### appear to be "real" model numbers, the others are like "non-existent" on the db.

    I just noticed that I thought that was a pattern, but there are 3 digit models that are also not searchable. And the thing is that not only by model number, if you do a search for an item of those, you won't find it neither by doing a search by name.

    ----
    I also noticed that all the model numbers after the - are the same as the product id. So I guess that was the patch work, right? I haven't seen anything not matching.
    Last edited by ideasgirl; 16 Feb 2014 at 11:23 PM.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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