Search:

Type: Posts; User: wcw; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 1.01 seconds.

  1. Re: Looking to do a somewhat complex discount, can't find a module.

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

    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.
  3. Replies
    6
    Views
    85

    Re: Help using tool kit and mvassign

    There is an example using glosub or vglosub to insert a filename in an existing url.
  4. Replies
    6
    Views
    85

    Re: Help using tool kit and mvassign

    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.
  5. Replies
    6
    Views
    85

    Re: Help using tool kit and mvassign

    First line change to this


    <mvt:item name="toolkit" param="vassign|imgurl|l.all_settings:sub_product:image" />
  6. Replies
    23
    Views
    1,165

    Re: Recently Viewed Products Module

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

    Re: Recently Viewed Products Module

    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...
  8. Replies
    18
    Views
    632

    Re: Toolkit Waitlist Setup Help

    You'll need to contact me off forum, but not before Monday as I am unavailable for routine projects.
  9. Replies
    5
    Views
    60

    Re: Basket custom field problem?

    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...
  10. Replies
    2
    Views
    95

    Re: Tell a friend mod question

    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...
  11. Replies
    18
    Views
    632

    Re: Toolkit Waitlist Setup Help

    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...
  12. Replies
    3
    Views
    74

    Re: Error with drop down State selector

    You probably put <select one> in the states list in admin. You need to change that to &lt; select one &gt;
  13. Replies
    18
    Views
    632

    Re: Toolkit Waitlist Setup Help

    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.
  14. Re: Custom Product Field conditional being difficult

    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.
  15. Re: Custom Product Field conditional being difficult

    the questions have to go below the loop otherwise there'd be a set of questions after each product in the basket
  16. Re: Custom Product Field conditional being difficult

    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:...
  17. Re: Custom Product Field conditional being difficult

    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...
  18. Re: Custom Product Field conditional being difficult

    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...
  19. Re: Custom Product Field conditional being difficult

    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
    ...
  20. Re: Custom Product Field conditional being difficult

    That code has to be inside the foreach loop. Did you put it after the close of the foreach loop?
  21. Re: Preventing a discontinued item from being purchased

    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...
  22. Replies
    7
    Views
    185

    Re: Having Trouble with Toolkit Concat

    As I told you before, l.all_settings
    Then on the next line you use &mvte:global:newstring; to display the result.
  23. Replies
    7
    Views
    185

    Re: Having Trouble with Toolkit Concat

    What does your concat line look like. Your line above has &mvte in it twice which would make it fail.
  24. Replies
    7
    Views
    185

    Re: Having Trouble with Toolkit Concat

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

    Re: Having Trouble with Toolkit Concat

    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

Page 1 of 12 1 2 3 4