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...
Type: Posts; User: Bruce - PhosphorMedia; Keyword(s):
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...
Yup, that's good too...
A good practice is export ALL products before working on them. Its just a few minutes...and easy to recover.
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%;
...
i thought that was built in these days?
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...
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...
LOL. This forum needs a "Hasn't Had Coffee Yet" block.
You are correct, see edited post.
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"...
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...
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...
Doesn't he need to change the second line as well? RE: mvassign to vassign?
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"...
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"...
If you export the products, I believe there is a field called Attribute Template Code.
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 = "" .
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 $...
I *think* you are looking for &mvt:shipment_info:code; ...but that might be something like "7" for UPS Standard Ground.
Have you tried just opening the file from a fully qualified url? The file could be missing or corrupted.
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...
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...
Did you get that from a Tax Attorney? Sounds dubious.
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.
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...
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