Does this work for Zen-Cart 1.3.0.1 ??
Asp
Does this work for Zen-Cart 1.3.0.1 ??
Asp
Employing version 1.3.X
ambook - try replacing your tpl_product_info_display.php with the original from template_default; if the sidebox now displays, then you know you've made an error somewhere. If it doesn't, all I can suggest is to go through the complete installation process again.
aspudden - yes it should. It should be working for ambook, because it works for others on 1.3
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
I've already tried replacing it before posting and niether one appears. When going back through the install process again, do I resubmit the sql file too? Thanks for your help.
Eric
No - don't do that or you'll cause problems
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
im having the reverse problem, I installed cross sell and it was working ok, however the client wants this remove for now. I removed the php code on the product info page and removed the cross sell items for a set product and yet it still shows up.
How do i remove it fully when I have already removed the php files and changed the cross sell in admin ... ?
When i try to run the sql patch.. im doing it manually btw.. iwa s able to execute the first portion.. but when i try to execture the second portion.. it returns an error which says:
"1062 Duplicate entry 'MAX_DISPLAY_XSELL' for key 2"
wat do i do?
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!