Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Naloomi

Pioneers
  • Posts

    35
  • Joined

  • Last visited

Everything posted by Naloomi

  1. Okay, I have a couple questions. 1) Is there anyway to get the images into sub-directories the way that stock osCommerce comes? If you could give me a hint to where to look so that this can be implemented I would be most grateful. 2) Can you verify that my "/categories.php" display is correct on the admin side? I'm not allowed to see any images in /categories.php. Instead I get "IMAGE DOES NOT EXIST", as shown below. My pictures display correctly as far as I can tell, but I am not able to see the pictures in my categories.php file on the admin side. Thank you for such a wonderful contribution. Naloomi
  2. I've chosen this contribution over the other ones for 'store closed' type contributions due to the added maintenance option, yet I seem to have encountered a problem. When I put the store into a 'Closed' status, rather than getting the message advising that the store is closed, my page displays the following: CLOSED_MESSAGEDate and Time Now, here is the PHP code from the index.php file <?php // BOF: Store Mode - CRC if (STORE_MODE == 'Closed') { ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="storeClosed" align="center"><?php echo CLOSED_MESSAGE . ONLINE_DATE_TIME ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php } // EOF: Store Mode ?> Please, if someone could help me with this, I'd be most grateful. Naloomi
  3. Okay, I'm trying to use this contribution, but I seem to be having many of the same problems that others have had, and the answers do not seem to be working for me. Problem 1) Redirect does not work. It simply goes straight to my full PC site Problem 2) Sorry, the page you requested was not found. - I get this for: http://www.nalsworkshop.com/catalog/mobile/mobile_index.php http://www.nalsworkshop.com/catalog/mobile/about.php Problem 3) http://www.nalsworkshop.com/catalog/mobile/index.php redirects to http://www.nalsworkshop.com/catalog/mobile/mobile_index.php - which does not exist. Problem 4) When I load up http://www.nalsworkshop.com/catalog/mobile_index.php it takes me to the mobile page, but no products load. I get my categories to load though. Please, any help would be great! Naloomi
  4. Okay, I know the answer is out there, but with 14 pages worth of posts to go through, I'm having issues finding it. In my shop I'm using More Pics 2.0.6 (among other addons). Almost everything works perfectly. The one exception is the width on secondary, tertiary, etc, images. The width (and height) always match whatever the first image is. So if the width of the first pic is 100 pixels, all the other images for that product will also be set to 100 pixels, no matter what the original width actually is. An example for you to check is here Please help. Naloomi
×
×
  • Create New...