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.
Type: Posts; User: Brandon MUS; Keyword(s):
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.
K, good to know (that's how I hoped it worked).
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,...
Sounds pretty great.
Back to the question, does anyone know of a way to do a promotion like this with the current module offerings?
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...
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...
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...
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...
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...
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.
Is this in the release notes, Rick?
Unfortunately I have only written it in PHP, but the logic isn't overly complex.
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...
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...
You can add
autocomplete="off" to the field and that would prevent most cases where it is automatically filled in.
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...
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...
What about leveraging a third party like Disqus for the comments? Seems to be a very popular solution that could easily be integrated.
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...
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...
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...
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....
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...
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...
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