Instant do not get wiped away unless the qualifier is no longer valid. You can have several instant and basket coupons. It is the checkout coupon that gets wiped.
Type: Posts; User: wcw; Keyword(s):
Instant do not get wiped away unless the qualifier is no longer valid. You can have several instant and basket coupons. It is the checkout coupon that gets wiped.
Would the shoes be the highest price Nike item in the basket?
It could not be an instant coupon because the total has not been finalized at that point.
There is an example using glosub or vglosub to insert a filename in an existing url.
No. mvassign has been a function in Tool Kit for many years. It lets you run the miva built in functions similar to the new miva function mvassign.
First line change to this
<mvt:item name="toolkit" param="vassign|imgurl|l.all_settings:sub_product:image" />
Of course. The display you saw is brief so they can click the link to go to the product's page and review the description. There are two types of recently viewed products. 1) recently viewed by...
The Emporium Plus Tool Kit does this and dozens of other functions. You can see that feature in use near the bottom of http://www.emporiumplus.com/SFNT.html
Also in the Tool Kit is the function...
You'll need to contact me off forum, but not before Monday as I am unavailable for routine projects.
I did some testing when the U9 came out and verified that when a basket deletes, the record in the basketinfo database is also deleted. I did this to make sure restock shelves (when in use) was...
I looked at your log for one day. You sent emails to 4 persons; which might have been two people at a time. Then it appears you did another test with one email going to one person. It went out 7...
Are you sure this variable &mvt:attributemachine:product:inv_out_level; even exists (and changes) inside the waitlist page template on the line before the waitlist function? The waitlist function...
You probably put <select one> in the states list in admin. You need to change that to < select one >
I believe that 4th parameter is a hard coded number, not a variable. So instead of 0, you would use something like 3 for your trigger value.
No. showthem = 1 just means it is equal to something. It could be 9 or X or anything. The conditional is testing for g.showthem equal to something other than blank.
the questions have to go below the loop otherwise there'd be a set of questions after each product in the basket
Almost. In this
<mvt:if expr="g.prsc">
additional Addendum questions
</mvt:if>
You need to assign a variable. Then down where the addendum questions normally go, test for that variable. Like:...
The same one that is on all the basket type displays of basket items. Just don't display any of the table or variables. Insert the conditional code inside the loop and update the variable if you...
Leslie,
The basket item is assigned to the page. You are seeing either the first or last item:product_id in the array, probably the first. The foreach steps through the array. So if you are not...
Brennan,
Here is the structure of the basketitems database.
Field Name Field Type Field Length Field Decimals
basket_id N 11 0
line_id N 11 0
product_id N 11 0
...
That code has to be inside the foreach loop. Did you put it after the close of the foreach loop?
Links in search engines could persist for months. If the item is inventory enabled and the quantity is 0, putting in the basket should have been blocked. But if not, then they could put it in the...
As I told you before, l.all_settings
Then on the next line you use &mvte:global:newstring; to display the result.
What does your concat line look like. Your line above has &mvte in it twice which would make it fail.
There is a big difference between an item token <mvt:item name=.....
and an input <input type=.....
You cannot use &mvt in an item token. You can in an input.
If it is blank it means the...
You cannot use &mvte in an item token. This
&mvte:order:bill_fname;
probably should be
l.all_settings:order:bill_fname
No ; at the end either.
Results 1 to 25 of 300