♥Tsimi 525 Posted March 2, 2014 I couldn't find any support Topic (v2.3x) for this great add-on....... I would like to use this add-on ONLY inside the product_info.php and product_listing.php. I don't need all the rest like boxes and so on.... therefore i would like to remove unnecessary code and only install the files that are needed to make this work on these two pages. The thing is, i am having trouble to keep an overview and don't understand what is connected to which file. Is there anyone out there that has deeper knowledge regarding this add-on and its function? Share this post Link to post Share on other sites
yomama360 0 Posted November 3, 2014 I would also be interested in this. "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends upon the unreasonable man." -- George Bernard Shaw Share this post Link to post Share on other sites
♥bruyndoncx 260 Posted November 3, 2014 so you don't need to include the includes/boxes files. but saying , you only want it in product_listing is a bit cutting corners in explaining what you want ... product_listing is called from index.php, advanced_search_result, ... if you have customized your cart a little (like burts BS), it might also be called from products_new, specials page. if will have the logic in the listing itself, but you need to include the necessary sql changes to have the fields in the listing_sql that is passed along to the product_listing module. if you wnat things to be represented correctly in the shopping cart, again you will need to add thos change. Personally, I think you can skip the boxes, but that is about it. you have hte files in the newshop directory, if you compare to your files, it should not be that hard, everything has // comment tags around the changes. KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Share this post Link to post Share on other sites