Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Well the add to cart stuff is actually going to be part of another contrib to replace the old "Designer Monthly Boxes" contrib. I'm keeping the divider stuff separate from that functionality.
But at this point, it only does the "Buy Now" or "More Info". Are you saying you'd also like me to try adding the qty box too (for products that don't have attributes)?
Qhome, have you released an updated Designer Monthly Boxes publicly? Thanks!
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
BlessIsaacola
Qhome, great work as usual. I am experiencing problem with this mod. This is the error message:
Warning: strpos(): Offset not contained in string in /includes/templates/custom/common/tpl_columnar_display.php on line 43
Line 43 is:
PHP Code:
$startpos = strpos($r_params, "width:", 1);
Thanks!
where are you getting this warning?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
BlessIsaacola
Qhome, have you released an updated Designer Monthly Boxes publicly? Thanks!
I'm replacing DMB with a new contrib called "MonthlyBuyNow" (working name, might change)
I'm trying to make it allow:
- Buy Now/More Info
- Attributes
- positioning of image/text/buttons
on the Monthly boxes (New for Feb, Featured for Feb, Specials for Feb)
And also get Attribs on the Product Listing pages (All Products, New Products, Special Products)
I'm leaving the divider line stuff to "Column Divider Pro" and keeping the functionality of the two separate, unlike what I did with the original two.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
where are you getting this warning?
Things look fine on the catalog side. The error is generated on the server side in the log. I am using Zen Cart 1.3.8 and PHP 5.2.5 and yes I did use the product_listing.php for 1.3.8 :clap:
Thanks!
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
BlessIsaacola
Things look fine on the catalog side. The error is generated on the server side in the log. I am using Zen Cart 1.3.8 and PHP 5.2.5 and yes I did use the product_listing.php for 1.3.8 :clap:
Thanks!
ahh ok thats what I thought. I will see how to make strpos not throw an error when that setting isn't there. Depending on which box is calling it, it may or may not supply that value. I just thought it would ignore it if it couldn't find it, like every other programming language, but I guess php wants to be special :P
Re: Column Divider Pro (CDP) Contrib - Official Thread
Ok I think i fixed the problem. I was using an unneeded offset value. So I removed it. Give it a try and let me know if you are still seeing the error.
Also updated the stylesheet to remove some erroneous css entries.
Only Files that changed since v0.3:
- templates/YOUR_TEMPLATE/common/tpl_columnar_display.php
- templates/YOUR_TEMPLATE/css/stylesheet_dotline.css
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Ok I think i fixed the problem. I was using an unneeded offset value. So I removed it. Give it a try and let me know if you are still seeing the error.
Also updated the stylesheet to remove some erroneous css entries.
Only Files that changed since v0.3:
- templates/YOUR_TEMPLATE/common/tpl_columnar_display.php
- templates/YOUR_TEMPLATE/css/stylesheet_dotline.css
This update fixed the problem as the error is now gone from the log. Thanks!
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi,
please tell me how to remove this Culum Divider pro... ?
because I have this error
Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in ......./includes/templates/template_default/templates/tpl_modules_products_new_listing.php on line 30
I don't want this module, I want to remove it.
Please let me know how to proceed ?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
Watchaa
Hi,
please tell me how to remove this Culum Divider pro... ?
because I have this error
Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in ......./includes/templates/template_default/templates/tpl_modules_products_new_listing.php on line 30
I don't want this module, I want to remove it.
Please let me know how to proceed ?
You have that error because you used the zc 1.3.8 version of the product_listing file on a zc1.3.7 store. Read the readme carefully.
You can remove it by removing all the files that came in the zip.
Re: Column Divider Pro (CDP) Contrib - Official Thread
I previously installed Column Grid Layout, and this morning I installed Column Divider Lite. For the most part it works great, and is what I was looking for. The only thing, is the text is wrapping. How do I get more text for the product title on one line. In fact, I would love the product listing to look exactly like it does in the Featured Products box.
http://209.85.34.64/index.php?main_p...cPath=11_41_47
Thanks for this great mod.