Search:

Type: Posts; User: ElSlozzo

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    Hi fpbear (or anyone using this module),
    I have updated the module on Github, however it will require some real world testing. You can now change what template the credit card form goes on, so...
  2. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    Hi fpbear,
    On point 3 - ugh, I know. It is excessively painful. Hopefully if you get all setup what you can setup before involving them it'll be less painful. Yes, that is where you can add the...
  3. Thread: Wishlist

    by ElSlozzo
    Replies
    377
    Views
    110,368

    Re: Wishlist

    I came across a site that uses/likes this mod. The support query I got to look into was to see why attributes aren't being carried over to the shopping cart from the user's wishlist.

    Looking...
  4. Replies
    6
    Views
    379

    v156 Re: Product compatibilty table, list?

    Hey, sorry for the late reply on this...if you haven't found it, it's on the product and category listing pages, and it's one of the tiny icons on the right hand side along with "edit", "delete",...
  5. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    The fields don't appear if their javascript isn't included. The fields are dependent on that JS being in the footer. That is the reason for the PHP include I put in the instructions.

    One thing...
  6. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    Hi fpbear,
    Sorry about the missing language file, that is now in the right place. I updated the github repo.

    Yes auth.php and webhook.php go in the site root. Webhook.php will be the webhook you...
  7. Replies
    6
    Views
    379

    v156 Re: Product compatibilty table, list?

    Unfortunately the spacing in my post was lost, it looks better like this:



    Printer Search (top level category)

    Inkjet (sub-category)

    HP (sub-sub-category)
  8. Replies
    6
    Views
    379

    v156 Re: Product compatibilty table, list?

    I've done something very much like this before but with different products. I used linked products. To apply my method to your example with printers and cartridges one would first create the base...
  9. Replies
    2
    Views
    199

    v156 Re: Sub Categories?

    Maybe you found the answer already, but on the page you linked are 2 important notes:





    That?
  10. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    Hi all,
    I put together a version that will work with the new version of the PaymentsJS API. I extracted and tidies the results and put it into something that looks like a Zen Cart plugin. Any...
  11. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    Hello, just checking back in to see if anyone worked on this?

    I have a working development version - however since the card processing results come in via a separate endpoint I had to work around...
  12. v155 Re: Problem in displaying HST in Hosted Paypage emailed response/receipt, using ZenCa

    I'm too far down the half-finished rabbit hole that is the payeezy v2 plugin and now I'm working directly with someone at FD to get it to work - and I think I'm their first PHP customer to do so. For...
  13. Re: Westminster_New - Front Page hover image does not always load...

    Aha great improvement. Yes that does fix 90% of what I mentioned and even makes the site easier on the eyes.

    However according to my browser's console, I see you're still calling a minimized...
  14. Re: Westminster_New - Front Page hover image does not always load...

    As for the http vs. https bit, and depending on your familiarity with Zen Cart and editing code, check your template's common/html_header.php file where it is linking to css and javascript files....
  15. v155 Re: Problem in displaying HST in Hosted Paypage emailed response/receipt, using ZenCa

    In my experience that's not an uncommon response from a payment provider's integration team.

    Searching now for Moneris plugins for Zen Cart, neither 2 that show up are newer than 2013. Maybe...
  16. Replies
    6
    Views
    4,511

    Re: Composer-izing

    Hmmm yeah I've never seen a v2 branch. Too bad because that's encouraging! I figured a post here would get the most eyeballs, and I didn't see any recent development-roadmap type posts (though I'm...
  17. Re: Westminster_New - Front Page hover image does not always load...

    You must have been able to deal with this? I noticed in the browser console anyway; you're firing some jQuery for a non-existing element named "#foo1". That can cause grief.
    As can using "http"...
  18. v155 Re: Problem in displaying HST in Hosted Paypage emailed response/receipt, using ZenCa

    While I'm not familiar with the Moneris payment plugin for Zen Cart, it does look to be entirely on Moneris's end. I would pose the same question and screenshots above to Moneris support.
    ...
  19. Replies
    3
    Views
    631

    Re: Job quote estimator mod

    Good question, if each of those services are already a product in ZC with an hourly rate - is there a mod to create a quote in admin?

    Nothing shows up searching Plugins for 'quote', but good idea....
  20. Replies
    6
    Views
    4,511

    Composer-izing

    Hi All,
    I was wondering if anyone uses Composer for things? I do plenty on other projects but it doesn't look like there's much support in Zencart. In trying to make life easier, I started dabbling...
  21. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    For those interested this is the "sample PHP code" they have for using the payment API https://github.com/GBSEcom/paymentJS_php_integration.

    The code includes js and css, not only in the repo but...
  22. v156 Re: zc156c/payeezyjszc: Payments.js Version 1 being sunsetted

    One of my clients did too. This could be a high priority item since I don't see any open-source v2 plugins/implementations anywhere, including on payeezy's github. Did you (or anyone) "request...
  23. Replies
    3
    Views
    1,254

    Re: Can't login to admin

    Found it!

    In my configure file for the admin, I didn't have www. in my HTTP_SERVER and HTTPS_SERVER definitions, or my HTTP_CATALOG_SERVER or HTTPS_CATALOG_SERVER variables either.

    After...
  24. Replies
    3
    Views
    1,254

    Can't login to admin

    Hi.
    That is the method I used to upgrade from 1.3.9b to 1.3.9c. Cherry pick files, Winmerge, copy changes, and upload. Don't run any zc_install/ files.

    I can't login to admin now.
    PHP Version...
  25. Replies
    2,220
    Views
    484,596

    Re: MultiSite Module Support Thread

    1.) First link show 2 products, one sub-category (Perfume and Cologne)

    2.) Second link shows numerous sub-categories. Clothing has subs of Jackets, jeans, shirts etc

    3.) Point 3 in your...
  26. Replies
    2,220
    Views
    484,596

    Re: MultiSite Module Support Thread

    On the first link in your post, I do see one sub-category. A sub-category will not appear if it and EVERY parent category is not also defined as part of a site (defined in admin > tools > multisite...
  27. Replies
    2
    Views
    964

    Re: Out of Province Tax Regulations

    Awesome, thanks for the quick response.
  28. Replies
    2
    Views
    964

    Out of Province Tax Regulations

    Hi
    I am setting up a store for a Canadian client. She has a physical retail clothing store and would like to offer her products online, using Zen-Cart.

    It is on the brink of being launched, there...
  29. Replies
    2,220
    Views
    484,596

    Re: MultiSite Module Support Thread

    As far as this module goes, the added column in the orders table, is basically just good for tracking what site of your multisites the customer checked out on. It's great to have a multi-site module...
  30. Replies
    2,220
    Views
    484,596

    Re: MultiSite Module Support Thread

    It was in fact the HTML commenting. And only on my local machine where sites are named something.local. Fixed. Any luck Beau91324?
  31. Replies
    2,220
    Views
    484,596

    Re: MultiSite Module Support Thread

    sorry, mis-looked. /galleryStore/ . Whatever the folder(s) are named where the Zen Cart lives.
  32. Replies
    2,220
    Views
    484,596

    Re: MultiSite Module Support Thread

    First, Beau91324.
    In your config_sites folder, name your individual config files autographs.dejavuallery.com_config.php and moviemem.dejavuallery.com_config.php. For the master, use...
  33. Replies
    67
    Views
    27,832

    Re: Editing order details

    alto: Not sure what you mean here, but the customers won't be able to edit their orders if their credit card has already been processed. Otherwise they should be able to edit items in their own...
  34. Replies
    5
    Views
    1,601

    Re: Credit Card Auths only last for 30 days

    Thanks for your reply. These pre-auths are 30 days (Section 3, under Prior Authorization and Capture) and the client still needs time to produce the product.

    So what about this, if there was a way...
  35. Replies
    5
    Views
    1,601

    Re: Credit Card Auths only last for 30 days

    Thanks for your suggestion Kim. Assumingly and perhaps naively, I understood the out-of-box payment modules in Zen-Cart to conform to said compliance measures. I would like to know if, using these...
  36. Replies
    5
    Views
    1,601

    Credit Card Auths only last for 30 days

    Hi. I checked the first 10 pages or so of this forum but couldn't find anything too similar to my problem. My client is a leather manufacturer and when someone orders a product their CC is auth'd and...
  37. Replies
    3
    Views
    808

    Re: My site keeps going down I need help!!!

    Depending where your site is hosted you might have to turn on error logs. Log into your hosting account to check. Turn on apache error logs and php errors if you can. It came up blank for me too,...
  38. Replies
    67
    Views
    27,832

    Re: Editing order details

    I just want to be able to edit an order for a customer after the order placed and CC info captured. NOT READ 5 PAGES OF BS ABOUT WHETHER IT WORKS OR NOT IN WHAT VERSION
  39. problem with _LRG always showing up small

    I have an old zen-cart, recently upgraded to 1.3.8a. There may have been some modifications to the way images are handled a while ago(undocumented, and puzzle for me). There is a homemade file with...
  40. Replies
    11
    Views
    2,273

    Re: Trouble With Shopping Cart - blank page

    You may also want to try this debug util: http://www.zen-cart.com/forum/showthread.php?t=84613
  41. Replies
    11
    Views
    2,273

    Re: Trouble With Shopping Cart - blank page

    Yeah that's a tough one. Seems every "cart" action causes the blank page. Deleting from cart, changing amounts, adding, etc. I stand by syntax error, but now believe its higher up in the workflow...
  42. Replies
    11
    Views
    2,273

    Re: Trouble With Shopping Cart

    Check your templates/your-template/templates/tpl_product_info_display.php file. My guess is you have a syntax error either in that page or the one loaded previous. Once its fixed everything will be...
  43. Re: Added customer field, getting Argument #1 is not an array in admin

    I just did this...


    $customer_info = array_merge(array($country->fields), array($info->fields), $reviews->fields);


    I migrated some customers in and had some NULLs in the...
  44. Replies
    2
    Views
    1,577

    Re: Moving Zen Cart to root folder

    This is unlikely zen cart related but moreso related to the hosting account/web server permissions. You need to make a .htaccess file in your root folder and set the permissions you need in there....
  45. Replies
    4
    Views
    1,087

    Re: someone else's details in address book?

    Oh, and forgot to mention: in admin go to Customers >> Customers. In the list of customers on the 2nd column from the left is address book entries, also a hyperlink, "1 of 1" and "1 of 3" to let you...
  46. Added customer field, getting Argument #1 is not an array in admin

    Hello and thank you for your time. I needed to add some customer details fields to my site and I did so following the guidance from this link:
    ...
  47. Replies
    4
    Views
    1,087

    Re: someone else's details in address book?

    Hi trillian,
    Yeah that needs fixing before someone calls privacy violation on you. Check phpmyadmin for the details and find out if the rogue new entries are the most recently added. It could be the...
  48. Re: No text input boxes for attributes in IE or Firefox

    Be sure to read the whole thread if you need to do this to make sure it applies to your situation.
    I can't take all the credit. We'd all still be stuck if it wasn't for Ajeh!
  49. Re: No text input boxes for attributes in IE or Firefox

    As far as

    products_options_values_id - type: int(11), null: No, default: 0

    goes, it describes a field in your database but the check the ACTUAL VALUE for the products_options_values_id WHERE...
  50. Re: No text input boxes for attributes in IE or Firefox

    It sounds like the exact same problem I was having though. When you find the "Text" option in the products_options_values table, make sure the products_options_values_id associated with it, is 0....
Results 1 to 50 of 61
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR