Jump to content

ken czmeiduch

Member
  • Posts

    18
  • Joined

  • Last visited

Posts posted by ken czmeiduch

  1. Hi all I need help on this fault I am getting errors on this website that was working perfect for 5 years and just went down in the last few days

     

    http://www.biking-fix.co.uk/shop/index.php

     

    these are some errors

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/sslSwitch.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/sslSwitch.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/session.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/session.inc.php on line 30

    Deprecated: Function ereg() is deprecated in /home/kenc8555/public_html/shop/includes/functions.inc.php on line 119

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/currencyVars.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/currencyVars.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/content/index.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/content/index.inc.php on line 30

    Deprecated: Function eregi_replace() is deprecated in /home/kenc8555/public_html/shop/includes/functions.inc.php on line 64

    Deprecated: Function eregi_replace() is deprecated in /home/kenc8555/public_html/shop/includes/functions.inc.php on line 64

    Deprecated: Function eregi_replace() is deprecated in /home/kenc8555/public_html/shop/includes/functions.inc.php on line 64

    Deprecated: Function eregi_replace() is deprecated in /home/kenc8555/public_html/shop/includes/functions.inc.php on line 64

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/boxes/searchForm.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/boxes/searchForm.inc.php on line 30

    Deprecated: Function eregi() is deprecated in /home/kenc8555/public_html/shop/includes/boxes/session.inc.php on line 30

     

    Any help appreciated

  2. Hi All we have a shop running and paypal works fine we also have a coupon mod and this works fine right up to the checkout then when it transfers to pay pal the coupon discount is added back ANY IDEAS most welcome

    Ken

  3. postage.gif

    In the picture above I can get the shipping options working a treat (I know ) its hard !!!!!

    I also have managed to alter the language file to read

    1st Class Post

    Standard Parcel Rate

    I will collect myself

    WHY WONT THE ROYAL MAIL NAME SHOW where is it located

    I need it to read Special Delivery Next Day (which the prices have been set at)

    Any Takers

    Thanks in Advance

    Ken Czmeiduch

  4. The sub categories under 'Gemstones' in this shop aren't looking right, not on this computer anyway - they look fine on the laptop.

    As you can (maybe) see, the images overlap the text. (if you can't the images overlap the text of the sub category above it)

    I'm using the classic template, I just changed the colours. The thumnail size is set to 75 which is what I've made those images.

    Is this just a padding number on a style sheet somewhere? (please let it be something easy!)

    Thanks,

    Hannah

    Go to your skin/stylesheets/layout

    scroll down to

    .subCat {

    text-align: center;

    padding: 8px;

    float: left;

    width: 70px;

    height: 100px;

    adjust this and you should get the desired look

    Ken

  5. MySQL Error Occured

    1030: Got error 12 from storage engine

    QUERY = SELECT name, image, productId FROM CubeCart_inventory ORDER BY RAND(933) LIMIT 1

    Anybody any ideas what has gone wrong with this

    It is happening on 2 shops I do

    thanks Ken

  6. I all I have a feeling this may have been answered.

    I want to set the postage costs for my orders as a fixed price per order

    GB £2.50

    EU £5.00

    US £7.00

    For example

    how do I set this up, the documentation is a bit vauge or I am a bit vauge

    Any ideas welcome

    Thanks Ken

    Managed to get this sorted was using the shipping rate instead of Handling Charge

  7. I all I have a feeling this may have been answered.

    I want to set the postage costs for my orders as a fixed price per order

    GB £2.50

    EU £5.00

    US £7.00

    For example

    how do I set this up, the documentation is a bit vauge or I am a bit vauge

    Any ideas welcome

    Thanks Ken

  8. Open Classic/styleTemplates/content/viewcat.tpl and find:

    <div id="subCats">

    Try replacing with:

    <div id="subCats" align="center">

    This is untested but should work. :)

    FOUND IT AS ABOVE BUT

    [quote</div>

    <!-- END: sub_cats -->

    <p align="center">

    <!-- BEGIN: cat_img -->

    <img src="{IMG_CURENT_CATEGORY}"alt="{TXT_CURENT_CATEGORY}" border="1" title="{TXT_CURENT_CATEGORY}">

    <!-- END: cat_img -->

    <div>

    <p align="center"><strong>{LANG_CURRENT_DIR}</strong> {CURRENT_DIR}<br>

    {PAGINATION}</div>

    <!-- BEGIN: productTable -->

    <table border="0" width="100%" cellspacing="0" cellpadding="3" class="tblList">quote]

    Thanks stevie

  9. When you create a sub catagory it allows you to assign an image to it !!, just the same as the catagories.

    Thats great I was doing it already but was not sizing the image expected cubecart to do it

    (Always expecting to much )

    Thanks for quick response

    K

×
×
  • Create New...