Search:

Type: Posts; User: Bruce - PhosphorMedia; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    1
    Views
    11

    Zero Dollar Order Problem

    Site has two custom payment gateways that are identical and differ only in name. (So they can point to different gateway accounts.)
    However, with a Zero dollar order (coupon discount) through one...
  2. Re: Change the mini-basket popup location

    Yup, that's good too...
  3. Replies
    11
    Views
    311

    Re: Deleting products by mistake

    A good practice is export ALL products before working on them. Its just a few minutes...and easy to recover.
  4. Re: Change the mini-basket popup location

    Try playing with these values:

    position: fixed;
    height: 280px; /* or whatever the actual height */
    width: 280px; /* or whatever the actual width */
    top: 50%;
    left: 50%;
    ...
  5. Re: Page breaks between orders in the batch?

    i thought that was built in these days?
  6. Re: BitPay: Can it be a payment option in Miva?

    Has I said, bitcoin has seen one day fluctuations of 100 to 300%. The largest swing of a major exchanged currency is about 1.5% per day. So, unless you want to sleep with the off switch for this...
  7. Re: BitPay: Can it be a payment option in Miva?

    Don't mean to rain on any ones parade, but...I don't know of many store owners (ok, any) that would accept an order from a country who's currency see's a 100% to 300% single day swing. Besides, in...
  8. Replies
    3
    Views
    51

    Re: Uncheck a checkbox

    LOL. This forum needs a "Hasn't Had Coffee Yet" block.

    You are correct, see edited post.
  9. Replies
    3
    Views
    51

    Re: Uncheck a checkbox

    The check boxes need id's if they don't have them. Then something like this would work:



    <input type="checkbox" id="one" />
    <input type="checkbox" id="two" />
    <input type="checkbox"...
  10. Re: Account & History Consolidation

    Yes, there are two issues. The criteria to find possible matches, and the mechanisms for associating them. What Drew proposes would be easy enough to code and present, but I would worry that it would...
  11. Re: Account & History Consolidation

    We actually have a proposal to add this feature to our Easy Account module. The pending issue is "what are the rules". For example, should we only look for billing email as the match, what if those...
  12. Re: Help using tool kit and mvassign

    Doesn't he need to change the second line as well? RE: mvassign to vassign?
  13. Re: Affiliate Feature limitations

    You say limitation, I say feature<g>.

    As a pure affiliate type function, this is correct behavior. If the 'affiliate' retains a percentage through indirect efforts, that's more of a "reseller"...
  14. Re: Help using tool kit and mvassign

    AFAIK, Toolkit has its own assign. "sassign" and "vassign" (for literal and variable values). mvt:assign is a SMT (store morph) tag. Its syntax is:

    &mvt:mvassign name="variable-name"...
  15. Re: Attribute Template to Product Cross Reference

    If you export the products, I believe there is a field called Attribute Template Code.
  16. Re: Supressing output in a called program

    What is the output set to where MvCall is run from? Probably "text,html".... make sure the function where MvCall resides is set with STANDARDOUTPUTLEVEL = "" .
  17. Re: Supressing output in a called program

    Probably by changing the MvCall action to GET and then capturing the return value inside the MvCall with the "callvalue" variable. For example,

    <mvassign name="l.returnedInfo" value="{callvalue $...
  18. Re: Code that returns the ACTUAL ship method/service type used

    I *think* you are looking for &mvt:shipment_info:code; ...but that might be something like "7" for UPS Standard Ground.
  19. Re: External JavaScript code page

    Have you tried just opening the file from a fully qualified url? The file could be missing or corrupted.
  20. Re: How can I safely supress the calculation of state sales tax

    Larry,

    Tax Cloud is not a Tax Attorney in your State. Do not take what you read on their site as legal advice. (AFAIK...here in WA State, it don't matter "what you say", post or profess. If you...
  21. Re: Tell a Friend Spam.... How to stop...

    First, is "tell a friend" really working for you? (In most cases, not all by far..."Tell a friend" features are hardly used, especially in the twitter/facebook/pinterist age).

    Second, don't know...
  22. Re: How can I safely supress the calculation of state sales tax

    Did you get that from a Tax Attorney? Sounds dubious.
  23. Re: How can I safely supress the calculation of state sales tax

    Just wrap the display with "if amount ne 0" and no, you are asking for trouble when playing with that the databases hold or do not hold.
  24. Re: Sears Portal call with MvCall

    Here's how we 'send' an xml file via MvCall:



    <MvCALL ACTION = "http://somedomain.com/recieving.application/"
    METHOD = "XML"
    FIELDS = "l.order_export">

    <MvCOMMENT> Capture post...
  25. Re: Sears Portal call with MvCall

    You usually have to use the FIELDS parameter. Assign the data you are sending to variables, then list those variables in the FIELDS="" parameter.

Results 1 to 25 of 300

Page 1 of 12 1 2 3 4