Column Divider Pro (CDP) Contrib - Official Thread
New Release.
As with my tabbed products contrib, I've bumped this up to a "Pro" version now too mainly to start fresh with 1.3.8a. I've also done a little bit of merging of "Column Divider Lite" with "Designer Monthly Boxes".
I'm no longer going to support the old contribs and now will support only this one.
For those of you unfamiliar with this contrib, it is a little step if fancying up the grid layouts throughout Zen-Cart. This will make a divider for ALL pages that reference the tpl_columnar_display.php file.
It is quite simple to use. Just add the included tpl_columnar_display.php file to your template folder and it will override the default zen-cart one without changing any core files.
This will give divider lines for the following modules/pages:
- New Products on the main page
- Special Products on the main page
- Featured Products on the main page
- Special Products on the Specials... link
- Additional images on the product page
- Customers Also Purchased on the product page
- Cross Sell on the product page (note that Cross Sell is a separate contrib that would need to be installed separately.)
- I've also added a custom product_listing.php file in the modules area for those who use the ColumnGridLayout contrib. To use it, simply remove the excess text after the filename and it will override.
Note: If you are already using the Designer Monthly Boxes (DMB) contrib or Column Divider Lite, CDP will replace most of the files with the correct files so it should be a painless transition.
Some changes from those previous renditions include fixing the spacing calculations to use a -0.5 so that there is always room for the divider line. And some css additions to prevent hidden horizontal lines.
View a Demo
--
Re: Column Divider Pro (CDP) Contrib - Official Thread
Do you have demo for this?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
Berserker
Do you have demo for this?
Additional Demos:
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Will be using this one as well. Thanks for another great mod!
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello qhome,
I have installed Column Divider Pro over the 2 previous mods.
I also had already installed the Column Layout Grid mod.
I removed the text at the end of product_listing.php and uploaded over the previous file.
However, when I click on a category, it came up with an error.
I since then deleted the Column Layout Grid mod files and uninstalled from SQL Patches.
I notice that you have the products in a category showing properly at the link here for example:
http://www.unbannable.com/zen138a/in...dex&cPath=3_10
Would you be able to explain the process for me now to get the categories pages showing properly?
Do I just reinstall the Column Layout Grid mod now, or should I do something else.
Here is my site to reference to:
http://www.xmanhosting.com.au/shop/i...=index&cPath=1
Kind regards,
Anthony
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
xman888
Hello qhome,
I have installed Column Divider Pro over the 2 previous mods.
I also had already installed the Column Layout Grid mod.
I removed the text at the end of product_listing.php and uploaded over the previous file.
However, when I click on a category, it came up with an error.
I since then deleted the Column Layout Grid mod files and uninstalled from SQL Patches.
I notice that you have the products in a category showing properly at the link here for example:
http://www.unbannable.com/zen138a/in...dex&cPath=3_10
Would you be able to explain the process for me now to get the categories pages showing properly?
Do I just reinstall the Column Layout Grid mod now, or should I do something else.
Here is my site to reference to:
http://www.xmanhosting.com.au/shop/i...=index&cPath=1
Kind regards,
Anthony
Install Column layout grid first.. then install Column Divider Pro... CDP should always be last . What was the error?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello,
I re-did the proceedure, and I still get the same error message:
Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in ..... /includes/modules/xman/product_listing.php on line 210
You can view it here:
http://www.xmanhosting.com.au/shop/i...=index&cPath=1
Kind regards,
Anthony
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
xman888
Hello,
I re-did the proceedure, and I still get the same error message:
Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in
..... /includes/modules/xman/product_listing.php on line
210
You can view it here:
http://www.xmanhosting.com.au/shop/i...=index&cPath=1
Kind regards,
Anthony
are you using zen-cart 1.3.8?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello qhome,
I am using zen cart 1.37
Kind regards,
Anthony
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
xman888
Hello qhome,
I am using zen cart 1.37
Kind regards,
Anthony
Ok, the zc1.3.8 version of that file uses a new function that zc1.3.7 didnt have. So i added a version for both 1.3.7 and 1.3.8 to the modules file for product_listing. use the one that matches your zen-cart version
No other files changed, just included a file for zc137 product_listing