Page 1 of 2 12 LastLast
Results 1 to 10 of 57

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: NewWay to save Attributes Modelnumbers

    I could use this as well.

    I have not been able to get this one to work. When I view the module in the admin I get this:

    1146 Table 'adminuser_zc5.products' doesn't exist
    in:
    [SELECT products_description.products_name, products_options.products_options_name, products_options_values.products_options_values_name FROM products LEFT JOIN products_description ON (products.products_id = products_description.products_id) LEFT JOIN products_attributes ON (products.products_id = products_attributes.products_id) LEFT JOIN products_options ON (products_attributes.options_id = products_options.products_options_id ) LEFT JOIN products_options_values ON (products_attributes.options_values_id = products_options_values.products_options_values_id ) WHERE products.products_id = 184 AND products_description.language_id = 43 AND products_options.language_id = 43 AND products_options_values.language_id = 43]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I have tried this several ways and always end up with something similar...

  2. #2
    Join Date
    Dec 2006
    Posts
    5
    Plugin Contributions
    1

    Default Re: NewWay to save Attributes Modelnumbers

    Hi...

    I finally endeavored to persuade my chef to create a packet of the final release of this mod ...
    So be patient please...
    I“m trying to get this ready quickly.

    greets from Germany

    HelixX²³

  3. #3
    Join Date
    Jul 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    Any luck with this?

    I noticed the mod has a bunch of references to AJAX in it which isn't in the default distribution.

    Quote Originally Posted by HelixX23 View Post
    Hi...

    I finally endeavored to persuade my chef to create a packet of the final release of this mod ...
    So be patient please...
    I“m trying to get this ready quickly.

    greets from Germany

    HelixX²³

  4. #4
    Join Date
    Jun 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    Status? I'd really like to have this. :)

  5. #5
    Join Date
    Jun 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    Here are the files that have hard-coded modifications with this addon. Just a quick reference for those that want to try it out. You should back these up first.

    • admin\attributes_controller.php
    • includes\classes\shopping_cart.php
    • includes\functions\functions_prices.php
    • includes\functions\html_output.php
    • includes\modules\attributes.php
    • includes\modules\pages\product_info\jscript_main.php
    • includes\templates\template_default\templates\tpl_product_info_display.php

  6. #6

    Default Re: NewWay to save Attributes Modelnumbers

    Any Body get this Thing to work yet?

  7. #7
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    Quote Originally Posted by Dumpy Dooby View Post
    Here are the files that have hard-coded modifications with this addon. Just a quick reference for those that want to try it out. You should back these up first.

    • admin\attributes_controller.php
    • includes\classes\shopping_cart.php
    • includes\functions\functions_prices.php
    • includes\functions\html_output.php
    • includes\modules\attributes.php
    • includes\modules\pages\product_info\jscript_main.php
    • includes\templates\template_default\templates\tpl_product_info_display.php
    As I remember, the files in admin can NOT be overridden with a custom template. Can all the others be copied into a custom template and overridden?

    I am usinig a WAMP server on my localhost to test the site I'm building. It has Apache 2,0.18, PHP 5.14 with Zend, and MySQL 5.0.22. Does anyone know what else is needed to get the AJAX functions to work??

  8. #8
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    OK, I temporarily abandoned the idea of using the override system and installed everthing according to the readme instructions.
    When I go to the Catalog > Attributes Controller and click on the "AttributCombinationsTable" link (need to make a nice button for this), I get a 404 error which says "Not Found: /admin/stats_attr_model.php". BUT that file is definitely there in that location.

    Second, in the root folder "getPricefromcomboID.php" the first line reads:

    require_once("ajax/xajax.inc.php");

    So it looks like there has to be an added file which is not provided with this module in order to run the AJAX function.

    YES, I checked and I did set the server address correctly in the jscript_main.php file.

    Any explanations??? I would really like to get this mod to work...

    Maury

  9. #9
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    Well part of the mystery is solved, I think.

    for the AJAX library, I went to http://www.xajaxproject.org/ and downloaded the latest stable version and installed it in the root folder. I changed the name of the folder from "xajax" to "ajax" to match what is coded in jscript_main.php for this module.

    When I go to the Attributes Controller page in Admin and click on the link, I still get the 404 Error. I noted that the URL it is trying to access is "http://localhost/admin/stats_attr_model.php". My root is one level down in http://localhost/newzen/ and that is what is encoded in jscript_main.php for
    Code:
    var xajaxRequestUri="http://localhost/newzen/getPricefromcomboID.php"
    So I don't understand why it cant find the file properly. If I manually change the URL in the browser window to include the "localhost/newzen/admin..." then it finds the file and shows me the ArticleCombination window.

    Help needed!

    Maury

  10. #10
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: NewWay to save Attributes Modelnumbers

    Quote Originally Posted by beilana View Post
    I could use this as well.

    I have not been able to get this one to work. When I view the module in the admin I get this:

    1146 Table 'adminuser_zc5.products' doesn't exist
    in:
    [SELECT products_description.products_name, products_options.products_options_name, products_options_values.products_options_values_name FROM products LEFT JOIN products_description ON (products.products_id = products_description.products_id) LEFT JOIN products_attributes ON (products.products_id = products_attributes.products_id) LEFT JOIN products_options ON (products_attributes.options_id = products_options.products_options_id ) LEFT JOIN products_options_values ON (products_attributes.options_values_id = products_options_values.products_options_values_id ) WHERE products.products_id = 184 AND products_description.language_id = 43 AND products_options.language_id = 43 AND products_options_values.language_id = 43]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I have tried this several ways and always end up with something similar...
    for this error, stats_attr_model.php does not recognize the prefix of the database tables
    but
    resolved that does not work the same!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. 'Attributes Modelnumbers' mod error message
    By arniesbarmyarmy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Aug 2010, 03:08 AM
  2. Attributes Modelnumbers
    By Petzlifedirect.com in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Sep 2007, 06:51 PM
  3. Sub-attributes? Making attributes of attributes appear based on which you select?
    By pioupioun in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jun 2006, 11:34 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