Page 13 of 14 FirstFirst ... 311121314 LastLast
Results 121 to 130 of 140
  1. #121
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store Credit Module

    Exactly where do you get this message?
    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. #122
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Store Credit Module

    Is it possible to have a version without having to install module manager?

  3. #123
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,554
    Plugin Contributions
    70

    Default Re: Store Credit Module

    While you could install all of the .sql files manually from the module_installation folder, it is advised that you do use the installer as we will be using it for most of our future releases to combat the number of people who need help copying and pasting a .SQL file into the Install SQL Patches module...

  4. #124
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Store Credit Module

    But the module manager releases are all alpha? No final releases has been released as of yet so im a bit reluctant to install.

    Lastly, can the following be done?

    How can I make the credit display as points instead of currency (i.e. 20 points instead of $0.20)

    Also, im thinking of other ways that buyers can earn points and I need to be able to have some kind exchange like 1000 points = $1.00 or something like that.

  5. #125
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,554
    Plugin Contributions
    70

    Default Re: Store Credit Module

    Sure, drop the currency output so that it doesn't show the dollar sign and multiply the output by 100 will make 0.20 = 20. Then add the words points: 20 points.

    When the customer checks out it'll show apply 0.20 still, so you would also need to edit ot_sc to make it DISPLAY 20 instead of 0.20.

    You want to edit only the parts that are outputting something to be displayed. The underlying code should still display $0.20 so it can calculate the order total correctly.

    If you want us to do this for you, please contact [email protected] and we can discuss implementing it into the code.

  6. #126
    Join Date
    Jul 2004
    Posts
    142
    Plugin Contributions
    0

    Default Re: Store Credit Module

    Is there a "package" for share_classes or do I have to make my own?

    GJW
    Last edited by stampsville; 7 Mar 2008 at 09:52 PM.

  7. #127
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Store Credit Module

    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

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

    Default Re: Store Credit Module

    Quote Originally Posted by Berserker View Post
    But the module manager releases are all alpha? No final releases has been released as of yet so im a bit reluctant to install.
    Just like Gmail has been in beta forever, this module will remain in alpha as long as I want it to be ^_^. I can even call it version 10.0 if I want to, does the version name matter that much?
    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. #129
    Join Date
    Jul 2004
    Posts
    142
    Plugin Contributions
    0

    Default Re: Store Credit Module

    Got the following message too...

    Quote Originally Posted by CrazyCow View Post
    Have installed the module manager (and required shared classes), and when I try to install Store Credit using the module manager I get the following error:



    (The prefix for zen-cart in my db is "zen".)

    Any idea what I'm doing wrong, or alternatively please tell me where this message is generated so I can work out what I'm doing wrong.
    Got it in Module Manager in Admin...

    Thanx

    GJW

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

    Default Re: Store Credit Module

    Weird, it seems like the first patch was not run correctly.

    Try to run this from tools->sql patch first:

    Code:
    CREATE TABLE IF NOT EXISTS sc_customer (
      `customer_id` bigint(20) NOT NULL default '0',
      `amount` float NOT NULL default '0'
    );
    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 13 of 14 FirstFirst ... 311121314 LastLast

Similar Threads

  1. Store credit and reward point module
    By yellow1912 in forum Addon Payment Modules
    Replies: 170
    Last Post: 19 Mar 2021, 03:17 PM
  2. Replies: 0
    Last Post: 11 Mar 2010, 04:39 AM
  3. Replies: 2
    Last Post: 24 Jun 2008, 11:07 PM
  4. Replies: 1
    Last Post: 16 Mar 2008, 12:58 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