2ndchancenetwork Posted August 26, 2013 Posted August 26, 2013 Hi all, I'm wondering how I can remove the new products listing, and insert text, aswell as an image. I read a similar post about this issue (http://www.oscommerce.com/forums/topic/238796-how-to-remove-new-products-for-november/) but they seemed to have a much earlier version running and I can't find the lines they talked about (I guess this is because it was an earlier version) I am running OScommerce v 2.3.3 In addition, I am wondering: * how I can add text to the contact page * how I can remove the double category subdivision names (to just one name) on the pages that have subcategories * how I can remove the new product listing on the pages that have subcategories I marked everything in the images in annex. Sincerely, George
♥bruyndoncx Posted August 26, 2013 Posted August 26, 2013 What you ask for is not too difficult but very basic, why don't you first go through the basics for design 2.3 and 2.2 threads (in poster signature), you'll pick up a lot from this. http://www.oscommerce.com/forums/topic/367912-basics-for-design-v23/ the 2.2 thread will have explanation on where to find particular texts 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
2ndchancenetwork Posted September 28, 2013 Author Posted September 28, 2013 We found the FILENAME_NEW_PRODUCTS entry at the catalog/index.php file. We added comment tags and the welcome page is thus now done. The double subcats are gone as well (as we integrated images for the subcategories). For the FILENAME_NEW_PRODUCTS matter: although it is removed from the welcome page, it is still an issue at the subcats pages ( http://offgridstores.com/index.php?cPath=22 and http://offgridstores.com/index.php?cPath=28 ) We were hoping someone knows how to add comment tags for these, hereby removing the new products from these pages as well. (Please mention specific file to alter and location of the appropriate FILENAME_NEW_PRODUCTS tag in these files. We would also need to place a text below the subcats at the energy page (http://offgridstores.com/index.php?cPath=22 ), so at the same place where the "new products" currently are. Again, specify which file to alter and what tag needs to be edited in this file. Finally, the "Privacy Notice" link text would need to be changed to "Payment and privacy". We are not sure how to do this neither.
♥14steve14 Posted September 28, 2013 Posted September 28, 2013 Have a search through your index.php file to find both entries for FILENAME_NEW_PRODUCTS. Just comment them both out. I believe that you have done one of them and not the other. The privacy notice text should be defined in your includes/languages/english/modules/boxes/bm_information.php I hope this helps with a few of your requirements. REMEMBER BACKUP, BACKUP AND BACKUP
2ndchancenetwork Posted September 30, 2013 Author Posted September 30, 2013 Thanks 14steve14 I did the changes. It solved a lot of issues. The only thing what still needs to be done is the placement of a text below the subcats at the energy page (http://offgridstores.com/index.php?cPath=22 ) Again, specify which file to alter and what tag needs to be edited in this file. In case it can't be done (without ie changing all pages with subcategories), do you have any thoughts were to place the text ? Also, do you know how to remove the "What's new" box at all of the pages (see any page, at the left, a bit to the bottom) Thanks in advance George
2ndchancenetwork Posted September 30, 2013 Author Posted September 30, 2013 I found how to remove the what's new box (appearantly it was under modules -- boxes in the admin panel). Found that at http://www.oscommerce.com/forums/topic/367912-basics-for-design-v23/ So, just the issue on how to add text at the energy page remains
♥14steve14 Posted September 30, 2013 Posted September 30, 2013 To add different text to all category and sub category pages I use the headertags_seo mod. It does so much more that just add text, as it also allows you to add all types of meta tags and much more. Have a look here http://addons.oscommerce.com/info/5851. The addon is very well supported by the creator. REMEMBER BACKUP, BACKUP AND BACKUP
2ndchancenetwork Posted October 1, 2013 Author Posted October 1, 2013 Thanks Steve, We solved it using a simpler way however, by just changing the texts of the additional pages and putting the text in there. Texts were changed to: Payment & shipping Privacy & miscellaneous About & conditions I think this concludes everything. Again, my thanks to Steve and Carine
Recommended Posts
Archived
This topic is now archived and is closed to further replies.