Search:

Type: Posts; User: ceegeeaar

Search: Search took 0.01 seconds.

  1. Thread: MSRP contrib

    by ceegeeaar
    Replies
    392
    Views
    75,570

    Re: MSRP contrib

    make sure you are using the slanty quotes next to number 1 and not single quotes next to semi-colon on your keyboard. It is usually Ok to ommit them if in any doubt.

    Always make a backup of your...
  2. Thread: MSRP contrib

    by ceegeeaar
    Replies
    392
    Views
    75,570

    Re: MSRP contrib

    Hmm the problem now is that leading 0's have been stripped from my model numbers in zen_products so dont match the rrp ones. :ohmy:
  3. Thread: MSRP contrib

    by ceegeeaar
    Replies
    392
    Views
    75,570

    Re: MSRP contrib

    Worked it out, thanks anyway. It works if you remove the 's
  4. Thread: MSRP contrib

    by ceegeeaar
    Replies
    392
    Views
    75,570

    Re: MSRP contrib

    I've created a table zen_products_rrp with products_model and rrp in it and imported a csv with the relevant information.

    Ive created products_msrp in zen_products and am trying to update it with...
  5. Replies
    26
    Views
    7,963

    Re: Hiding Categories

    I noticed the count is shown in the admin side aswell. It could probably be used to perform the same function as clicking the icon, without the confirmation page. Thats as far as I got before I...
  6. Thread: MSRP contrib

    by ceegeeaar
    Replies
    392
    Views
    75,570

    Re: MSRP contrib

    I have a site with 16000 products already on it I'd like to add this mod to. What is the best way to get the RRP pricing into the database?

    I can create a csv with product id and rrp but no idea...
  7. Replies
    26
    Views
    7,963

    Re: Hiding Categories

    Is there some sql I could paste which would disable empty categories rather than ploughing through them all manually?
    I have a site populated with 16000 products in an industry standard category...
  8. Re: Windows Live Product Search Contribution Support Thread

    This isnt directly related to the contribution but I thought I would pass this on in case anybody else from that insignificant place known as ROTW has suddenly found themselves in a similar position....
  9. Re: Windows Live Product Search Contribution Support Thread

    It sounds like the key is already there. Have you tried using the uninstall SQL and then reinstalling it?
  10. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    It sounds like you just need to tell google to expect an xml file rather than a txt file.
  11. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    I posted on it before, have a look here..

    http://www.zen-cart.com/forum/showthread.php?p=445905&highlight=ceegeeaar#post445905

    It is pretty much the same code in lps.php for the live product...
  12. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    kitcorsa -

    We had similar and found that altering the code, so passive mode was attemtped before port mode, allowed it to connect ok. It is the same with LPS feeder. I think it's just a firewall...
  13. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    You can just create two cron jobs.

    One for feed=yes and one for upload=yes a couple of minutes later.
  14. Replies
    1
    Views
    781

    Sort Order - Easy one (hopefully!)

    Hi

    Dear wise and willing..

    We currently have 'customers who bought this product also purchased' displaying at the bottom of product pages and also Cross-Sell for 'We Also Recommend'.

    The 'we...
  15. Replies
    2,266
    Views
    473,711

    Re: Categories Dressing

    False alarm :blush:

    I found a stray apostrophy in the css!
  16. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    while ($attempt < 3 || !$success) { // two attempts, one with pasv off, one with on
    if ($attempt = 0) {
    ftp_pasv($cd, false); // on first attempt, turn pasv off
    ...
  17. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    Jason, you might want to check your site. When I try to open product pages in IE it fails with Operation Aborted. Firefox is fine. That might have something to do with your problems.
  18. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    I take it my suggestion 2 or 3 posts above, which you ignored, didnt work for you then...
  19. Replies
    2,266
    Views
    473,711

    Re: Categories Dressing

    Im having a problem with this. I have it set up nicely and it works well with firefox but when the page is viewed in IE the styling is gone plus the subcategories are not on separate lines. Its as if...
  20. Replies
    3,562
    Views
    728,849

    Re: Google Base Feeder Support Thread

    We had to alter the code to try passive mode ftp before port. It seems after port failed passive was blocked. The same was true with LPS script. It is simple to do if you look in the code.

    Hope it...
  21. Replies
    3
    Views
    1,266

    Re: Problems with #name anchor

    Just the ticket! Thankyou :smile: Thats something which has been niggling me for a while. Easy when you know how!
  22. Replies
    360
    Views
    69,753

    Re: Protx VSP Direct v2.0.0

    Can you not just allow them limited VSPAdmin access?
  23. Replies
    360
    Views
    69,753

    Re: Protx VSP Direct v2.0.0

    We have installed the add customers from admin addon and use the COD payment module, obviously changing the text within it, as a telephone payment option. It means we can process telephone orders...
  24. Re: Order Status emails - different template for dispatched

    Cracked it! :clap:

    Info for anybody wanting to do the same, I altered after line 103 of admin/orders.php where it says // send emails.

    It now looks like this


    if ($status == '3') {
    ...
  25. Replies
    1
    Views
    1,412

    Re: Tips on customizing Order Status emails

    Ahhaa, belated thankyou Shirley, this answers my question in another post!
  26. Re: Order Status emails - different template for dispatched

    .. on the other hand lines 98-100 look more promising..


    if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {
    $notify_comments...
  27. Order Status emails - different template for dispatched

    Hi

    This is probably going to sound muddled but what I am trying to do is add some delivery information to the dispatch/delivered email that is sent when you change the order status.

    I *think*...
  28. Replies
    6
    Views
    1,256

    Re: Protx problems

    Log in to VSP Admin using your adminstrator login and password and check you have granted your user permissions to refund etc. When you set up your first user you have to set all the permissions for...
  29. Replies
    3
    Views
    1,845

    Re: HTML & Text-Only - default to HTML.

    Ahh thankyou Ajeh!
  30. Replies
    0
    Views
    2,770

    Email discount coupon & HTML Newsletter

    Don't seem to recognise the template override for email_extras.php

    Please check, but Im pretty sure. v1.3.7.1

    Hope it helps!

    Claire
  31. Replies
    3
    Views
    1,845

    HTML & Text-Only - default to HTML.

    Hi

    I am trying to make the default mail HTML rather than Text-Only during the account creation in checkout.

    There is a setting in includes/create_account.php which looks like it should do it...
  32. Replies
    60
    Views
    16,155

    Re: NEW! Protx VSP Form v1.0.0

    Thankyou conor for your willingness to help. I admit to numptiness though! The problem was the default installation of ZC using USD as base currency. Once set up properly everything works very...
  33. Replies
    60
    Views
    16,155

    Re: NEW! Protx VSP Form v1.0.0

    Thanks Conor, will do. Yes, I didnt put it very well did I.

    The item values passed to protx have seemingly random values which are roughly double the actual, having checked the transaction record...
  34. Replies
    60
    Views
    16,155

    Re: NEW! Protx VSP Form v1.0.0

    Hi

    Thanks for this useful contribution. I have it installed and trialing it on a test site, the site isnt fully configured.
    I am finding it seems to be sending the correct order total through...
Results 1 to 34 of 34
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR