Search:

Type: Posts; User: Brandon MUS; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.22 seconds.

  1. Re: Looking to do a somewhat complex discount, can't find a module.

    Thanks, Kent. I'll take a look at this module and see if it'll work for us. I like that the upsell is offered immediately and they don't have to wait until checkout.
  2. Re: Looking to do a somewhat complex discount, can't find a module.

    K, good to know (that's how I hoped it worked).
  3. Re: Looking to do a somewhat complex discount, can't find a module.

    Shoes aren't guaranteed to be the highest priced item in the cart, nor are they guaranteed to be the highest priced Nike item in the cart. Ideally, however, if there are multiple qualifying shoes,...
  4. Re: Looking to do a somewhat complex discount, can't find a module.

    Sounds pretty great.

    Back to the question, does anyone know of a way to do a promotion like this with the current module offerings?
  5. Re: Looking to do a somewhat complex discount, can't find a module.

    Thanks, Rick. We talked a few months back (maybe a year ago) about some of the upsell features that might be coming and I am really excited about this new promotions overhaul. Is PR9 planned for late...
  6. Looking to do a somewhat complex discount, can't find a module.

    So we are looking to do a promotion and I haven't been able to find a module for it yet. At a bare minimum, we'd like to run it where if you buy a certain brand of product, you can try a specific...
  7. Replies
    8
    Views
    573

    Re: MySQL, UTF-8 and SET NAMES

    Perfect. I went and compiled my dbapi_mysql.mv file (my first time using the MivaScript compiler -- which is crazy after all the years I've been using Miva) and it appears like that will be exactly...
  8. Replies
    8
    Views
    573

    Re: MySQL, UTF-8 and SET NAMES

    I think that's exactly the kind of fix I was looking for, burch. Makes sense to keep that with the other connection stuff.

    In the meantime, is the proposed fix above worth doing, or is that...
  9. Replies
    8
    Views
    573

    Re: MySQL, UTF-8 and SET NAMES

    I need to dig up this old thread and ask a related question or two.

    I am in the process of finally converting our store to the proper utf-8 charset and I am running in to the exact same issue, so...
  10. Re: Javascript conflicts - two jquery things on one page, only one works

    You'll probably want to use noConflict ( http://api.jquery.com/jQuery.noConflict/ ) or look at your requirements and select just one version of jQuery.
  11. Replies
    21
    Views
    437

    Re: E-Mail Changes in PR8 Update 9?

    Is this in the release notes, Rick?
  12. Replies
    11
    Views
    299

    Re: Reliability of cron jobs?

    Unfortunately I have only written it in PHP, but the logic isn't overly complex.
  13. Replies
    11
    Views
    299

    Re: Reliability of cron jobs?

    I've used a database to manage cron tasks. You set up a cron job to run on the server every X minutes (5-15), and the cron just looks at your database table to see if any tasks need to be run (set up...
  14. Replies
    23
    Views
    2,175

    Re: Five Stores, One Checkout

    How are the products and baskets maintained? Do all of the products exist in their main site's database? When you add a product to your cart, do you add it to the basket of the main store? Or do all...
  15. Replies
    2
    Views
    166

    Re: Shipping Server Down

    You can add
    autocomplete="off" to the field and that would prevent most cases where it is automatically filled in.
  16. Replies
    20
    Views
    1,115

    Re: LOGIN form on OCST page?

    JSON is a pretty great language for something like this and JavaScript handles it natively. I noticed the page you request is a PHP page, and PHP has an easy function for turning an array into a JSON...
  17. Replies
    20
    Views
    1,115

    Re: LOGIN form on OCST page?

    Very nice. Very fast. Any reason you went with a ^ separated string over JSON?

    Also, this doesn't appear to log the customer in, only look up their information. Is that correct? Stuff like order...
  18. Replies
    26
    Views
    1,124

    Re: Blog module

    What about leveraging a third party like Disqus for the comments? Seems to be a very popular solution that could easily be integrated.
  19. Replies
    26
    Views
    1,124

    Re: Blog module

    What PCI/security issues are you worried about with Wordpress? As long as you keep Wordpress patched, the application is secure. It shouldn't share a database with your Miva Merchant store, so there...
  20. Replies
    2
    Views
    347

    Re: Gift Certificate Program

    I use the Sebenza Gift Certificate module and I'm a fan of it. What you can do is accept any payment for the item, but if they use an unwanted method (like echeck), the gift certificate stays in a...
  21. Replies
    2
    Views
    146

    Re: Upsale Products

    Yes. If you mark no products as "required", then the upsale is shown to every basket meeting your other criteria (minimum price).

    If you want to disable the upsale, you can either set a super high...
  22. Replies
    20
    Views
    1,115

    Re: LOGIN form on OCST page?

    Certain screens are hardcoded in Miva Merchant. I think regardless where you were when you submitted the log in form, if there are errors Miva Merchant will render the LOGN screen to display errors....
  23. Re: Issue With Miva Merchant Cookies - Please Verify

    Thank you very much, Burch. I hate PCI scanners for this very reason -- and I'm sure you guys ran across countless other examples. Their automated tests can be completely useless when they don't...
  24. Re: Issue With Miva Merchant Cookies - Please Verify

    Maybe there's a little confusion. I'm not having any problems on INVC (I do exactly how you describe, check for a cust_id -- I think I actually check order:cust_id, but same results I imagine). This...
  25. Re: Issue With Miva Merchant Cookies - Please Verify

    Tested it on your site and I think you're right about the session variable in the url. If I watch my cookie value, the basket-id value doesn't change until I click on a link starting with http://. If...

Results 1 to 25 of 300

Page 1 of 12 1 2 3 4