Hello!
I have a project for which I need the Cross Sell module, but the download section of zencart is no longer available.
Does anyone have this modules (the 1.30 version) saved somewhere and can send it to me, please?
Thanks a lot!
Hello!
I have a project for which I need the Cross Sell module, but the download section of zencart is no longer available.
Does anyone have this modules (the 1.30 version) saved somewhere and can send it to me, please?
Thanks a lot!
Last edited by DrByte; 1 Jun 2006 at 06:20 AM. Reason: removed attachment and replaced with link to downloads area
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Thank you very very much.
Where exactly can a person download these modules?
Click the attachment above - or do you mean other modules? At the moment, while the Downloads section is being rebuilt, you have to ask and hope someone can post it for you.
Last edited by Ryk; 14 May 2006 at 11:27 PM.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
I was really talking about other modules... Is there a set point at which the Downloads section will be up?Originally Posted by Ryk
Originally Posted by Ryk
Ryk or anyone else,
Any chance anyone can post or email or PM the 1.2.x module (1.2.7 specifically) as we're not yet upgraded to 1.3.
Thanks,
Andrew
Here you go 2
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
I added in the 1.2.x version of cross sell.. but im havin problems with the table... can anyone help me out and posisbly point me in the right direction... with the following url
http://www.inkmypaper.com/cart/index...products_id=16
Everytime i add cross sell products... even if it's just one... it ends up widening the whoolllle table...
so i put fixed values for tpl_product_disply.php (370px).. and i put fixed values for xsell_products.php (370px) and it limited the table width.. which is nice.. but it's expanded everything else...
any ideas? this one is driving me NUTS
ok i realized what i was doing wrong. when i added in the php snippet as it said to do in the installation nstructions into the file tpl_product_display_info.php i added it in at the veerrry bottom of the code (like it said)... when i swithced over to design view in dreamweaver a few minutes ago ididn't see the snippet at all.. and realized BECAUSE i pasted it in at the very bottom of the file like it had asked me to do.. i pasted it OUTSIDE the table...so i switched to standard view.. added a row into the table... and pasted the php code in there and VOILA.. worked perfectly
note to everyone... no matter what installatino instructions say... make sure u follow normal design/coding logic
paste everything inside tables!