Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Gauravs

Pioneers
  • Posts

    800
  • Joined

  • Last visited

About Gauravs

  • Birthday August 26

Profile Information

  • Real Name
    Gaurav
  • Gender
    Male
  • Location
    Bangalore
  • Interests
    Amateur Radio, Programming, Music and Osc!
  • Website

Recent Profile Visitors

9,694 profile views

Gauravs's Achievements

  1. Line 608 is the last line on this code... so obviously you need to now check application_bottom.php for any issues (which is triggering parse error. 603 <!-- footer //--> 604 <?php include(DIR_WS_INCLUDES . 'footer.php'); ?> 605 <!-- footer_eof //--> 606 </body> 607 </html> 608 <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> A simple test would be to comment last line and see if that makes any difference. <?php // require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> And could you also ensure that there is no white space after LAST ?> tag. just place cursor at the end of file and press delete to ensure that ?> is the last thing on your page.
  2. Hi Rob, Had a look at your site - and notice the template hasn't been installed properly (or needs correction). Quick find button is supposed to be at following location but if try to get image directly - i don't see it at all. ../../languages/english/images/buttons/button_quick_find.gif Please review where exactly are the images stored, and then check code / configuration. Thanks Gaurav
  3. Hey Murray, Just use phpmyadmin - and it has option to Run Query. Paste the query (it has a text box on top) and click on Go to run them one by one as readme would detail. phpmyadmin help is always available from there site if you need to know more. Cheers, Gaurav
  4. Hiya, Instead of stylesheet.css, you should look in index.php. First table in body controls the dimension of your site. This is what you can do. A. Find Table Tag, B. Make border="2" instead of default value of "0" C. Set a BGCOLOR="RED" to check which table you have modified. D. If you got the right table - time to change it's width in % (rather then pixels) Roll back other changes, once you get right width for your cart, ie, border should become 0 and bgcolor should be deleted. Hope this helps, Cheers,
  5. Hiya, Have you actually configured Paypal module in Admin section. To me it appears it hasn't been (and thus you don't get charged - as in original install) Cheers,
×
×
  • Create New...