![]() |
Extra Fields 4.2.x on Products_list.tpl
Hi Guys,
I have searched the forum and looked at http://forum.x-cart.com/showthread.php?t=25143&highlight=extra+field in detail but I still can't get my extra fields to show in products_list.tpl I have made the following change to products.php: Code:
include $xcart_dir."/modules/Subscriptions/subscription.php"; ...and I have added the following code to products_list.tpl: Code:
{if $active_modules.Special_Offers ne "" && $product.use_special_price ne ""} The extra fields works fine on my product details page so I have used the same code in the products_list.tpl but I can't get the extra fields to appear. I would really appreciate some help on this. |
Re: Extra Fields 4.2.x on Products_list.tpl
2 Attachment(s)
Hi Ordorica, I had the same problem and QT helped me. Now it works. Anton Sologubov developed this mod. Here is the message:
================================================== ====== I've modified the following files to implement the modification you meant: * home.php * skin2/customer/main/products_list.tpl and looks that it works properly. ================================================== ====== Here I apply my modified files: Attachment 1657 Attachment 1658 I think is better to extract the needed code. I hope this will help you. Lyubomir Krivoshiev www.computer-expert.bg |
Re: Extra Fields 4.2.x on Products_list.tpl
Hi lkrivoshiev,
Thank you so much for your reply. With your help I have managed to achieve what I was attempting. My results are posted here for the benefit of others. In home.php I made the following changes. Added: Code:
if((isset($products)) && (is_array($products))){ before the line: if ($active_modules["Bestsellers"]) In products_list.tpl I added the following code to display the desired extra field data: Code:
{foreach from=$custom_extra_fields item="exfields"} the above code was added before the line: {if $product.appearance.buy_now_enabled} Thanks again, much appreciated. |
Re: Extra Fields 4.2.x on Products_list.tpl
Just wanted to add that I tried this and it's not working in 4.3.1. :-(
Edit: Got it working now: http://forum.x-cart.com/showpost.php?p=287479&postcount=10 |
All times are GMT -8. The time now is 06:14 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.