AVAILABLE HERESupported OpenCart Versions:
================
v1.5.x
What does it do:
================
This contrib adds the ability to split your store information articles into multiple sideboxes.
Choose which articles go into which sidebox.
Create unlimited sideboxes with custom titles, all configurable from the admin
Main features:
==============
* Unlimited module creation
* Completely Standalone. No core file edits
* Sideboxes can be placed anywhere (left, right, top, bottom)
* Sideboxes can be placed on any layout
* Sideboxes use the module system and can be enabled/disabled individually
* Sideboxes can have their own title configured from the admin with multilingual support
* Mix and Match information articles in any way you like
nice I'm digging all these new split boxes mods you are making.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Qphoria-
Great mod. I'm having a little problem though. Information pages with a -1 sort order (so they don't show up in the footer) don't work with the split category sidebox. Can you update the mod to work with pages that have a sort order of -1?
Thanks!
DSGI
Great mod. I'm having a little problem though. Information pages with a -1 sort order (so they don't show up in the footer) don't work with the split category sidebox. Can you update the mod to work with pages that have a sort order of -1?
Thanks!
DSGI
Is there a way to get pages with a sort order of -1 to show? I want them to show in a separate "split" information sidebox but not show in the footer under the "information" label. I'm using the information as a CMS and added pages with a -1 sort that I want to show up on a different layout and use the "Split" information sidebox as a navigation for the other pages that I don't want associated with the Information pages.
thanks!
DSGI
thanks!
DSGI
1. EDIT: catalog/controller/common/footer.phpDSGI wrote:Great. The -2 still shows in the sidebox, what would be the code I'd need to add to the footer to hide negative numbers?
Thanks!
DSGI
2. FIND:
Code: Select all
$this->data['informations'][] = array(
Code: Select all
if ($result['sort_order'] < 0) { continue; }
Q-
It works!
Thanks for the great support!
Just because I'm interested in learning how to use VQMods. Would this be the correct VQmod script for this action:
It works!
Thanks for the great support!
Just because I'm interested in learning how to use VQMods. Would this be the correct VQmod script for this action:
Code: Select all
<modification>
<id>Hide Negative sort in footer</id>
<version>1.0</version>
<vqmver>1.0.8</vqmver>
<author>DSGI with help from Qphoria</author>
<file name="catalog/controller/common/footer.php">
<operation>
<search position="before"><![CDATA[
$var = '$this->data['informations'][] = array(';
]]></search>
<add><![CDATA[
$var = 'if ($result['sort_order'] < 0) { continue; }';
]]></add>
</operation>
</file>
</modification>
Qphoria -
Is there anything I need to do to make a VQmod work? I created and uploaded the .xml file that I posted two posts up and nothing seems to happen. Does a VQmod automatically run? Any help would be greatly appreciated. I'm away from my computer at the moment, but when I get back to it I'll attach the .xml file to the post so anyone can view and hopefully spot my errors.
Thanks!
DSGI
Is there anything I need to do to make a VQmod work? I created and uploaded the .xml file that I posted two posts up and nothing seems to happen. Does a VQmod automatically run? Any help would be greatly appreciated. I'm away from my computer at the moment, but when I get back to it I'll attach the .xml file to the post so anyone can view and hopefully spot my errors.
Thanks!
DSGI
Who is online
Users browsing this forum: No registered users and 4 guests