Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 171
  1. #31
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store credit and reward point module

    It should reserve all existing store credit.
    Quote Originally Posted by paul3648 View Post
    I'm getting an error:

    1146 Table 'zencart.zen_sc_customers' doesn't exist

    No idea how to fix it. It seems you have to download files from 4 different locations. It would be nice to have them all packaged together :|
    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

  2. #32
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    This seems to be working - the credit is shown on the checkout page with the option to apply the credit to the current purchase.

    One problem: The sidebox is not showing up. It is showing on the list of sideboxes:

    sideboxes/store_credit.php

    I've tried turning it off and back on again, but it doesn't show up.

  3. #33
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    Had to uninstall but had a problem at step 3 of the checkout page

    I followed your instruction to uninstall
    Get this message and the rest of the page is blank

    1146 Table 'shazzas_clothes08.sc_products_ratio' doesn't exist
    in:
    [SELECT ratio FROM sc_products_ratio WHERE products_id=116 LIMIT 1]


    Is there anything I can do to fix this as they keep clicking refresh which dup orders


    Any help will be appreciated./

    Using Zen Cart 3.8

  4. #34
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store credit and reward point module

    Oh, did you you remove all the files? Regards. And also, which version you use? While the new version does not over-write any file, the old versions did.
    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

  5. #35
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    Hi Yellow
    Wow! that was a fast reply
    Firstly, I for one appreciate your mod, just having probs installing it.
    3.01c is the version I used.
    I have lost the page for uninstall to check, but I beleive aI followed all instructions
    Is there a newer version that I can try and perhaps fix this?

    Cheers
    Ausjohn

  6. #36
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store credit and reward point module

    If you need help, pm me your ftp and admin details ^_^. I will go in and fix it for you (Im doing the same thing for many others in order to get all the bugs fixed)
    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

  7. #37
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    Hi,

    I'm trying to install Module Manager on my localhost but encountered the following error:

    Code:
    Fatal error: Cannot redeclare class yclass in C:\Program Files\xampp\htdocs\zen138a\includes\init_includes\init_yclass.php on line 3
    btw, I have installed the Advanced cross-sell mod. also by yellow1912 so my init_yclass.php file in C:\Program Files\xampp\htdocs\zen138a\shadmin\includes\init_includes looks like the following (note the red color text):
    Code:
    <?php
    
    	require_once(DIR_FS_CATALOG.'includes/init_includes/init_yclass.php');	// added for shared class use by Module Manager. By yellow1912
    
    	// y stands for yellow1912 :p. I simply add this to store all the functions frequently used in my mods
    	
    	// PHP4 always pass object by value (default) while PHP5 pass by reference
    	if (version_compare(phpversion(), '5.0') < 0) {
    	    eval('
    	    function clone($object) {
    	      return $object;
    	    }
    	    ');
    	}
    	
    	class yclass{
    		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;
    		  	}
    		}
    	}
    ?>
    Kindly show me where I have done wrong. Thanks.

  8. #38
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store credit and reward point module

    Stenrique: did you update the whole shared-class as instructed? I think that's where the problem is

    Regards
    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

  9. #39
    Join Date
    Mar 2005
    Posts
    167
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    Yellow,

    Please HELP!

    I don't know what I did but after installing the mod for this I get this error on checkout

    1146 Table 'simetrao_zc1.sc_products_ratio' doesn't exist
    in:
    [SELECT ratio FROM sc_products_ratio WHERE products_id=233 LIMIT 1]


    What do I do???

  10. #40
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store credit and reward point module

    Hi Simetra, did you go to tools->module manager and choose install?

    Regards
    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

 

 
Page 4 of 18 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. v150 Adding a reward point module/add-on
    By dawneprochilo in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2013, 05:16 PM
  2. Point Reward Setup - Redeem and Account
    By bhizzy in forum Managing Customers and Orders
    Replies: 0
    Last Post: 1 Apr 2010, 10:35 PM
  3. Replies: 0
    Last Post: 11 Mar 2010, 04:39 AM
  4. bug reported in reward point module
    By smart_pro in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Mar 2009, 10:57 AM
  5. Error after installing reward point module
    By trisha33 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 15 Feb 2009, 11:27 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