Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jimmyharwood

Pioneers
  • Posts

    36
  • Joined

  • Last visited

Posts posted by jimmyharwood

  1. That's brill - I did not think it would be a STS thing exactly - I just was not sure where to look , the STS documentation said that the main content is dragged from index.html - but I could not see any thing there - thanks for the heads up - I have done multiple site changes over the years, and I have obviously doe some thing silly along the way!!

  2. I am missing the next / previous buttons on the product search page. If you select a category from the left hand menu (say in my case shirts) the shirt page opens up, and currently I have set the maximum amount of images to be displayed as 200.

    I had to up the number as we have 20/30 products in each category, but now the page is loading slower. I increased the search number as the previous / next buttons are not showing, although they do on the product new page.

     

    I am not sure the reason which page to start looking at, any help - I can see some code in product.new which I assume is for the next/prev, but I can not see it index.php (is the right place to look)

     

    Any help would be great

  3. Hi jimmy,

     

    I guess it is your email reader doing the caching. Try to modify the filename of the header image (also in the tpl)

     

    Cheers, as I have said it is fine now, therefore the cache may have cleared overnight, the next question, if that is possible is:

    On the winback module I would like to show what the last item purchased was and possible the date purchased, is there any placeholders for this item, or how do you produce a placeholder.

     

    We have been manually sending this type of email out for a while now, and although time consuming it really does reap benefits, that is why I was so pleased to find your excellent package.

     

    Jimmy

  4. Hi again, could do with some help please, I have changed the jpg email_header_beez.jpg and although the email is showing correctly on the pop-up, the original image is still being emailed out. Obviously, this has something to do with a cache somewhere, but I am not sure where.

     

    Cheers

     

    Jimmy

     

    I have sorted after a bit of reading through the forum. I went to admin/modules.php and removed a random : then put it back and re-saved.

    To be on the safe side, I also went to my admin section, and in the config menu, clicked on cache (which I have flagged as "false" as standard) - turn it on then back off again.

  5. Hi Cord,

     

    thank you for pointing me into the right direction - I have solved the STS issue too!

     

    Here is the solution I found across the boards:

     

    1: open the file catalog/includes/modules/sts/sts_default.php

     

     

    2: find around line 43:

     

     

    if (strstr($scriptbasename, "popup")|| strstr($scriptbasename, "info_shopping_cart"))

    return ''; // We don't use template for these scripts

     

    change to:

     

    if (strstr($scriptbasename, "popup")|| strstr($scriptbasename, "mailhive.php")|| strstr($scriptbasename, "info_shopping_cart"))

    return ''; // We don't use template for these scripts

     

     

     

    3: save the changes

     

     

    Voila, everything is fine!.

     

     

    Cheers

    Roland

     

    Just like to say, I have just load Mailbeez and had the STS problem. Although I did not know the problem was STS based or some other mod I have done.

    I have just modified the code as above and now works great!!

     

    This looks like a wonderful bit of kit - my thanks to Mailbeez, you can bet we will take up some of your paid for modules.

    Also many thanks to RCSails for the bug fix.

     

    Jimmy

  6. Been using ship in cart for quite a while now - suddenly noticed that the correct postal option is not appearing when not logged in. Not sure when this started to happen.

    I am getting the error message (my stylesheet changes error to white so they can not be seen by uesers - but sometimes makes it hard to spot when things start to go astray)

    Any ways the error is

     

    Warning: Attempt to assign property of non-object in \includes\modules\shipping_estimator.php on line 91

     

    This is sometimes line 97 and 86. Can not think of any changes that I have done recently that could cause the problem - any idea's

     

    Jimmy

  7. Got the latest version of customer testimonials installed, can any one confirmed that all the injection problems have been sorted, I have a feeling that I have had a couple of attempts. On the last url section of "who's online" has names, address and email information. I have not seen it myself - so I am not sure if these are names harvested from the DB or an injection. I can not see any additions made to the DB.

     

    Cheers

     

    Jimmy

  8. Hi I have just added the customer testimonials V6 to my local testing site - running xammp 1.7.1 and PHP 5.2.9.

    I am using OSC V2.2 RC2 with STS plus other contribs.

     

    I have change the settings, so any body can add a testimonial, and added one. I then went to the tools/testimonial manager setting and got the following message:

     

    Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in C:\xampp\htdocs\scootFRI\toomuch\includes\functions\compatibility.php:18) in C:\xampp\htdocs\scootFRI\toomuch\includes\functions\compatibility.php on line 30

     

    I have looked at compatibility.php but my little brain does not comprehend. The error only appears on the testimonial manager option, any help would be great as I really would like to put this on to the live site, but I have to make sure it is fully working first.

     

    I would assume, I have done something wrong somewhere, but for the life of me I have no idea, any help would be tremendous.

     

    Cheers

    Jimmy

    Sorted this out - after searching various topics, I kept coming across the message that reguire app top shouldnot be in any languages files. After a search I discovered it in english/testimonials_manager.php.

    At this point I realised I had copied the wrong testimonial manager file to the wrong location. Silly me.

  9. Hi I have just added the customer testimonials V6 to my local testing site - running xammp 1.7.1 and PHP 5.2.9.

    I am using OSC V2.2 RC2 with STS plus other contribs.

     

    I have change the settings, so any body can add a testimonial, and added one. I then went to the tools/testimonial manager setting and got the following message:

     

    Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in C:\xampp\htdocs\scootFRI\toomuch\includes\functions\compatibility.php:18) in C:\xampp\htdocs\scootFRI\toomuch\includes\functions\compatibility.php on line 30

     

    I have looked at compatibility.php but my little brain does not comprehend. The error only appears on the testimonial manager option, any help would be great as I really would like to put this on to the live site, but I have to make sure it is fully working first.

     

    I would assume, I have done something wrong somewhere, but for the life of me I have no idea, any help would be tremendous.

     

    Cheers

    Jimmy

  10. Hello, I just installed this module and so far most of it works great. The only problem i got so far on rc2a is that if no items are in my cart and I try to calculate shipping on the product_info.php page, it throws an error. Also when an Item is added to cart, it cannot be removed. Anyone got any recommendations on what files I should modify to fix this??

     

    Much thanks in advanced!

     

    -kenz

     

    Hi Kenz, I had the same problem with the cart as yourself. When using Firefox the cart update button worked fine but in IE it did not.

    All I did was move the line

     

    <td><br><?php if (CARTSHIP_ONOFF == 'Enabled') { require(DIR_WS_MODULES . 'shipping_estimator.php'); } else {}; ?></td>

     

    from the table that contained the original cart update button.

     

    In essance I changed it from line 185 to 239 (in shopping_cart.php - the line ref may be different for you as my site has quite a few mods attached.

     

    My code now looks like the following

     

    <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td>

    <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>

    </tr>

    </table> </td>

    </tr>

    </table></form><tr>

    <td><br><?php if (CARTSHIP_ONOFF == 'Enabled') { require(DIR_WS_MODULES . 'shipping_estimator.php'); } else {}; ?></td>

    </tr></td>

    </tr>

    <?php

    $initialize_checkout_methods = $payment_modules->checkout_initialization_method();

     

    if (!empty($initialize_checkout_methods)) {

    ?>

     

    You can see it at http://www.scootssuitsandboots.com

     

    I do not have your other error as when my cart is empty the shipping estimate turns off - do you have CARTSHIP_ONOFF == 'Enabled' - I do not know if this is the right bit of code, just guessing - unfortunatly I not as good as a lot of the people on this forum, just trying to help.

     

    Hope all goes well

     

    Jimmy

  11. just recently installed this, but had some problems with IE.

    The cart update button did not work in IE but was fine in Firefox. Once an item was placed into the cart it could not be removed agian.

     

    This is a excellant mod, that I really would like to use in our store www.scootssuitsandboots.com but can not afford to put people off if the cart is malfunctioning.

     

    I have look through the mod in case it was a load error that I have done - but can not see anything, has anybody else had the same problem, or know where to look?

     

    Jimmy

  12. Just installed this on my test server, getting the following error

     

    Fatal error: Call to undefined function tep_get_link_category_description() in links.php line 166

     

    Any idea's, I have never come across this kind of error before so a bit out of my depth.

     

    Cheers Jimmy

  13. My guess is that you don't have a file definition of FILENAME_CHECKOUT_PAYMENT.2. You probably have some backup file in the root and Header Tags is trying to create an entry for it.

     

    Jack

     

    I tell you what, your a god!!

     

    I do have back up files in root as I always keep the last files before changes for security reason, give that a go and come back.

     

    Cheers

     

    Jimmy

  14. That's not an error, it is code bein gdisplayed. When that happens, it means a mistake was made in the installation.

     

    Jack

     

    Sorry for not making myself clear, the error is shown is

     

    Parse error: parse error in C:\xampp\htdocs\scoot\includes\header_tags.php on line 485

     

    The error only appeared after I entered the admin section of the site and played around with the settings. Originally the pages displayed correctly

    and all the meta tags where filled with the default text.

     

    The code displayed in my original post shows the point at line 485, where the code is falling over - and is not displayed as an output. My feelings is that it has something to do with read/write permissions, although I am testing on a windows machine, the output at test tells me to ignore the warning if running a windows server. I am using xampp bundle. Any help would be great - as I have stated I am using STS.

     

    Many thanks

     

    Jimmy

  15. Help with parse error in includes\header_tags.php on line 483 which is

     

    // checkout_payment.2.php

    case (basename($_SERVER['PHP_SELF']) === FILENAME_CHECKOUT_PAYMENT.2):

    $header_tags_array = tep_header_tag_page(FILENAME_CHECKOUT_PAYMENT.2);

    break;

     

    This is running on a test system, xammp on a vista machine. the first time I ran the program it worked fine, I then enter the admin section and went through the different sections ending in running a test. When I refreshed the index page I got the error.

    I also have sts installed, is there anything that jumps out at you?

     

    Any help would be great

     

    Jimmy

  16. I have just installed the latest ipn mod to the newest osc (usless with the number bit), I also have STS and the gift card (trad) mod on the site as well.

    The problem I have if I use standard and express the checkout totals are moving across to paypal as expected but using ipn the vslue 0.00 is displayed forcing a buyer to fill in the amount themselves.

     

    I have a paid ssl cert.

     

    I am also getting back a debug email subject PayPal IPN Invalid Process and the message is

    $_POST:

     

     

    $_GET:

     

    Just can appear to nail this - any help - been at this all day.

     

    I have reloaded the mod an now it appears to work, not so sure on correcting product levels etc, about to give it a good going through now.

  17. I have just installed the latest ipn mod to the newest osc (usless with the number bit), I also have STS and the gift card (trad) mod on the site as well.

    The problem I have if I use standard and express the checkout totals are moving across to paypal as expected but using ipn the vslue 0.00 is displayed forcing a buyer to fill in the amount themselves.

     

    I have a paid ssl cert.

     

    I am also getting back a debug email subject PayPal IPN Invalid Process and the message is

    $_POST:

     

     

    $_GET:

     

    Just can appear to nail this - any help - been at this all day.

  18. Hi all, I have been searching the forums for a while now, and I have seen the question asked, but could not find an answer.

    In the catogary drop down menu ($catmenu) I would like to change the spelling on the top level header from catalog to catalogue. I have change all the other references in english.php etc, but can not find where to change this last one.

     

    I have search the DB on the chance that it is being pulled from there but to no joy.

     

    Any help would be great as the only option would be to remove it the drop down box completly.

     

    Many thanks

     

    Jimmy

     

    Found it, for those who are looking for this it is in catalog/includes/modules/sts_inc/sts_user_code.php around line 42

    look for if (!is_array($category_tree_array)) $category_tree_array = array();

    if ( (sizeof($category_tree_array) < 1) && ($exclude != '0') ) $category_tree_array[] = array('id' => '0', 'text' => "Catalog"); Change this to what ever suits.

     

    You can see it at our site www.scootssuitsandboots.com

  19. Hi all, I have been searching the forums for a while now, and I have seen the question asked, but could not find an answer.

    In the catogary drop down menu ($catmenu) I would like to change the spelling on the top level header from catalog to catalogue. I have change all the other references in english.php etc, but can not find where to change this last one.

     

    I have search the DB on the chance that it is being pulled from there but to no joy.

     

    Any help would be great as the only option would be to remove it the drop down box completly.

     

    Many thanks

     

    Jimmy

  20. Hi all, I have been searching the forums for a while now, and I have seen the question asked, but could not find an answer.

    In the catogary drop down menu ($catmenu) I would like to change the spelling on the top level header from catalog to catalogue. I have change all the other references in english.php etc, but can not find where to change this last one.

     

    I have search the DB on the chance that it is being pulled from there but to no joy.

     

    Any help would be great as the only option would be to remove it the drop down box completly.

     

    Many thanks

     

    Jimmy

  21. Please post your support request in the correct thread.

     

    STS support is ONLY provided in the STSv4 Support Thread. The link is in the STS User Manual as well as in my signature below.

     

    http://www.oscommerce.com/forums/index.php?sho...660&st=4880

     

    It's best to keep the questions (and answers) in one place for all STS users to benefit.

     

    Sam was correct but you should not have had the iso reference to begin with as you were using STS and it automatically picks up the settings from your admin:

     

     
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    
    <html $htmlparams>
    
    <head>
    
    <!--$headcontent-->

    You should have the above in your template and leave out the meta tag as it is picked up with the $htmlparams and $headcontent tags.

     

    Sorry for that, obviously I did not read the manual properly (a unfotunate qwirk of my nature). The change that Sam suggested has done the trick, but hey, I am always one to listen to advise when it is offered and I will remove the meta. I thought I had placed the question in the STS section, but I guess tired eyes played a part - I had spent a few hours looking for the answer.

    Do you want me to move the post to the correct forum? Unfortunatly I am not sure how to do that except for reposting it.

     

    Let me knwo what you think is best and I will do it - it is the least I can do for the help and advice offered.

     

    Many thanks

     

    Jimmy

  22. Two things

     

    currancies:

     

    settings should be:

    Title: UK Pounds

    Code: GBP

    Symbol Left: £

    Symbol Right:

    Decimal Point: .

    Thousands Point: ,

    Decimal Places: 2

    Value: 1.00000000

     

    AND You should have in the <head>

     

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

     

     

    Thats fixed it!!

    It was the meta tag I had iso-8, would never have thought of that in a million years.

     

    Many thanks

     

    Jimmy :rolleyes:

×
×
  • Create New...