Re: Column Divider Pro (CDP) Contrib - Official Thread
Im thinking of installing Column Grid Layout but I already have this installed. Should I uninstall this and then install Column Grid Layout then install it again? Or will it work just fine?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
bettysue
Does this mod or should I say mod "combo" (including the column one) work on v1.37, or you need to back up a version on each to use it on earlier versions than v1.38?
thank you,
betty
In the modules folder I included one for 1.3.7 and one for 1.3.8. Upload the one needed for your site. The rest of the files are universal.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
In the modules folder I included one for 1.3.7 and one for 1.3.8. Upload the one needed for your site. The rest of the files are universal.
thank you !
betty
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi qhome,
Thanks so much for your great mods! They are all very useful and practical.
Can you tell me what code I need to add to your mod to allow a quantity box to be added next to or above the add to cart button? I have tried using quantity box code from other parts of the cart but haven't had any success. I would greatly appreciate any advice or code to get this working.
Thanks again!
Matt
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
lankeeyankee
Hi qhome,
Thanks so much for your great mods! They are all very useful and practical.
Can you tell me what code I need to add to your mod to allow a quantity box to be added next to or above the add to cart button? I have tried using quantity box code from other parts of the cart but haven't had any success. I would greatly appreciate any advice or code to get this working.
Thanks again!
Matt
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)?
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)?
Yes, we sell some products that would always be bought in multiple quantities so it would be more intuitive and user friendly to have a quantity box with the buy now button so we can capture sales directly off of the index page.
It would be really awesome if you can add the quantity box, or the ability to turn it on or off in the script.
I have tried again last night for a couple of hours to use various quantity box variables from other pages but I am in PHP 201, I know enough to do some modifications and a few basic things but not quite enough yet to figure out why the code that I am trying to insert isn't working. I can get the quantity box to show up but it won't actually add the inputted quantity into the cart and I can't see why.
Thanks!
Matt
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
lankeeyankee
Yes, we sell some products that would always be bought in multiple quantities so it would be more intuitive and user friendly to have a quantity box with the buy now button so we can capture sales directly off of the index page.
It would be really awesome if you can add the quantity box, or the ability to turn it on or off in the script.
I have tried again last night for a couple of hours to use various quantity box variables from other pages but I am in PHP 201, I know enough to do some modifications and a few basic things but not quite enough yet to figure out why the code that I am trying to insert isn't working. I can get the quantity box to show up but it won't actually add the inputted quantity into the cart and I can't see why.
Thanks!
Matt
I'll take a look. I think i should be able to add it.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
I'll take a look. I think i should be able to add it.
Thanks qhome! Would you mind posting the code here when you complete it? I'd like to be able to add it asap, even if you plan on releasing another mod with this included.
Thanks again!!
Matt
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
lankeeyankee
Thanks qhome! Would you mind posting the code here when you complete it? I'd like to be able to add it asap, even if you plan on releasing another mod with this included.
Thanks again!!
Matt
Well it will be an override file that you can just drop-in to override the existing new/featured/special products
Re: Column Divider Pro (CDP) Contrib - Official Thread
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!