That's an option. Thanks for the idea. If similar situation arises I'll just make as separate action for it and add it to the list after AUTH. This way if there are other modules hooked to AUTH I...
Type: Posts; User: tigra; Keyword(s):
That's an option. Thanks for the idea. If similar situation arises I'll just make as separate action for it and add it to the list after AUTH. This way if there are other modules hooked to AUTH I...
Thanks for your reply.
My code is intended for one store deployment, thus module ID based solution.
I would probably resort to using component token otherwise as you suggested.
What would like to...
Found unused module_id lower than email module and after thorough review to make sure it's not used anywhere else pulled heart-stopping trick:
UPDATE `Modules` SET `id` = 240 WHERE `id` = 258;...
Well, first workaround is out of the window. According to sources log feature is called after fulfill.
I'm working on module which generates the coupon code in its 'fulfill' feature. Everything works beautifully but my plan was to send the coupon code to the customer in the order confirmation email...
For items sold by weight, length etc we need to have non-integer inventory quantities. This should also apply to member quantities in kits.
This is rather simple modification - just swap...
I'm adding shipping and tax and want to display those charges in the checkout pages. Although I can clearly see all the charges added to database (s01_BasketCharges):
... only the coupon...
Thanks all for responding.
I end up using custom category fields feature from updated version of tool kit.
How do I access values of custom category fields in the template? Say the name is myField. What is the code for:
<p>&mvt:<???>myField;</p>
and
<mvt:if expr="<???>myField EQ 'myValue'">