Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SweetiesDirect

Archived
  • Posts

    31
  • Joined

  • Last visited

Everything posted by SweetiesDirect

  1. I installed this yesterday and thought I had been successful. (Ie. the state selector worked as expected) However, when doing some testing earlier today, I found that the address book function seems to have messed up. Whenever I try to edit an address, or add a new one, I get; Parse error: syntax error, unexpected $end in /home/sweeties/public_html/address_book_process.php on line 427 HELP! :blink: Can anybody advise what is causing the problem? (Initially the error was an unexpected } at line 120, which I removed, then this error took it's place) Thanks,
  2. Anybody? This really is the last hurdle for me to overcome on the design front, so I'd like to get it all wrapped up ASAP. Thanks, Marc :)
  3. I have successfully installed this contrib to http://www.sweetiesdirect.co.uk The problem I have is that the background colour of the thumbnails does not match the colour of my site (on the product pages). For example this page has a thumbnail image, which has a white background and leaves white blocks above and below the image. I have tried to alter the RGB values in the code, but it still doesn't work :( Any idea's? Thanks,
  4. Sorry, I think I was a little confusing to :rolleyes: I did have more than one file to upload, but only one of them was destined for root. The others were within other directories. I started another thread earlier here, and thanks to the help of Bill I have managed to get some sort of sitemap to be generated. The map I am currently getting can be seen here. Now obviously this isn't quite right, but it's a start :)
  5. My site (http://www.sweetiesdirect.co.uk) uses STS. I have been attempting to use the Dynamic SiteMap contribution with it, however all I get is a blank space where the map should be. I believe this is because of the STS system. Has anybody managed to get the Dynamic SiteMap contrib to work properly with STS yet? If so, please let me know how you did it, as I'm at my wits end here!!! :rolleyes: Thanks :) Marc
  6. For the time being I have reverted back to the static sitemap, until I can figure out what is causing the problem.
  7. I have just deleted both of the dynamic_sitemap.php files and replaced them with the originals from the correct location. Still the same problem, the sitemap page is empty :( (Well, where the sitemap should be is, anyway!) Marc
  8. I don't have any allprods.php files :blink: The Dynamic Sitemap V2.0 folder which I downloaded only contained one file which was to be placed in root, called dynamic_sitemap.php
  9. I've also just noticed that on the Sitemap page, my login box has disappeared and the languages box (which I removed from STS template) has returned...
  10. I've just repeated the entire process from start to finish, but still I get a blank Sitemap :( Any idea's? Thanks, Marc
  11. Thanks for that :) I've now done that, however my sitemap is blank! SweetiesDirect Sitemap Am I missing something glaringly obvious? Cheers, Marc
  12. Hi, I've been attempting to install this contrib to my store at http://www.sweetiesdirect.co.uk When I get to the final stage in the readme, 6) In admin/includes/boxes/tools.php FIND: define('BOX_TOOLS_WHOS_ONLINE', 'Who\'s Online'); AFTER IT ADD: define('BOX_TOOLS_SITEMAP', 'Sitemap'); FIND: define('IMAGE_UPLOAD', 'Upload'); AFTER IT ADD: define('IMAGE_EXCLUDE', 'Exclude'); I cannot find the specified extracts of code in the .../tools.php file. My .../tools.php file looks like this; <?php /* $Id: tools.php,v 1.21 2003/07/09 01:18:53 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ ?> <!-- tools //--> <tr> <td> <?php $heading = array(); $contents = array(); $heading[] = array('text' => BOX_HEADING_TOOLS, 'link' => tep_href_link(FILENAME_BACKUP, 'selected_box=tools')); if ($selected_box == 'tools') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink">' . BOX_TOOLS_BACKUP . '</a><br>' . '<a href="' . tep_href_link(FILENAME_BANNER_MANAGER) . '" class="menuBoxContentLink">' . BOX_TOOLS_BANNER_MANAGER . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CACHE) . '" class="menuBoxContentLink">' . BOX_TOOLS_CACHE . '</a><br>' . '<a href="' . tep_href_link(FILENAME_DEFINE_LANGUAGE) . '" class="menuBoxContentLink">' . BOX_TOOLS_DEFINE_LANGUAGE . '</a><br>' . '<a href="' . tep_href_link(FILENAME_FILE_MANAGER) . '" class="menuBoxContentLink">' . BOX_TOOLS_FILE_MANAGER . '</a><br>' . '<a href="' . tep_href_link(FILENAME_MAIL) . '" class="menuBoxContentLink">' . BOX_TOOLS_MAIL . '</a><br>' . '<a href="' . tep_href_link(FILENAME_NEWSLETTERS) . '" class="menuBoxContentLink">' . BOX_TOOLS_NEWSLETTER_MANAGER . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SERVER_INFO) . '" class="menuBoxContentLink">' . BOX_TOOLS_SERVER_INFO . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SITEMAP) . '" class="menuBoxContentLink">' . BOX_TOOLS_SITEMAP . '</a><br>' . //dynamic sitemap control '<a href="' . tep_href_link(FILENAME_WHOS_ONLINE) . '" class="menuBoxContentLink">' . BOX_TOOLS_WHOS_ONLINE . '</a>'); } $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- tools_eof //--> Can anybody advise? Thanks,
×
×
  • Create New...