You can also create a special page template within your store, and hard-code the links, images, etc. for the three products. That will eliminate the need to maintain a separate static page. Also,...
Type: Posts; User: Kent Multer; Keyword(s):
You can also create a special page template within your store, and hard-code the links, images, etc. for the three products. That will eliminate the need to maintain a separate static page. Also,...
I wrote a Miva module for PsiGate in 2009. I haven't heard from the company in a couple of years, but you could contact them and see whether that will work for you. I also write custom payment...
I already have a module that does currency conversion:
http://www.vikingcoders.com/store/merchant.mv?Screen=PROD&affiliate=magicm&Product_Code=MAGIC_CURRENCY
I could integrate some of this...
If there are really a few dozen people who want this module, then I can probably provide it at a cost around $150 per user. Anyone who's interested is welcome to contact me, or to recruit other...
There's a display-order column named disp_order in the Attributes table, and an equivalent column in the AttributeTemplateAttributes table, named disporder (without the underscore).
My module does complete management of recurring orders, including charging the credit cards. Annika's requirement is simpler than that: she just needs follow-up emails to be sent out XX days after...
FYI, I'm just getting started on a custom-module project to address these issues. The module will have a database table of conversions from old product or category codes to new ones; and it will...
This module is similar to what you're looking for; it might do to fill the gap while you're waiting for PR9....
Paypal does have an API. It might be possible to automate the creation of the invoice.
My modules are oriented more towards standard Miva products that have a fixed price, or possibly a price that's adjusted by attributes. For instance, you could create a donation product with a...
Excuse me for repeating myself from previous threads, but in case anyone missed it: I have a module that exports and imports attribute templates in a text-file format that's very easy to edit with a...
I have a couple of modules that provide recurring orders. One works with Authorize.net, and sets up recurring billing in their server. The other one manages everything from within the Miva store. ...
I don't use curl much, so I can't tell exactly what your script is doing. But here are a couple of points that may help.
- If you really want to submit a file, you may need to use MvCALL with...
I don't recall the specifics, but some years ago, it was pretty common to get SSL-related error messages whenever I wrote a new module that did secure MvCALLs. Something about the Empresa setup was...
Hi folks --
I'm working on a product-export module, and I need to deal with variants. If the product has variants by attribute, e.g. 4 sizes and 6 colors yielding 24 separate products, then I need...
If you want to use that format for the MvCALL, I think you need to remove the l.crlf between the URL and the "HTTP 1.1" text, and use a POST instead of a GET. But I generally only write them that...
This module installs and runs about like most off-the-shelf modules. It's not complex enough to require any documentation beyond a few paragraphs of instructions in an email. For custom and...
For comparison purposes, I'll mention that my module uses a CSV file format that's very easy to edit with a spreadsheet. Here's a short sample, from a store that sells mattresses and bedding:
...
I have a module that imports and exports attribute templates; it's a "semi-custom" product that's in use by several stores. You can drop me a line by email to discuss getting one for this store.
I've done a number of projects like this. You can drop me a line by email to discuss the details and figure a price.
Thanks --
From a look at the LSK, it seems that the standard country-menu components don't put the data into an mvt: variable. So I guess you'll have to write some "Tool" code to read the list of countries...
I have a module that allows one store to have several different appearances, depending on what page a customer visits first. You can drop me a line by email to discuss this in detail.
Thanks --
Hi folks --
Last night I was writing a piece of code with two nested MvFOREACH loops, iterating through two different arrays, with an MVFOREACHSTOP in the inner loop to provide a quick exit when...
FYI, I started a similar thread a week or two ago, but about Amazon checkout instead of Paypal.
http://extranet.mivamerchant.com/forums/showthread.php?110773-Amazon-Checkout-weirdness
It should be possible to use one of the Tool modules to execute an SQL query that simply checks the Orders table, to see if there's anything in there with the same email address as the current...
Results 1 to 25 of 300