Thanks for that, Ted. Any advice on which hook to use? The plugin only seems to want to run on Global Start but that seems to fire to soon so it doesn't pick up the $product['mfrg']. I've tried lots of other hooks and nothing appears.
Quote:
Originally Posted by Ted S
The variable you're looking for is mfrg which, in the context of viewing a post is accessible as $product['mfrg']
You can add that to your array of the code is going into this mod directly. If you're placing it elsewhere like in another plugin be sure it's after this mod runs so it's available too you.
|