Search:

Type: Posts; User: paul3648

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,079

    v157 Re: Paypal IPN update?

    Thanks for the clarification. They refer to an "Access Control List (ACL) ". If they had just said firewall all would have been clear...
  2. Replies
    2
    Views
    1,079

    v157 Paypal IPN update?

    157c

    PayPal has added new IP addresses for IPN. Is there anything we need to do about this?
  3. Re: Beanstream Payment Module Support Thread

    ZC 157c PHP 7.3

    I've been getting the following warning when accessing admin->customers->orders->order edit:

    Illegal string offset of "id" includes/modules/payment/beanstream.php line 110
    ...
  4. Re: Reward Points Full Suite for 1.56c...

    I've just updated my site to 157c and reward points is working nicely. There is just one little minor snag that is not affecting the operation of the site:

    In the admin customers orders section,...
  5. v157 Re: Name of category pages to disable sidebox

    Thank you so much! This is working perfectly:

    if (!in_array($current_page_base,explode(",",'index,product_info')) ) {
    $flag_disable_left = true;
    }

    I actually want to enable sideboxes...
  6. v157 Name of category pages to disable sidebox

    I'm using the latest 157.c

    What would be the name of the category page that lists all products in a category?

    I want this name to include in the tpl_main_page.php file to disable sideboxes.

    ...
  7. Replies
    331
    Views
    45,827

    v156 Re: Ceon URI Mapping V5.0

    Torvista, I tried this but don't quite understand where the files go, or the naming. I moved ceon_uri_mapping_javascript.php from the admin/includes folder to the admin/includes/javascript folder,...
  8. Re: Beanstream Payment Module Support Thread

    Thanks robraymond. I was also getting the same error and this fixes it. From the users perspective, they get a blank page if they enter the credit card number incorrectly - e.g. not enough digits.
    ...
  9. Re: Beanstream Payment Module Support Thread

    I'm interested in using this module, and am wondering if it qualifies for PCI SAQ A compliance.

    The Bambora website has a section for Custom Checkout which is PCI SAQ A compliant -...
  10. v155 Re: PHP Warning: A non-numeric value encountered in perweightunit.php on line 105

    It turns out that I didn't have a value in the "Handling Fee" section of the perweightunit shipping module.

    Putting 0 for the Handling Fee solved the problem.
  11. Replies
    0
    Views
    237

    v155 Search Reviews from Admin - wrong URL

    Minor bug:

    When searching for a review in the admin, the URL of each search result shows like this:

    https://mywebsite.com/admin/reviews.php?page=2&rID=287

    But that is page 2 of the search...
  12. Replies
    2,216
    Views
    351,154

    Re: Maximum per tab

    I installed this on a development site ZC 155f and and TPP 1.2

    It looks and works great, but I came across a weird limitation. I didn't see any mention of this in the docs or in the forum... sorry...
  13. v155 [Done v1.5.6] PHP Warning: A non-numeric value encountered in perweightunit.php

    ZC v 155f

    Just upgraded to PHP7.1


    [27-Apr-2018 09:22:19 America/Toronto] Request URI: /index.php?main_page=shopping_cart, IP address: xxx.xxx.x.xx
    #1 perweightunit->quote() called at...
  14. Replies
    2,444
    Views
    353,189

    Re: Ceon URI Mapping v4.x

    I have this working by setting up my install folder as an apache2 virtual host, then putting the CEON mappings directly in the conf file of /etc/apache2/vhosts.d folder.

    So rather than accessing...
  15. Replies
    638
    Views
    130,403

    v150 Re: Support Thread for Google reCAPTCHA

    OK Thanks for all your help. For whatever reason this is not working for me. With no error reports I can't pin down the problem.
  16. Replies
    638
    Views
    130,403

    v150 Re: Support Thread for Google reCAPTCHA

    I'm back to localhost. Googles docs says localhost is allowed as long as it is declared as a domain.
    https://developers.google.com/recaptcha/docs/domain_validation

    No errors in the console.

    I...
  17. Replies
    638
    Views
    130,403

    v150 Re: Support Thread for Google reCAPTCHA

    So I just tried this on my live site 155f php5.6 and got the same red "Please verify that you are not a robot."

    I modified the class.google_recaptcha.php file to comment out Reviews and Create...
  18. Replies
    638
    Views
    130,403

    v150 Re: Support Thread for Google reCAPTCHA

    Will this work on a test installation on localhost?

    The captcha is showing up OK, but when I click the send button on the contact form it keeps giving me a red warning Please verify that you are...
  19. Thread: Zen Colorbox

    by paul3648
    Replies
    335
    Views
    76,948

    v150 Re: Zen Colorbox

    I just downloaded and installed the latest 2.1.2 version which looks great, except the images weren't resizing on small screens.

    I found this code, meant to go at the end of the...
  20. Replies
    2,444
    Views
    353,189

    Re: Ceon URI Mapping v4.x

    I just had a quick look at your site and would like to suggest that after choosing an instrument, a genre selection would maintain that instrument selection. I'm pretty sure there's a module that...
  21. Replies
    659
    Views
    195,395

    Re: Recover Cart

    It seems to be working for me. Did you download the latest version from the plugin directory?
  22. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    He's getting 75 points because he's actually paying 7,50€. I think this is correct.



    I think this is also correct, because the customer has already indicated he wants to redeem the points, so...
  23. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    It's quite a simple fix as explained in https://www.zen-cart.com/showthread.php?215188-Reward-Points-Full-Suite-v2-5-(for-ZC-v1-5x)-Support-Thread&p=1318755#post1318755

    There are two instances...
  24. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    My reward point rounding is set to 0.0

    Other settings:

    Reward Point Status Track : Simple
    Adjust Reward Points for Sales/Specials : 1
    Advanced Reward Point Calculation Rules : Advanced Rules...
  25. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    I just tried a very convoluted process of adding products, selecting reward points to redeem, removing products, unchecking redeem points, in various combinations and the reward points were always...
  26. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    Thank you SO much! This seems to be working for me, and I have the advanced rules enabled.
  27. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    mesnitu - thanks for pointing that out. I hadn't noticed that before. I will test later today and see how it works.
  28. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    You can count me in. As things are, my only solution is to go back to 1.54
  29. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    I guess there's been no progress finding this bug for 1.55a. I've looked at all the code for this module and done a diff with 1.54 - nothing obvious pops out. My next task is to compare it with a...
  30. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    I've got the same problem with 1.55a. That's a good idea about the gift voucher as an interim solution.
  31. Replies
    0
    Views
    1,720

    v154 No Billing Address = AVS Street Match: N

    None of my credit card transactions handled with PayPal Pro (Canada) are recording a billing address.

    The Transaction Details page in PayPal manager shows the customer name and email address in...
  32. v151 Re: You must spend at least US$0.00 to redeem this coupon

    By coincidence, I just noticed this happening on my site too. The supplied patch corrects the problem. Thanks!
  33. Replies
    5
    Views
    1,152

    v154 Re: require at least one checkbox

    Thanks for the feedback. I was hoping to allow the customer to select 1 or more options, hence the checkboxes. But the radio buttons are acceptable in most cases.
  34. Replies
    5
    Views
    1,152

    v154 require at least one checkbox

    My products are available in different weights, which have been set up with checkbox options.

    I want the customer to be forced to click one of these checkboxes.

    This page:...
  35. Replies
    240
    Views
    53,447

    Re: Login as Customer module

    I am wondering about this too. I am using 1.5.4 and noticed the "Master Password" section under Configuration -> My Store.

    But it doesn't work. When I try to login using the Master Password with...
  36. Replies
    4
    Views
    428

    v151 Shipping labels - non descriptive?

    Just a general question - not really related to Zen Cart.

    I was advised that it's a bad idea to indicate what your shipped parcel contains, to minimize the possibilty of theft.

    So if you are a...
  37. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template

    Thanks for that. I had searched through the template files, but of course overlooked the language files.

    I found it in...
  38. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template

    Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:

    <ul class="content1" style="display: none;">

    tpl_footer_menu.php has come jscript:


    ...
  39. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread

    Thanks for this.

    I would suggest making the following changes to includes/modules/pages/product_reviews/header_php.php

    Line 42 - 46:



    if...
  40. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template - slides

    Clicking on the "larger image" link - I've been trying out my design on a tablet, and when you click on the "larger image" link, a new window opens. This is fine on a desktop computer, because it's...
  41. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template - slides

    Here's my solution for the "larger image" problem:

    responsive.css line 4 change

    img{max-width:100%;height:auto;border:0;}
    to

    img{height:auto;border:0;}
    Add
  42. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template - slides

    Yes, I noticed that. I found the threads with posted solutions, but they don't quite work for my situation. No worries, my site is still in development, I'll post my solution when I find it.
  43. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template - slides

    Thanks for your speedy reply. I found that the img tag in responsive.css was causing the problem. I've commented it out for now, but haven't yet checked how it affects smaller screens.

    Line 4:...
  44. Replies
    526
    Views
    114,867

    v151 Re: Stirling Grand Responsive Template - slides

    The "larger image" button on the product listing page opens up a small window (150 X 150). The image is actually 500 X 500.

    This is with the standard Zen Cart image popups. Any idea why this is...
  45. Replies
    2,474
    Views
    416,510

    Re: Reward Points Module- Live Release now available.

    In my installation reward points are not credited until there is a change in order status - e.g. pending to processing
  46. Replies
    42
    Views
    19,521

    Re: Customer Reviews, their full name is diplayed?

    I am using CONCAT on 1.5. Works for me.

    You might want to check that you are editing product_reviews_write - there are two other product_reviews folders.


    $customer_query = "SELECT...
  47. Replies
    2,474
    Views
    416,510

    Re: Reward Points Module- Live Release now available.

    That might be in Customers -> Group Reward Points -> Global Points Ratio -> 1.00

    I believe one point is rewarded for each dollar spent, so you're being mighty generous.
  48. v139h Re: Sending Newsletter in batches of 500 or less.... ???? How can I?

    Again I recommend DADA mail. It has a throttling function - I have it set to send about 250 emails an hour, but you can set it to any interval you like. DADA is free, though limited to 1000...
  49. Re: 10474 - The shipping country is not allowed by the buyer's country of residence

    I'd be happy having a choice whether to accept the order or not. It seems PayPal is not giving me that choice.
  50. Re: 10474 - The shipping country is not allowed by the buyer's country of residence

    I am also having this problem for a customer who lives in China but is registered in Ireland.

    Is this a problem with PayPal or with Zen Cart?
Results 1 to 50 of 237
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR