Search:

Type: Posts; User: AvaAdorn

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    9,169

    Re: Amazon Pay for Zen-Cart

    I did know that! Thank you for the sage advice.
  2. Replies
    19
    Views
    9,169

    Re: Amazon Pay for Zen-Cart

    Thank you for following up on this! I would be willing to pay $50 as well, but I'm now thinking of migrating away from ZenCart since it seems to be not as popular/supported anymore. Amazon works...
  3. Replies
    19
    Views
    9,169

    Re: Amazon Pay for Zen-Cart

    I did the exact same thing yesterday. Is there an Amazon Pay plugin for the US??
  4. v151 Re: "A valid amount is required" error with Authorize.net AIM for GBP

    Looks like it had something to do with applying store credit if it was available. If a value of $0 store credit is chosen, then it doesn't work. I guess it's a bug I need to fix.
  5. v151 Re: "A valid amount is required" error with Authorize.net AIM for GBP

    I had deactivated Authorize.net for a few months when business was slow and I just reactivated and now I'm getting this same error: A valid amount is required. - Your credit card could not be...
  6. v139h Re: My Authorize.net module stopped working on September 11 2016

    Yes, I agree with you. It should work with all browsers, with all cookies/cache, etc. But I did not change anything to the site since September and did not add any new plugins. So I don't know how...
  7. v139h Re: My Authorize.net module stopped working on September 11 2016

    Thank you. All the files have been compared and it was confirmed by my hosting company that the site was not hacked. The hosting company ran a test transaction and it went through with no issue. ...
  8. v139h Re: My Authorize.net module stopped working on September 11 2016

    What is the best way to compare files? What do you use?
  9. v139h Re: My Authorize.net module stopped working on September 11 2016

    I went back to a previous backup before September 11 and the issue with Authorize.net still persisted. So now I'm not so sure if the site was hacked. I used the old orders.php file and it didn't...
  10. v139h Re: My Authorize.net module stopped working on September 11 2016

    Probably hacked because I did not make a change to the file. I'll follow Dr. Byte's instructions. Thanks for the help!
  11. v139h Re: My Authorize.net module stopped working on September 11 2016

    Okay, I added the new code (yes I did find the AIM debug in the Cache directory). I got a bunch of stuff on the screen:

    order Object ( [info] => Array ( [order_status] => 2 [currency] => USD...
  12. Re: Authorize.Net Technical Updates

    Sorry, I think I was responding before I saw your last post come up. Yes, I'm on 1.3.9. I made the change to DIR_WS_ADMIN and ran a transaction. However, there is no file aim_debug.log created. ...
  13. Re: Authorize.Net Technical Updates

    I found a file that is just called "logs" in my cPanel, but the file aim_debug.log was not in there. Would it be somewhere else? Or should I be looking for something called DIR_FS_LOGS?
  14. Re: Authorize.Net Technical Updates

    Okay, I've added the code and ran a transaction. Where is this "logs directory"?
  15. Re: Authorize.Net Technical Updates

    I ran the authorization for different amounts, $1.50, $2.50, and every time, the order total in the log file is $0.
  16. Re: Authorize.Net Technical Updates

    Yes, I was running an authorization to test it out and both billing and shipping addresses are there. Authorize.net was working until September 11 (that's when I received the last successful order...
  17. My Authorize.net module stopped working on September 11 2016

    Thank you, I updated those files from the 1.5.5a distribution. I am still getting the same error that I was getting before so perhaps the problem was not in updating the AIM module.

    The error...
  18. Replies
    8
    Views
    2,656

    v154 Re: Authorize.Net Technical Updates

    I have a 139 site. What language file and module file exactly gets replaced and with what? I have the authorize.net AIM module.
  19. Replies
    29
    Views
    7,615

    Re: checking out with gift certificate

    I still have some customers confused on Step 2 of 3 of checkout. The GV Balance will apply to the Order Total only after the customer puts in their credit card info and hits continue. Is there a...
  20. v139h Re: Permanent Shopping Cart on different browsers/computers

    I tested again, and it turns out that it wasn't the browser issue or the permanent cart. When I start from my home page and click log in, it doesn't seem to always log in initially. So when I looked...
  21. v139h Re: Permanent Shopping Cart on different browsers/computers

    The products in the second cart were the exact same as the first cart. And the first cart was created days ago and was logged out before I tested it on the different browsers.
  22. v139h Re: Permanent Shopping Cart on different browsers/computers

    Perhaps it is one of my plugins. However, I just figured out that the cart issue I'm having is browser specific. I recreated the cart on Safari (my customer was using an iPad) and then logged in on...
  23. v139h Re: Permanent Shopping Cart on different browsers/computers

    Yes, I was logged into the customer's account. And then I tested it out on my computer using a different browser and the cart was not there. I created the cart in Chrome and then tested on Safari and...
  24. v139h Permanent Shopping Cart on different browsers/computers

    I was helping a customer out by creating an account for them, placing items in the shopping cart and then asked the customer to login and check the items out. However, when they logged in, using a...
  25. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    Okay, changes are complete and now there is no group discount for snail mail cards. Thank you, Ajeh!
  26. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    Never mind. I was looking at the wrong file.
  27. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    In my /includes/classes/shopping_cart.php file, I don't have the same code that you have there:

    return $in_cart_check_qty;
    }
    // eof: change $total_count for options_id/options_values_id...
  28. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    http://www.avaadorn.com/gift-card-p-370.html
  29. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    Now there's the issue of Group Pricing. I don't want the group discount to be applied for the physical gift cards. Is there a way to add the restriction?
  30. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    But I would have to add this to EVERY discount coupon that I have? Is there a way to make a global restriction?
  31. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    One problem I have now is that someone can use a promo code to purchase the gift card. Before when the model number began with GIFT, Discount Coupons could not be applied towards the purchase of Gift...
  32. v139h Re: Setting a specific Redemption Code for Gift Certificates

    I just deleted the entry in coupon_redeem_track and that seemed to work. Thanks!
  33. v139h Re: Setting a specific Redemption Code for Gift Certificates

    Perfect! That works. Thanks again, Ajeh! Is there a way to un-redeem the gift cert that I just tested?
  34. v139h Setting a specific Redemption Code for Gift Certificates

    Is there a way to create specific redemption codes for gift certificates/cards? I don't want to create a coupon code because different rules apply for those (such as including tax and shipping)....
  35. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    Yes, it does! I guess it all had to do with the model number. Thanks, Ajeh!
  36. v139h Re: I want Normal Shipping Rules to apply when I ship Gift Cards

    GIFT-2000, but it is priced by attribute so the attributes part number shows up in the shopping cart.
  37. v139h I want Normal Shipping Rules to apply when I ship Gift Cards

    Hi, I'm selling a physical gift card on my site. I want to offer free shipping for standard shipping, but if a customer wants a gift card expedited, they should pay for that. So I set up my gift...
  38. Replies
    15
    Views
    708

    Re: Unwanted code/text on my pages

    Do you know how to turn off the Model Number on the reviews? If I enter through the reviews page, the model number is turned off. But if I read the review or write a review from the product page,...
  39. Replies
    15
    Views
    708

    Re: Unwanted code/text on my pages

    Thank you, DivaVocals. That fixed it!
  40. Replies
    15
    Views
    708

    Re: Unwanted code/text on my pages

    Do you see any syntax error with this code? I think the error might be here:

    if ($product_info->fields['products_model'] != '') {
    $products_model = '<br /><span class="smallText">[' ....
  41. v139h Re: Customer's credit card is charged, but order isn't showing up in admin

    I use Auth.net SIM. How will I know if the issue goes away since it has only happened twice? Should I remove the .htaccess file anyway? Will that hurt anything? Or am I better off leaving it alone...
  42. v139h Re: Customer's credit card is charged, but order isn't showing up in admin

    I've had the same issue happen with me twice - the customer's card is charged but there is no order associated with it. I think it is a time out issue with Authorize.net, but I don't know how to fix...
  43. Replies
    15
    Views
    708

    Re: Unwanted code/text on my pages

    No, I've never installed that.
  44. Replies
    15
    Views
    708

    Re: Unwanted code/text on my pages

    I know this may sound basic, but is it perhaps called something other than [modelno]? I did a search for that and it came up with nothing.
  45. Replies
    15
    Views
    708

    Re: Unwanted code/text on my pages

    I'm not even sure where to begin. Would this be a stylesheet issue?
  46. Replies
    15
    Views
    708

    Re: Unwanted "code" showing on shopping cart pages - Advanced Shipper

    I fixed it on the home page. That was a bread crumb issue and also define_main_page.php. Still trying to fix the first problem.
  47. Replies
    392
    Views
    84,574

    Re: Gift Wrapping Contribution

    This is the mod I used: StockByAttributes_1.4.13_with_my_stock_id_MOD_1.0.0
  48. Replies
    392
    Views
    84,574

    Re: Gift Wrapping Contribution

    Hi SWGuy,

    I installed this module (for v1.3.9h) and it's easy and looked awesome! Except I had one issue. And I haven't seen if anyone else has had this problem. It doesn't seem to work...
  49. Replies
    15
    Views
    708

    Unwanted code/text on my pages

    Hi, I have unwanted code showing up on my website as well and I'm not sure what files to edit to fix it. Would someone point me in the right direction? I've found it in 2 instances. You can see it...
  50. v139h Re: How to modify your template to not show display only attributes

    Thank you for submitting this code. It was helpful. However, I tried this and added the 3 lines of code exactly as you stated to my attributes.php file. My attributes that I set as Read Only still...
Results 1 to 50 of 106
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR