Search:

Type: Posts; User: Kent Multer; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.21 seconds.

  1. Re: landing page with Buy Now functionality

    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,...
  2. Replies
    2
    Views
    52

    Re: Additional Payment Gateways?

    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...
  3. Re: BitPay: Can it be a payment option in Miva?

    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...
  4. Re: BitPay: Can it be a payment option in Miva?

    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...
  5. Replies
    1
    Views
    45

    Re: Product Level Attribute Sorting...

    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).
  6. Replies
    2
    Views
    53

    Re: Reorder the exact same products

    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...
  7. Re: Need to redirect old miva generated dynamic url's to new static html pages

    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...
  8. Re: Looking to do a somewhat complex discount, can't find a module.

    This module is similar to what you're looking for; it might do to fill the gap while you're waiting for PR9....
  9. Re: Way to process paypal as phone order?

    Paypal does have an API. It might be possible to automate the creation of the invoice.
  10. Replies
    4
    Views
    81

    Re: Recurring Donations

    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...
  11. Re: How do I copy an attribute template from my dev system to production system?

    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...
  12. Replies
    4
    Views
    81

    Re: Recurring Donations

    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. ...
  13. Replies
    4
    Views
    107

    Re: Sears Portal call with MvCall

    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...
  14. Replies
    5
    Views
    110

    Re: MvCall and no responses

    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...
  15. Replies
    0
    Views
    56

    product variant database tables

    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...
  16. Replies
    5
    Views
    110

    Re: MvCall and no responses

    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...
  17. Re: Need easier way to maintain attribute template (drop-down list)

    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...
  18. Re: Need easier way to maintain attribute template (drop-down list)

    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:
    ...
  19. Re: Need easier way to maintain attribute template (drop-down list)

    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.
  20. Re: Need custom calculation module on product page

    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 --
  21. Re: I need to order the countries displayed on OCST so USA is first, Can this be done

    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...
  22. Re: Personalized page templates for basket, checkout, payment, shipping, order finali

    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 --
  23. Replies
    1
    Views
    111

    MvFOREACHSTOP bug?

    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...
  24. Replies
    4
    Views
    96

    Re: Paypal Advanced

    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
  25. Replies
    5
    Views
    145

    Re: repeat customers

    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

Page 1 of 12 1 2 3 4