

Heatherbell

-
Content count
1,186 -
Joined
-
Last visited
-
Days Won
13
Everything posted by Heatherbell
-
Can't get either Stripe or Braintree to work
Heatherbell replied to wetzel's topic in General Support
@wetzel Check your Private Messages. -
Sorry I have no experience with this add-on but are you getting any error in your error logs which might give a clue. My only other advice is to contact the Phoenix Certified Developer @BrockleyJohn who does have professional experience with payment modules.
-
Change your admin directory to a different secure name - now!
-
The module needs recoding, the message indicates to replace all entries similar to " . TABLE_XXX . " with xxx E.g. replace " . TABLE_CONFIGURATION . " with configuration
-
Evidently not restricted as you have found my work on github.
-
osCommerce has not been updated in years.
-
The owner of Phoenix Club is currently busy with real life but will be back online soon to deal with memberships. The Phoenix Club is the Phoenix community.
-
Recommend that you join the Phoenix Club - it's easy to do. I'm glad you've taken advantage of the work done by volunteers to provide Phoenix and the upgrade instructions. So when you have joined the Phoenix Club, donate there to Go Pro to support the work that is done (and level up your shop with free Pro Supporters add-ons).
-
Better to post there. Already answered here:
-
What is it that you want to do? It is recommended to join the Phoenix Club for dedicated support for Phoenix.
-
The "Retrieve API Credentials" does not work, use the "Manage API Credentials" button - it works.
-
Help with ot_shipping due the free shipping
Heatherbell replied to sinopia's topic in Shipping Modules
The following works for us (with thanks to @ecartz for solution). After: const CONFIG_KEY_BASE = 'MODULE_SHIPPING_FLAT_'; Insert: public function __construct() { parent::__construct(); if ($this->enabled && isset($GLOBALS['order']->info['total']) && ($GLOBALS['order']->info['total'] < 30)) { $this->enabled = false; } } -
Just from my personal experience, in a prior job, if personnel continually did not double check their data entry, they would inevitably end up with no job!
-
A quicker workaround is to use "Copy to" > "Duplicate product" of an existing product and then edit that.
-
We have the same issue with https. Had to do manually with "Manage Your API Credentials" on right yellow/orange panel.
-
We have the same issue on v1.0.7.9, confirm that paypal.com.crt is up to date with Github file.
-
Support thread for JcM Navbar SuperFish Cat's V1.2 Phoenix
Heatherbell replied to JcMagpie's topic in General Add-Ons Support
This add-on is out of date and not supported. Recommend you join the Phoenix Club. You can Go Pro there to become a Phoenix Supporter and in return receive certified add-ons that do work with Phoenix 1.0.7.9 -
Was war das Problem? Was war die Lösung? Sie müssen nicht nur um Hilfe bitten, sondern auch anderen helfen. Lesen Sie die README Datei - dort sind die Sprachpakete aufgelistet. Ich spreche kein Deutsch aber ich habe meine Zeit gegeben und Google übersetzt verwendet - das kannst du auch.
-
https://apps.oscommerce.com/36rDo
-
Find any instances of " . TABLE_CONFIGURATION . " in the module file and and replace with configuration. Remove module - upload new module file and install module again.
-
Sorry I didn't have time to reply earlier - double busy and not always in front of the computer! For future reference, using phpmyadmin, select the table and click the operations tab, scroll down to see empty the table (truncate). If your products have attributes, do the same for the customers_basket_attributes table. As always, before changing any database entries, make a back up i.e. select the export tab to save a copy of the table to your downloads. Best of luck and stay safe and well.
-
Sure, have a look at the table.
-
You should be able to do that directly in the database phpmyadmin without deleting accounts - have a look at the customers_basket table.