

Heatherbell

-
Content count
1,186 -
Joined
-
Last visited
-
Days Won
13
Heatherbell last won the day on April 26 2021
Heatherbell had the most liked content!
Profile Information
-
Real Name
Heather Bell
-
Location
UK
Recent Profile Visitors
12,511 profile views
-
Can't get either Stripe or Braintree to work
Heatherbell replied to wetzel's topic in General Support
@wetzel Check your Private Messages. -
Jordy started following Heatherbell
-
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.