

LeeFoster
-
Content count
1,563 -
Joined
-
Last visited
-
Days Won
11
Reputation Activity
-
LeeFoster got a reaction from PiLLaO in Attribute Images
I found this that I managed to get to semi work, outside of osCommerce. It uses the select value as part of the image name. I just need someone to tell me if and how it can be made to work, as a hook without core changes would be preferred.
http://jsfiddle.net/jxhykv0L/1/
-
LeeFoster got a reaction from raiwa in Modules Control
@raiwa I found that some things still use the osc_template.php file however it is now located in includes/system/versioned/1.0.4.0/
I made your original changes in this file and it now works. Not the long term solution I'm sure but it will do me for now.
-
LeeFoster reacted to hungryfrank in Easy Admin Group - Login Issues
https://apps.oscommerce.com/xvqqc&easy-admin-group-osc-2-3-xx.
but I have made a new one that only has one file modificatiiion. just to add a hook
I am testing it an will upload it in a couple of days
-
LeeFoster reacted to Omar_one in Attribute Addon
@LeeFoster The answer for your question.. QTPro does it.. using it for many years ,, and thank @raiwa for his support and update it
-
-
LeeFoster reacted to tmcca in Wishlist For Phoenix
I had that happening and had to do with that function I gave you. I will download 1.0.5.2 and see if I can figure it out
-
-
LeeFoster got a reaction from raiwa in Optional Related Products, Version 4.0
Just installed and then created a Product Tabs version of it.
-
LeeFoster got a reaction from Dnj1964 in Article Manager v1.0
You're better off taking @Jack_mcs advice and paying someone on here to do your install. A lot of the addons that are coming out are plug and play and those that aren't are being adapted so they can be.
Spend your money on the supporters pack, and pay someone here to set it all up for you. Updates are no fuss because of the slim core, there are loads of free addons being converted daily to Phoenix standards and that's before you even mention the supporters codes. These are coming from both the main dev team and the other supporters.
-
LeeFoster reacted to raiwa in shop by price
Update uploaded with the fix for above:
Shop by Price CE Phoenix v.5.1
Changes:
- updated for CE Phoenix 1.0.4.x +
- removed deprecated product listing configurations
-
LeeFoster reacted to Omar_one in AJAX Attribute Manager support
same here the font size become smaller everywhere when I'm on the product edit page
-
LeeFoster reacted to JcMagpie in Support thread for JcM Footer Modal Cart V1.1
Updated to:
Add note about disabling stock cart and potability of conflict with js code in hook reported by @LeeFoster
Update to an old add-on, all credit to original author: Gergely V1.0 18/07/2015
JcM Footer Modal Cart V1.6
-
LeeFoster reacted to JcMagpie in Support thread for JcM Header Stock Banner V1.0 Phoenix
JcM H Stock Carousel Banner V1.2 Phoenix
😊clearly not as clear as needed as people were asking what would happen without it. Still never mind sorted now. Original version has been updated to inclued stock banner code so just copy all the admin files over as well. It's a NO core change as far ad the code goes, but as the banner tables have been removed from the database you will need to add these back. I have included a SQL file with all the required infomation. However be warned BACKUP your database before you make any changes to it.
It's as simple as opening phpmyAdmin and going to your database then click the sql and then copy the provided code into the window and press go. It will automaticly add the required tables to your database. If your not sure then get some one to do it for you. Be sure to BACKUP first.
If all goes well you wil have your old banner manager back.
-
LeeFoster reacted to ecartz in [Contribution] Multi Pickup
In includes/modules/shipping/multipickup.php, around line 61, find
while ($store = tep_db_fetch_array($qstores)) { and change to
$this->quotes['methods'] = array(); while ($store = tep_db_fetch_array($qstores)) { One line added. No existing lines changed.
-
-
LeeFoster reacted to swguy in [Contribution] Better Together Discounting Module
Phoenix users - please get Better Together for Phoenix here:
https://apps.oscommerce.com/Apps&XpyA1&better-together-for-phoenix
-
LeeFoster got a reaction from raiwa in Modules Control
@raiwa This works now and even the navbar modules hide when they are told to.
-
LeeFoster got a reaction from kgtee in RMA Returns System for osC2.3.4BS
@mcmannehan
In admin/returns_configuration.php change
$rma_value_query = tep_db_query("select * from configuration where configuration_key = 'RMA_RETURN_SYSTEM'"); if (!tep_db_num_rows($rma_value_query)) { tep_db_query("insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ( 'Use the RMA returns system?', 'RMA_RETURN_SYSTEM', '1', 'Turn the RMA System on or off', '" . $insert_id . "', '1','tep_cfg_select_option(array(\'true\', \'false\'), ', now())"); } to
$rma_value_query = tep_db_query("select * from configuration where configuration_key = 'RMA_RETURN_SYSTEM'"); if (!tep_db_num_rows($rma_value_query)) { tep_db_query("insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ( 'Use the RMA returns system?', 'RMA_RETURN_SYSTEM', 'On', 'Turn the RMA System on or off', '" . $insert_id . "', '1','tep_cfg_select_option(array(\'On\', \'Off\'), ', now())"); } Then in admin/includes/boxes/returns.php change
if (RMA_RETURN_SYSTEM == '1') { $cl_box_groups[] = array( 'heading' => BOX_RETURNS_HEADING, to
if (RMA_RETURN_SYSTEM == 'On') { $cl_box_groups[] = array( 'heading' => BOX_RETURNS_HEADING,
-
-
LeeFoster got a reaction from greasemonkey in Facebook Messenger Chat Box Addon
And make sure you click save!
-
LeeFoster got a reaction from greasemonkey in Facebook Messenger Chat Box Addon
Thanks for your help
-
LeeFoster reacted to greasemonkey in Facebook Messenger Chat Box Addon
@LeeFoster 👍👍 I sent you a test msg
-
LeeFoster reacted to BrockleyJohn in Paypal Express error
so it's still the same issue!
DIR_FS_CATALOG is now set to '' instead of a logical path.
It should be '/customers/6/7 blah blah
-
-