

Anusha_Sm
Members-
Content count
9 -
Joined
-
Last visited
Profile Information
-
Real Name
Anna
-
That worked. Thanks so much for you help Jack. It's a great contrib.
-
yes it does here is a copy . Released under the GNU General Public License */ ?> <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link (FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a><br>' . // Links Manager II v1.00 added new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> The funny thing is that I know that the program works because I found the http://www.cousinsophie.com/catalog/links.php?lPath=1 works? So it must be somewhere on the main page box?
-
OK have the links manager listed in admin and all it's information. < maybe I don't get it but it still doesn't show up on my main store site. I uploaded a link created a catagory. I'm new and somewhat lost. I checked every file to make sure it was there and they are. So why isn't it showing on my store? Please help again Thanks
-
Thanks got it it was the DAtabase tables. For some reason my FTP didn't get them or the column_Left.php changes that I had made. Thanks much
-
Jack, I need your help. I installed the Links manager II into my system. V. 1.18 ... followed all the instructions however when I go to admin I have a links area with all the info except the links manager II from your read me file it says the following. Admin -> Configuration -> Links, Admin -> Links Manager II to get started I have admin I have links but I don't have an admin section in links. It starts with click count and has 34 listed items I.E. display link catagory images and it ends with allow link editing. It has no admin tab. Also when you go to the site there are no boxes for links or anything else. I have double checked all the files but can not figure out what is wrong. I'm a little confused. Need your help please. Thanks here is the site cousinsophie catalog
-
[Contribution] More_pics_6 v1.1 For osC 2.2 MS2
Anusha_Sm replied to surfalot's topic in General Add-Ons Support
I would really like to have multiple pictures on our site but having problems with install. :angry: I did everything exactly as per the intall.txt file and when i go to edit my pictures in the admin catalog though the main I get this error message 1054 - Unknown column 'p.products_image_med' in 'field list' select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_image_med, p.products_image_lrg, p.products_image_sm_1, p.products_image_xl_1, p.products_image_sm_2, p.products_image_xl_2, p.products_image_sm_3, p.products_image_xl_3, p.products_image_sm_4, p.products_image_xl_4, p.products_image_sm_5, p.products_image_xl_5, p.products_image_sm_6, p.products_image_xl_6, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from products p, products_description pd where p.products_id = '35' and p.products_id = pd.products_id and pd.language_id = '1' I've got though the code twice and couldn't find a difference. I also restored all my previous settings to no avail. Please help!! Thanks