Search:

Type: Posts; User: Mike D

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    Just posting my progress so far, if you can call it that.

    I've run the curltester, ipncheck, and paypal_tlstest (adding the payment gateway url) and tests come back GOOD and OK with no errors or...
  2. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    The tech guy at GoDaddy suspects it might be my .htaccess file that's the culprit since I've got redirects and there's nothing about https in there. It does sound plausible to me - not that I really...
  3. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    When I run die(var_dump($authorize)); I get


    bool(false)


    and when I run die(var_dump($commError)); I get


    string(21) "SSL read: errno -5961"
  4. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    When I add that line after xml_parser_free($xml_parser); I get :


    array(0) { }

    which means that $vals is empty?
  5. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    Awesome, thanks Doc. I'll test those out.
  6. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    Orbital has told us:



    ...since the credit cards we were testing were making it through and being approved.

    So I have two issues I was hoping I could get some help with:

    1. I changed some...
  7. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    Ok, so it turns out Orbital gave me the wrong payment gateways (twice) which is why nothing was working.

    After finally getting the correct gateway address, apparently the test charges that I'm...
  8. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    So I haven't had much luck with this module and I'm thinking about hiring somebody to get this module working or maybe start with a new payment module. I'm just wondering what should I expect that...
  9. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    Ok, something I missed is that now the XML also needs to include an Orbital Username and Password. I added that but am still getting the same error.

    Something I just noticed about the error in...
  10. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    Thanks, I appreciate it. I'm hoping somebody can clue me in, it's been such a long process to even get this far.
  11. Replies
    89
    Views
    36,307

    Re: Paymentech (aka VersaPay, aka Orbital)

    I've been trying to get this module to work and am wondering if anybody could clue me in as to where I should be looking.

    I've already gone through the excruciatingly long process of getting to...
  12. Replies
    10
    Views
    1,086

    v154 Re: Unique Product Template

    This was actually what I was originally thinking, that there was some way I could do it with stock Zen Cart. I'm surprised there are so many different ways to do it.

    I was trying to implement...
  13. Replies
    10
    Views
    1,086

    v154 Re: Unique Product Template

    You know what, I just tried what you suggested and it was really straightforward and worked like a charm. Thanks so much for the help.
  14. Replies
    10
    Views
    1,086

    v154 Re: Unique Product Template

    Awesome, thanks.

    I'm a bit more inclined to go with rbarbour's method if it means using overrides and not touching the core files but in the following piece of code...


    <?php } else { ?>
    ...
  15. Replies
    10
    Views
    1,086

    v154 Unique Product Template

    Is there some way to have a template unique to just one product?

    I basically want the order form part to come before the product description/details but I only want it for a specific product page....
  16. Replies
    5
    Views
    384

    v154 Re: Zen Cart Product Functionality

    Ok, thanks Doc. That's a million times more info than I got from Chase/Orbital. I'll check the payment module and go from there.

    Thanks a ton.
  17. Replies
    5
    Views
    384

    v154 Re: Zen Cart Product Functionality

    It's for the Chase Paymentech / Orbital / Versapay payment module (https://www.zen-cart.com/downloads.php?do=file&id=559). Part of getting the payment module to be accepted at the other end is that...
  18. Replies
    5
    Views
    384

    v154 Payment Module "Product Functionality"

    I've got a questionnaire that I need to fill out for my payment module to work correctly and I'm hoping I can get some help answering this question:


    Product Functionality (select all that apply)...
  19. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    It seems to detect devices just fine. The problem is that my responsive stylesheets (responsive.css and responsive_default.css or whatever platform) don't load into the header on the index/main/home...
  20. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Alrighty. So I've swapped files out one by one and then I started to rebuild my store again from scratch using the same database and the problem was still there (index/main/home pages on all devices...
  21. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    OK so I loaded the original responsive default common files onto my site instead of my edited ones and I'm still getting the same problem (no responsive stylesheets on main pages and...
  22. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Actually it turns out I didn't change the directory that the modules were in (column_left.php and column_right.php) so I renamed that to my template name but it doesn't appear to have changed...
  23. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Gosh, I don't know what's wrong. I've upgraded my site from 1.5.1 to 1.5.4, that has gone smoothly and without any hitches, I even cleaned up some things that should've been in overrides the whole...
  24. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Happy Day! I'm going to make sure I've done my site upgrade correctly and I'll test to see if this works. Thanks so much Design75
  25. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    OK, so since my problem wasn't obvious to me I figured I'd upgrade my site from 1.5.1 to 1.5.4, which I was really dreading but I figured it'd help bring the problems to light.

    I think the culprit...
  26. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Alrighty, I'll give that a try. I can live with tedious. It's not knowing what or where I should be looking that kills me.

    Thanks for trying to help me out.
  27. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    No dice. I've added responsive_default and responsive_template_default directories with common, css, jscript, and shakatours (the name of my template) subdirectories with the corresponding files in...
  28. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Still working on this, have not yet found a solution.

    I've uncommented a debug line in the html_header.php file and I get <!-- I SEE cat: 0 || vs cpath: || page: index || template: || main = YES...
  29. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    I mean the responsive stylesheets. They load for my other pages but not the main pages.
  30. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    I was really hoping I'd solve this one myself but no luck so far...

    My main index pages on all platforms don't seem to be loading stylesheets. I imagine there's a problem in my tpl_main_page file...
  31. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Yep, that appears to have done it. Thanks so much marton.
  32. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Now I'm not so sure I've got things working 100%

    I was trying to style things to no avail and I've noticed I don't see responsive or responsive_default stylesheets loading anywhere when I look at...
  33. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    OK I re-downloaded a fresh copy and started over and things appear to work. Think I may have missed a /div tag.

    Now just gotta figure out what css file does what.
  34. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    ok it might be a stupid question but I'm just double-checking in case it is what's messing everything up for me.



    I should in fact be merging these files into my own template...
  35. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Ok, so I've gone through again and run through the steps:



    and I'm getting the same thing. Well, almost the same thing, but now I'm not getting an error log for some reason. It appears as if...
  36. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    I did run sql_new_install.sql by going to admin > tools > install sql patches (I browsed for the file then hit the upload button and did get confirmation that something happened). I can try it again...
  37. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    Thanks, I've never even looked there before so already this has been a learning experience.

    I get this error returned 3 times:

    [21-Jul-2015 15:11:52 America/Phoenix] PHP Fatal error: ...
  38. Replies
    331
    Views
    41,283

    v151 Re: Responsive DIY Template Default for 1.5.x

    I've tried merging the responsive template with my current site and I've hit a speedbump (or bumps, not sure).

    I've followed the instructions on page 20 of this thread as best I could and when I...
  39. Replies
    2
    Views
    519

    v151 Re: Disable sort by price on category page

    Thanks for the reply kobra, but I don't think that's what I'm looking for (assuming I read your response correctly).

    I'm totally happy with the way products are sorted on my pages. My issue is...
  40. Replies
    2
    Views
    519

    v151 Disable sort by price on category page

    Is there a way to disable the sort by price feature on category pages?

    The reason why is that my product prices are all determined by javascript formulas and their prices are all technically set...
  41. v151 Re: New Category has no category page but displays main page when clicked

    OK. Fixed it.

    I have a script that changes the prices of products on category pages (because the prices of my products are determined through javascript, they are all technically set to $1) but I...
  42. v151 New Category has no category page but displays main page when clicked

    I can't seem to figure out what I did wrong here...

    http://www.shakatourshawaii.com/

    I just created a new category (Island-Hopping) and filled it with five products. Whenever I try to maneuver...
  43. Re: Setting an attribute to be 'Required' does not work.

    The fixes seem to have remedied my problems. Thanks so much, I don't think I ever would've got that on my own. I made a small donation, hopefully you can get a coffee out of it.
  44. Re: Setting an attribute to be 'Required' does not work.

    Made this first change and things appear to be working again (thanks!)



    I'm using v1.5.1. Those configuration_keys are both missing and when I try to run the code I get an error:

    Error
    ...
  45. Re: Setting an attribute to be 'Required' does not work.

    I've attached a screen capture of the result in case I'm not doing this correctly, but it seems like I don't have a TEXT_PREFIX?

    13856
  46. Re: Setting an attribute to be 'Required' does not work.

    I don't appear to have a TEXT_PREFIX in that table.
  47. Re: Setting an attribute to be 'Required' does not work.

    A way to just turn off Flexible Attributes doesn't jump out at me. It was one of the first add-ons I installed and I remember the required attributes working the way they should after I installed it...
  48. Re: Setting an attribute to be 'Required' does not work.

    Thanks for the advice on the drop-downs. I'll be implementing that everywhere.



    I'm using Flexible Attrbibutes.

    I was using Dynamic Price Updater for a little bit but turned it off and...
  49. Re: Setting an attribute to be 'Required' does not work.

    13855

    Is this what you're looking for?
  50. Re: Setting an attribute to be 'Required' does not work.

    Tried turning the URI mapping off with and without the Classic Green template running and the same problem occurs.
Results 1 to 50 of 88
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR