Search:

Type: Posts; User: BGundlach

Search: Search took 0.01 seconds.

  1. v151 Re: PHP Warning: Illegal string offset 'r_error' in linkpoint_api.php

    My web host wrote a quick debug script, that showed an issue with
    curl_setopt ($ch, CURLOPT_SSLVERSION, 3) so I commented that line out as well as that line plus every possible combination of the...
  2. v151 PHP Warning: Illegal string offset 'r_error' in linkpoint_api.php

    I'm getting these errors:

    [20-Aug-2014 11:12:54 America/Chicago] PHP Warning: Illegal string offset 'r_approved' in /home/mz/public_html/shop/includes/modules/payment/linkpoint_api.php on line...
  3. Replies
    1,786
    Views
    247,244

    v150 Re: Super Orders + Edit Orders

    When I'm in the edit order screen I have this highlighted in red at the top of the screen:
    https://manoszapotecas.com/shop/ctrl/images/icons/warning.gif WARNING_ORDER_TOTAL_SUBTOTAL

    my admin...
  4. Replies
    3
    Views
    633

    Re: First Data Declines

    okay, issue is client only has an e4 account. does this work with e4 or only th global gateway?
  5. Replies
    3
    Views
    633

    Re: First Data Declines

    In the CC review it gives this error:

    SGS-002100: ERR 20 - CALL SUPPORT
  6. Replies
    3
    Views
    633

    First Data Declines

    The first data payment module is declining every card. It worked fine in tesing mode. Could it be an issue with using the .pem file from the old site(same domain)?
  7. Replies
    1,487
    Views
    325,221

    Re: DUAL Pricing version 2

    I can't find this anywhere, but Is it possible to set a minimum purchase for wholesale customers? And to disable coupons for wholesale?
  8. Replies
    2
    Views
    457

    Can I create customers from admin?

    Is it possible to create customer accounts from admin? I don't see how.
  9. Replies
    2
    Views
    548

    v151 Re: Linkpoint doesn't want to install

    Yep, I should have mentioned that I solved it. Enabling https throughout the admin was the answer. Setting both the HTTP_SERVER and HTTPS_SERVER to https:// in the admin configure.php file enables it...
  10. Replies
    2
    Views
    548

    v151 Linkpoint doesn't want to install

    The linkpoint/firstdata payment module insists I need to activate ssl when I'm looking at it from an https:// view.

    caveat: Is it possible that a cloned version of this module would be interfering...
  11. Replies
    3
    Views
    721

    v151 Re: Setting up a development server

    Every single file was transferred completely. rsync makes sure of that.

    I use a debian lamp stack.

    I can't seem to find any error with the config, but I'll give it another read through.
  12. Replies
    3
    Views
    721

    v151 Setting up a development server

    So, my desktop is in the shop. I'm trying to set up a development server on my laptop, but it just wont work, i've read through and fiddled with every config file. I rsync'd all of the files from...
  13. Replies
    2
    Views
    633

    v151 Re: Ups xml

    found the problem. My country of origin was mexico. In the includes/languages/english/modules/shipping/upsxml.php file the mexico origin defines all left out the "worldwide " from their definition,...
  14. Replies
    2
    Views
    633

    v151 Re: Ups xml

    after a var dump it's showing that the quote=>methods array is empty even though I've specified worldwide expedited in the admin (and it's in my database)
  15. Replies
    2
    Views
    633

    v151 UPS-XML problems with Mexico

    I'm getting no estimate or option. It's enabled in the admin, I even get a fieldset and legend for it at the "checkout - step one", but there's nothing there. I've enabled the log, and I get a...
  16. Replies
    1,684
    Views
    262,609

    v150 Re: products_image_large equivalent

    You're absolutely right. I needed to run the handle_image function on my large image. I borrowed fual lightbox's zen_lightbox.php and voila working great. Thank you
  17. Replies
    1,684
    Views
    262,609

    v150 products_image_large equivalent

    I'm trying to set up Foundation's clearing lightbox on my product info pages. Unfortunately I can't figure out the src= URL for my large main product image. I was expecting to find it with the...
  18. Replies
    1
    Views
    592

    v151 Mass update imported passwords

    Every customer in my database needs to have a password reset. I'm importing 400+ customers from an open cart install and need to reset their passwords. Is there a function to do this?
  19. Replies
    2
    Views
    601

    v151 Re: Direct shipping for out of stock orders

    and, problem solved. In the /includes/modules/pages/checkout_shipping/header_php.php if you've already installed Stock by Attributes there is already an in-stock loop. just a copy paste without the...
  20. Replies
    2
    Views
    601

    v151 Re: Direct shipping for out of stock orders

    My guess is that I would create a loop on checkout that would go through all the products, if one is out of stock, I set the shipping to UPS XML. Otherwise ship using table method.
  21. Replies
    4
    Views
    906

    v151 Re: Sort by attribute

    Originally created available. Some rug patterns don't work at the 8x10 ratio. I believe you understand correctly.
    So how would common terminology help? Ideally I'd like to have a dropdown box...
  22. Replies
    4
    Views
    906

    v151 Re: Sort by attribute

    I need to sort by attribute for other reasons as well. Some products are only available in certain sizes. I don't want to display a rug that's only available in small and medium sizes to someone...
  23. Replies
    4
    Views
    906

    v151 Sort by attribute

    I'd like to set up collections of products. My client sells handwoven goods. I'd like to be able to put all the matching "southwestern" products in a collection and all the "Corn Goddess" products...
  24. Replies
    1
    Views
    603

    Migration from OpenCart

    Does anyone have experience migrating from OpenCart? I have inherited a site that the last developer built in OpenCart. I just need to write a script to transfer products, categories,...
  25. Replies
    1
    Views
    834

    v151 Re: Responsive Theme

    and... problem solved. If you're having difficulty seeing your css or js on a new theme, make sure you've applied the proper permissions. If you're using a linux server and have shell access cd to...
  26. Replies
    1
    Views
    834

    v151 Responsive Theme

    I'm trying to add Foundation5 framework to a zencart theme. I've tried adding it into both the responsive DIY and the boilerplate theme. None of the javascript or css files load properly.

    I'm...
  27. Replies
    7
    Views
    3,441

    v151 Re: HTML5 Boilerplate for RWD

    Arr. The link's broken. Do you mind posting the basic file structure for a Foundation based theme? I'm trying to piece one together.
  28. Replies
    2
    Views
    601

    v151 Direct shipping for out of stock orders

    Is it possible to ship by whether products are in stock or not? I have a client that wants an order of in stock items to ship on a table, then out of stock or mixed orders to ship direct from the...
  29. Replies
    0
    Views
    660

    v151 In Stock Shipping

    Is it possible to ship by whether it's in stock or not? I have a client that wants an order of in stock items to ship on a table, then out of stock or mixed orders to ship direct from the...
Results 1 to 29 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR