The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
I installed it as per the instructions but it doesn't work. One thing I did differently is that my site begins with Shop folder ...not ZenCart folder. I get several errors:
Warning: main(includes/templates/template_default/templates/tpl_pricelist_default.php): failed to open stream: No such file or directory in /home/mccarthy/public_html/shop/includes/templates/template_default/common/tpl_main_page.php on line 119
Warning: main(includes/templates/template_default/templates/tpl_pricelist_default.php): failed to open stream: No such file or directory in /home/mccarthy/public_html/shop/includes/templates/template_default/common/tpl_main_page.php on line 119
Fatal error: main(): Failed opening required 'includes/templates/template_default/templates/tpl_pricelist_default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mccarthy/public_html/shop/includes/templates/template_default/common/tpl_main_page.php on line 119
Any body know what I'm not doing correctly?
![]()
New install? Version?
New install of the module. Never been on there before. Have installed Canada post module, superorders module, & edit orders module successfully.
I run Zen-cart 1.3.7
My website is www.mccarthyhighland.com
I still still trying to figure out where to put this code because it doesn't achieve what I want. If this can be done, I will then want to truncate description. I believe this can be done. Standard zencart can show list all products this way, i.e. no images in description and truncated description./* hide all images in .imgDescrPL */
.imgDescrPL img {
display: none;
}
/* make .imgPL images visible again */
.imgDescrPL img.imgPL {
display: inline;
}
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
The following code might be useful to help us figure out how to make description truncated. It's taken from tpl_modules_products_all_listing.php. What do you think?
Code:if (PRODUCT_ALL_LIST_DESCRIPTION != '0') { $disp_text = zen_get_products_description($products_all->fields['products_id']); $disp_text = zen_clean_html($disp_text); $display_products_description = stripslashes(zen_trunc_string($disp_text, 150, '<a href="' . zen_href_link(zen_get_info_page($products_all->fields['products_id']), 'products_id=' . $products_all->fields['products_id']) . '"> ' . MORE_INFO_TEXT . '</a>')); } else { $display_products_description = ''; }
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Success! :) :) :)
Managed to achieve what I want.
- Display description without within images.
- Display truncated description with more info link at the end.
- Hyperlink thumbnail product image.
There is one more thing I would like to do...
Is it possible to show subcategories in the dropdown menu?
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Sorry.
1.4.1
This is what I would like to figure out. Having the ability to populate the dropdown with the sub-cats would make this mod useful for me. My top-cats are so large I run into the memory problemThere is one more thing I would like to do...
Is it possible to show subcategories in the dropdown menu?
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Bookmarks