Exactly where do you get this message?
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
Is it possible to have a version without having to install module manager?
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...
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.
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.
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.
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
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
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
Bookmarks