Page 68 of 71 FirstFirst ... 18586667686970 ... LastLast
Results 671 to 680 of 703
  1. #671
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by danilyn22 View Post
    Thanks for the suggestion. I tried to install the new recommended mod and I do not get the Admin->Configuration->Multi Cross Sell showing up in my admin panel.

    I have checked and double checked that all files are there and where they are suppose to be. All the YOUR_TEMPLATE has been renamed correctly. I can find no file out of place.

    Any thoughts of why the Admin->Configuration->Multi Cross Sell is not showing up?

    Thats because of a typo in the install information for that mod!!!
    Its actually in Admin->Catalog->Multi Cross Sell

    The support thread for that mod is here:
    http://www.zen-cart.com/forum/showthread.php?t=158571
    Last edited by gilby; 29 Jul 2010 at 12:38 AM.

  2. #672
    Join Date
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Wow... thank you. I think I looked for the module everywhere but there!! This forum is awesome!

  3. #673
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by dropbop View Post
    Way Hay!!!!!!!!! I got back into admin :) :)

    I removed all entries from the databas in phpmyadmin, that didnt work. So moved on to removing all the files one by one, checking the admin after removing each file.

    The last file on my list to remove was dynamic_input_field.js in admin/includes/templates/js/

    Once i deleted that file admin was working again.

    Not sure if that will help anyone else, but thought it was worth posting in case it does. :)
    I'm having the same problem with the white admin.

    so for now I removed all the admins files and the login came back.

    So you suggest loading all the files apart from dynamic_input_field.js ?

    if so does anyone know what affect not having this file would be? I assume from the title of it, its something to do with the fields dymamically appearing when you choose cross sell one way etc..

    so if its not there will it affect the functionality?

    maybe only load this js on the cross sell page as a solution???

  4. #674
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by xzistance View Post
    So, I figured this out. Looking around I found post #452, which shows actual code for the init_yclass.php file. I took the functions from the yclass and put them at the bottom of my /admin/includes/classes/xsell_advanced.php file, like so:

    PHP Code:
    /***** START ADDING Y-CLASS METHODS NEVER INCLUDED IN INSTALLATION *****/
        
    function db_result_to_string($glue$db_result){
            
    $temp_array = array();
            if(
    $this->is_obj($db_result,'queryFactoryResult')){
                
    // We need to clone, because we don't want to touch the real object
                
    while(!$db_result->EOF){
                    
    $temp_array[] = $db_result->fields['products_'.XSELL_FORM_INPUT_TYPE];
                    
    $db_result->MoveNext();
                }
                
    $db_result->Move(0);
                
    $db_result->MoveNext();
            }
            
            return 
    implode($glue,$temp_array);
        }
        
        
    // This function does not work for all languages! BEWARE
        
    function array_to_upper(&$entries){
            foreach(
    $entries as $entry){
                
    $entry strtoupper($entry);
            }
        }
        
        
    // http://us3.php.net/manual/en/function.is-object.php#66370
        
    function is_obj( &$object$check=null$strict=true ){
            if (
    is_object($object)) {
                if (
    $check == null) {
                    return 
    true;
                  } else {
                    
    $object_name get_class($object);
                    return (
    $strict === true)?( $object_name == $check ):( strtolower($object_name) == strtolower($check) );
                  }   
              } else {
                return 
    false;
              }
        }
        
    /***** END ADDING Y-CLASS METHODS NEVER INCLUDED IN INSTALLATION *****/ 
    Everything seems to work fine now in the admin area.
    Hope this helps.
    I'm extremely confused..
    there is no
    /admin/includes/classes/xsell_advanced.php ???

  5. #675
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    OK maybe its different for me..

    I have found that if I delete just this file:

    admin/includes/functions/extra_functions/xsell_advanced.php

    the admin login comes back, so there is obviously an issue with this file with the newer zen-cart.

    i'm using 1.3.9e

    anyone know a fix????

    Phil

  6. #676
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    I, too, am receiving the white admin pages and it is the admin/includes/functions/extra_functions/xsell_advanced.php file that is doing it.

    I added that block of code at the end of the file (before the final ?>) concerning YCLASS as mentioned earlier, but it doesn't seem to recognize it (or that is not the fix).

    I have no clue the purpose of the Modules Manager that I installed as it does nothing when I click on "install new modules". All it recognizes is the Modules Manager module itself.

    This is a small website, using Zencart version 1.3.8a.

  7. #677
    Join Date
    Jan 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Had issues installing this as well, but have it working now. Here is what yo do:

    get module manager rev16 from here(do not use the newest version, it does not seem to work with this mod): http://code.google.com/p/zencart-mod...downloads/list
    Install this,and then go to admin > tool >module manager
    may have some error depending if already installed xsell, so long as you can get there just move forward.

    Then place files from newest version of the cross sell mod, after making changes as stated in installation.txt

    run the 0,1,2.sql srcipts from admin>tools>install sql patches.

    Then should be ready to go.

  8. #678
    Join Date
    Jan 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    I need to use the 1 way feature, and am not sure how to do so. When I try to use it is says please enter main products id, but i do not have a field to enter it as described in the how to doc. Please advice. Thanks!!

  9. #679
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just another Cross-Sell mod (support thread)

    For those who have problems with the latest version of Zencart, this is an update that should work with the latest version of zen and module manager.

    http://public.rubikintegration.com/c...l_advanced.zip

    If you are upgrading, please go into youradmin/includes/functions/extra_functions/ and delete the file xsell_advanced.php since we dont use it anymore

    I'm in the process of reworking this module to include other features such as relativity "weight" and auto cross sell
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #680
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Just another Cross-Sell mod (support thread)

    Can you please re-post the screenshot of this add-on? Can the contents be placed on the cart pages, or just in the side-bar?

 

 
Page 68 of 71 FirstFirst ... 18586667686970 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 153
    Last Post: 19 Mar 2024, 08:22 PM
  2. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  3. Trying to fully uninstall Cross Sell Just Another Mod
    By 1105designs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Oct 2011, 04:03 AM
  4. Fatal Error After installing Cross Sell - Just Another Cross Sell Mod
    By kconklin in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Jul 2010, 02:38 PM
  5. "cross sell - just another cross sell mod"
    By australican in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 05:17 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