Cyberat Posted January 1, 2005 Posted January 1, 2005 Hi there, I have tried the two different ways but cant seem to come up with a working solution to this, the structure is that there is information pages setup with the products availible and it would be easier to call the HTM files in the Product Description than to insert the entire product catalog information into the database. the structure being /catalog/htm for product files all xxxx_tab4.htm The problem is that I cant get these files to be "called" whatsoever, the product is added with picture, price information, etc etc but the called file reacts as if non existant leaving a blank space where it should be "called". If anyone knows the answer to this please let me know. All I am looking for is the include or required or whatnot code which would work to call an external file in the WISYWIG editor so when the product is "created" through the admin it displays the external file.
♥bruyndoncx Posted January 1, 2005 Posted January 1, 2005 look in the contribution area and search for "include HTML" you will find a contribution that has the code samples and explanation on how to do this. 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
Cyberat Posted January 1, 2005 Author Posted January 1, 2005 Ta doing so as we speak... tried the search but came up empty handed... case of too much information on the wrong or similar but not exact topics thanks for pointing me in the right direction.
♥bruyndoncx Posted January 1, 2005 Posted January 1, 2005 Based on this contribution, you can modify to fetch your products page HTML http://www.oscommerce.com/community/contri...ch,include+HTML 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
Cyberat Posted January 1, 2005 Author Posted January 1, 2005 Thanks for the help... had a look at the files and code, the help file is a tad disjointed but explains things okay. Going to attempt the modifying of the products page tomorrow so that it calls the different pages needed for each product. Appreciate the help.
FOD Posted October 11, 2005 Posted October 11, 2005 Why not just write a an html table to hold the info you require Works very well - just make all links absolute ie http://yoursite.com or https://www.yoursite.com You can kill the King, but you can't kill the King Riddim...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.