Search:

Type: Posts; User: jbrit

Search: Search took 0.00 seconds.

  1. Replies
    509
    Views
    64,975

    Re: Back In Stock Notifications

    Have you made sure that 'Allow Checkout' is set to false in Admin->Configuration ->Stock?
  2. Replies
    2
    Views
    1,552

    Re: Disabled items showing in specials list

    Thanks for the links.

    I already did some searching and I'm sure this is the code I need to insert:

    and p.products_status = 1

    I'm just not 100% sure where I should be using it, looking in...
  3. Replies
    2
    Views
    1,552

    Disabled items showing in specials list

    Hi,

    Running 3.7.1

    When adding a new special, the product list that appears contains both enabled and disabled products. Is there any way to stop it from displaying the disabled products?
    ...
  4. Replies
    100
    Views
    42,323

    Re: Support thread: Social Bookmarking/Social Shopping

    I'm trying to get the AddThis analytics working, the FAQ says to look for the pub= part of the code but I'm not seeing that in the button code that I generate, I see this with xxxxxxx being my...
  5. Replies
    8
    Views
    2,364

    Re: Paypal replaces shipping address

    Hi,

    I understand what you are saying, once I figured out that code was causing the problem, I decided to just try using the working line of code from the Feb update to see if it worked - this was...
  6. Replies
    8
    Views
    2,364

    Re: Paypal replaces shipping address

    Thanks,

    I compared \includes\modules\payment\paypalwpp.php between the 2 updates and noticed that change you mentioned.

    I changed the 1.3.7.1 install to:


    if ($value =='') $address_error =...
  7. Replies
    8
    Views
    2,364

    Re: Paypal replaces shipping address

    I did some testing today and found the following.

    Base install of 1.3.7.1 with only paypal express installed is not passing the shipping address to paypal - as in if I create an order and go...
  8. Replies
    8
    Views
    2,364

    Re: Paypal replaces shipping address

    Thanks,

    I looked at those and none have the same issue I'm seeing. I searched before posting and only came up with this post: http://www.zen-cart.com/forum/showthread.php?t=65264

    Someone...
  9. Replies
    8
    Views
    2,364

    Paypal replaces shipping address

    Hi,

    Running zencart 1.3.7.1 and paypal express.

    We have a strange issue going on with shipping addresses, it seems as though the default address associated with the paypal account is used and...
  10. Replies
    0
    Views
    390

    Edit Orders 1.5.3

    Hi,

    Using edit orders 1.5.3 on a Zen 1.3.7 install, when in 'edit' mode and the customer has used a coupon, the line showing the coupon is messed up. I've attached an image to show what I mean.
    ...
  11. Replies
    509
    Views
    64,975

    Re: Back In Stock Notifications

    Hi there,

    I'm just wondering how to go about changing the font & font size of the text that is displayed on the page that appears after a user clicks the subscribe button?
    Thanks
    James
  12. Replies
    0
    Views
    952

    Paypal express address anomalies

    Zen 1.3.7.1 with paypal express.

    We seem to be having an issue that is causing us to ship parcels to the wrong address.

    Scenario:
    Customer creates / has an account on our store.
    They log in...
  13. Replies
    696
    Views
    169,507

    Re: Better Together Contribution Support Thread

    Hi,

    I've been playing around with the following scenario..

    $this->add_cat_to_cat(4, 4, "%", 50);
    Buy 1 item in catergory 4 and get the 2nd category 4 item at 50% off.

    From what I can work...
  14. Replies
    696
    Views
    169,507

    Re: Better Together Contribution Support Thread

    I just installed this and running on test site for now.

    I'm using this discount link:
    $this->add_cat_to_cat(4, 5, "%", 50);
    Buy 1 item in category 4 and get 50% off an item in category 5.
    ...
  15. Replies
    3,562
    Views
    729,555

    Re: Google Base Feeder Support Thread

    Hi there,

    Using Cart 1.3.7 and feeder 1.6.4 for last month or so. Recently noticed that a few of my products are not appearing in base searches, they appear in 'my items'.

    There is nothing...
  16. Replies
    392
    Views
    84,617

    Re: Gift Wrapping Contribution

    The only changes made for Canadian taxes are to define tax zones / classes and rates as per http://www.zen-cart.com/forum/showthread.php?t=35032 no mods to files so I'm not sure what changes I could...
  17. Replies
    392
    Views
    84,617

    Re: Gift Wrapping Contribution

    I just installed this on my test site, and I am getting double tax on the gift wrap charge.

    I'm in Canada and my taxes are broken down on 2 lines, 1 for the item and 1 for the shipping but in...
  18. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    :)))))))) Yippeee, it's working.

    Now for the embarassment! - I guess the ipnation.sql file had not taken correctly, I noticed there were only 1500 or so records in the ipnation table, I removed...
  19. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    Yes, you are correct - the only issue with the mod is why it is not selecting the correct currency - I will re read the readme and check the IP2Nation part of the install. I know it must be...
  20. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    Sorry for the confusion, my mistake - yes, I mean paypal express.
  21. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    The error from paypal is this:

    10444 Transaction refused because of an invalid argument. See additional error messages for details. - The transaction currency specified must be the same as...
  22. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    Well, I still cannot get my site to automatically update the currency.

    The biggest problem this causes is if a Canadian does not update the currency from USD to CAD, then they try to make a...
  23. Replies
    3,562
    Views
    729,555

    Re: Google Base Feeder Support Thread

    I tried the 1.6.5 patch and I'm not getting any error messages anymore - just the successful one now.

    After uploading, should I be able to see the file if I connect to uploads.google.com via an...
  24. Replies
    3,562
    Views
    729,555

    Re: Google Base Feeder Support Thread

    Hi there,

    When I try and upload my products I get the following log and I'm confused because it says it's sucessful to start with and then I get upload failed errors....

    if i connect to...
  25. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    Ok, well after some testing, the only thing that is not working for me is when a guest visits the site it does not update the currency - if that guest then creates a user account with Canada for the...
  26. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    I've re read numerous times and still cannot get that part to work, I know other parts are working as the customers_currency table is being populated with information for registered users - it would...
  27. Replies
    147
    Views
    25,452

    Re: userCurrency - updated for 1.3.5

    I must be doing something wrong because I just cannot get this working.

    Everything installed ok, I'm in Canada ip2nation.com show that I'm in Canada and other zencart sites using this mod change...
  28. Re: How do i change currency depending upon IP address?

    I must be doing something wrong because I just cannot get this working.

    Everything installed ok, I'm in Canada ip2nation.com show that I'm in Canada I have 2 currencies (USD and CAD). In admin I...
  29. Replies
    0
    Views
    2,225

    Canada Post shipping module - Fuel Surcharge

    Hi,

    I'm just testing the Canada Post module and I notice that the shipping rates I get back do not include the fuel surchages that you see when running a manual quote at Canada Posts website.
    ...
Results 1 to 29 of 29
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR