Search:

Type: Posts; User: dejavu

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    If you have the client do it with the desktop model, I don't know a way to get the id, if they do not cut and paste it immediately. If they don't cut and paste it, right away and click the button,...
  2. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    I found the desktop model easier to implement. When you set up the app, it will not point at their account, until they go to the link specifying the app id, they log in and create the connection...
  3. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    Did they register the app with the merchant account? If you have the id that is generated with the desktop version when you register the app with the account, then you should be good to go.
  4. Replies
    360
    Views
    107,719

    Re: Easy embed template

    Nice. I didn't check it out yet, but it looks good.

    Thanx.
  5. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    This one worked fine with a few adjustments.

    By the way author of QuickBooks Merchant Service, do you have a donation location?

    I won't make a donation yet, but I'll put you on my list.
  6. Replies
    360
    Views
    107,719

    Re: Easy embed template

    I figured respository. I didn't know if he meant the downloads section. I just clicked on the link in this thread.
  7. Replies
    16
    Views
    6,507

    Re: Double Discount Coupon message

    Wow! Again. My bad.

    I'm forwarding mail to myself and getting it off the server.

    lol
  8. Replies
    16
    Views
    6,507

    Re: Double Discount Coupon message

    Not only did that now work.

    I made the function add simply return and the emails still went out.
  9. Replies
    16
    Views
    6,507

    Re: Double Discount Coupon message

    These seems like it should work. I modified the add function and I'm still sending out dups.

    Did this work for other folks?
  10. Thread: Help!

    by dejavu
    Replies
    3
    Views
    811

    Re: Help!

    I found the problem. I was using easy embed with a base tag in the store and one in the embedded html file.
  11. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    Also, but in validate: Add quotes:


    if ("' . MODULE_PAYMENT_QBMS_VERIFY_WITH_CVV2 . '" == "True") {' . "\n" .
  12. Replies
    3
    Views
    1,162

    Re: True is not defined

    It was the qbms add-on they needed "" around a variable. I'll probably post that to the qbms thread.

    Not ya'lls bug.
  13. Replies
    3
    Views
    1,162

    True is not defined

    https://www.wantedgaming.com/shop/index.php?main_page=checkout_payment

    I entered a discount coupon number.

    Errors popped up:

    264 & 285: True is undefined.
  14. Replies
    3
    Views
    1,154

    Re: Multiple discount coupons?

    I'm thinking you gotta program it in the module that processes checkout. I'm thinking more discount coupon buttons or a number of discount coupons field to generate the multiple entries. Happy...
  15. Thread: Discount Coupon

    by dejavu
    Replies
    4
    Views
    860

    Re: Discount Coupon

    I'm new to discount coupons. It looks like you have to mail them out? Are they ever emailed automatically?

    I'm thinking cron job that checks the database daily and mails them out.

    Anyone know...
  16. Replies
    7
    Views
    4,201

    Re: SSL & GoDaddy .htaccess

    With godaddy, you shouldn't have to do anything. An ssl certificate protects the whole hosting account.

    Call again! Their tech support is tops, but they have a few bad apples.
  17. Replies
    7
    Views
    4,201

    Re: SSL & GoDaddy .htaccess

    My client's ssl was not installed properly on his hosting platform at Godaddy because he had made alot of account changes and something happened. It had to be reinstalled.

    I use godaddy with SSL...
  18. Replies
    360
    Views
    107,719

    Re: Easy embed template

    By base tag I mean the html base tag:



    <base href="http://www.wantedgaming.com/shop/" />


    What is the repo?
  19. Replies
    360
    Views
    107,719

    Re: Easy embed template

    I did find one problem using the embed. The shop has a base tag and the embed file has a base tag. The embed file base tag superceded and you may have guessed, the shop couldn't find it's pics.
    ...
  20. Re: Sorry, we are not shipping to your region at this time.

    For me I had to install both the UPS and Free Shipping modules, which works for free, paid and combination free/paid shipping.
  21. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    My appid and login were wrong. I was using the merchant account login, not the app login.

    Transactions posting well to merchant's accounts!

    Thank you.

    It took me a while to figure out you...
  22. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    I'm getting no errors. I get the success page and an order number.

    However, there have been no charges to my credit card and no transactions posted to the merchant account.

    I'm not sure why...
  23. Thread: Help!

    by dejavu
    Replies
    3
    Views
    811

    Help!

    I've had two people go onto the store and say the pictures are showing up as red Xs.

    I don't know what the problem is.

    store

    Does anyone have any ideas?
  24. Replies
    3
    Views
    1,567

    Re: Using attribute text value to calculate price

    I removed the javascript from attributes.php and added to functions/function_lookups.php


    $attribute_name = $db->Execute("select products_options_name
    from...
  25. Replies
    3
    Views
    1,567

    Re: Using attribute text value to calculate price

    I had to modify classes/shopping cart.php

    In two places code similar to:


    $attribute_name = $db->Execute("select products_options_name
    from "....
  26. Replies
    3
    Views
    1,567

    Using attribute text value to calculate price

    Does anyone know how to use an attribute text value to calculate price?

    Any help that would point me in the right direction would be appreciated, like module name and paths
  27. Replies
    1
    Views
    1,371

    Re: Using attribute text value to calculate price

    Any help that would point me in the right direction would be appreciated, like module name and paths.
  28. Replies
    360
    Views
    107,719

    Re: Easy embed template

    This worked pretty well for me. Thank you. I just used added the common pages to my template, from I think version 1.2 beta?

    embed_config.php
    tpl_main_page.php
    html_head.php

    After modifying...
  29. Replies
    11
    Views
    2,850

    Re: Plugging Zencart into an existing website

    THe easy embed stuff is working for me, but that is a website designed with the index on every page.

    On my other website, all pages are inserted into iframes and the index only exists on the index...
  30. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    Also folks,

    I'm using a godaddy hosted account. I haven't tested the curl section out, but I think the modifications go something like this:


    $clientURL = curl_init();
    ...
  31. Replies
    11
    Views
    2,850

    Re: Plugging Zencart into an existing website

    Website Rob,

    Thank you.

    I didn't realize there were more pages to the post. I just got a download that I'm about to check out.

    I think I'm going to do my current project this way.

    Much...
  32. Replies
    11
    Views
    2,850

    Re: Plugging Zencart into an existing website

    Website Rob,

    That sounds like a good idea, but I'm having difficulty deciphering that post.

    Can you take a look at my post there and see if you can add some insight.

    Thanks.
  33. Replies
    360
    Views
    107,719

    Re: Easy embed template

    Does anyone know the directory/files for the php and html code specified in this post?

    I looked at some of the websites listed. This is what I'm trying to do but this posting isn't very specific.
  34. Replies
    11
    Views
    2,850

    Re: Plugging Zencart into an existing website

    For the last this one, paypal and money orders work fine.

    For the current one, I'm working on getting Quick Books Merchant Service working.

    That's kinda weird. There must be some kind of work...
  35. Replies
    1
    Views
    1,371

    Using attribute text value to calculate price

    Does anyone know how to use an attribute text value to calculate price?
  36. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    The function javascript_validation() needed another "}" in modules/qbms.php. This makes me uncomfortable. I hope this app. works.
  37. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    I downloaded this app.

    When I go onto the payment page and the QBMS module loads, I get a syntax error } expected on line 293.

    Has anyone else had this problem?
  38. Replies
    418
    Views
    134,194

    Re: [BETA] QuickBooks Merchant Service

    I loaded the two files into my catalog, but under admin->modules->payment, it's not showing up. Is there anything else I have to do?
  39. Replies
    11
    Views
    2,850

    Re: Plugging Zencart into an existing website

    I've got it working. I had to do some tricky database stuff to avoid cookies and frame resizing stuff to make the store works with reloading, etc. In the future, I may do a straight ZenCart, but in...
  40. Replies
    5
    Views
    1,898

    Re: EZPages in footer, but not header

    They were showing up, but one a second menu bar.
  41. Replies
    5
    Views
    2,306

    Re: Update currencies

    I actually had to do all this


    // if (CURL_PROXY_REQUIRED == 'True') {

    // $proxy_tunnel_flag = (defined('CURL_PROXY_TUNNEL_FLAG') && strtoupper(CURL_PROXY_TUNNEL_FLAG) == 'FALSE') ?...
  42. Replies
    5
    Views
    2,306

    Re: Update currencies

    For godaddy folks, you have to set the proxy server.

    /shop/admin/includes/functions/locatization.php

    curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");
  43. Replies
    5
    Views
    1,898

    Re: EZPages in footer, but not header

    I changed the text color.

    Out of curiosity I'm still wondering where is the main index created?
  44. Replies
    5
    Views
    1,898

    Re: EZPages in footer, but not header

    It's on the page, but the link color needs to be changed.

    Does anyone know the class for this link?
  45. Replies
    5
    Views
    1,898

    Re: EZPages in footer, but not header

    I accidently turned of the css and I could see in on the page, but it's not a li.

    Does anyone know which file the index is created in?
  46. Replies
    5
    Views
    1,898

    EZPages in footer, but not header

    Weirdness.

    I created an ezpage.

    I specified both header bar and footbar for display, but it's only displaying in the footer, not the header.

    Any ideas on why this is happening?
  47. Replies
    11
    Views
    2,850

    Re: Plugging Zencart into an existing website

    So, I should open zencart in a seperate window? That's not the worst idea for my client who has already done his own website and wants to maintain it seperately. But, what if users have pop-ups...
  48. Replies
    5
    Views
    1,551

    Re: Unsecured Checkout

    That's not correct. I'm accessing the store directly right now.

    I found the problem.

    My file transfer wasn't going though, so the configuration.php still had false in it.
  49. Replies
    5
    Views
    1,551

    Re: Unsecured Checkout

    Try accessing the store directly. http://www.thewonderofchrist.com, not through the website.
  50. Replies
    5
    Views
    1,551

    Re: Unsecured Checkout

    What do you mean?

    SSL was working when I used www in front of the addresses but I couldn't modify the database in admin.
Results 1 to 50 of 76
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR