Already in there John.
Announcement
Collapse
No announcement yet.
v8 Advanced Users guide
Collapse
X
-
How to add price, first 10 words of product description and an 'Add to cart' to the section link - http://community.actinic.com/showthread.php?t=30435
Note: Works only with a single product per section setup
Thanks to : Jonathan SnowBruce King
SellerDeck
Comment
-
Originally posted by BruceHow to add price, first 10 words of product description and an 'Add to cart' to the section link - http://community.actinic.com/showthread.php?t=30435
Note: Works only with a single product per section setup
Thanks to : Jonathan SnowAffordable solutions for busy professionals.
Website Maintenance | UK Web Hosting
Comment
-
Adding 'Gift Wrapping' as an upsell on the checkout pages http://community.actinic.com/showthr...t=30711&page=2
Thanks to : Jo Morecroft
Regards,Bruce King
SellerDeck
Comment
-
Controlled display of Marketing Lists - http://community.actinic.com/showthread.php?t=30816
This can be used creatively on lists anywhere on the store, brilliant usage of conditions.
Thanks to : Jonty John
Regards,Bruce King
SellerDeck
Comment
-
Correction to AUG article:
Selecting Quantity from a Drop-Down
The original code is as follows:
Replace HTML tag with the following:
<select name="Q_<Actinic:Variable Name="ProductReference"/>"><option selected value="<Actinic:Variable Name="DefaultQuantity"/>">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select>
This code contains options up to '9' – but you can easily adapt it for more or fewer items
<Actinic:Variable Name="ProductID"/>
This is to prevent it from failing when using duplicates.
Kind regards,Bruce King
SellerDeck
Comment
-
Its a bug I found today and reported you can see the working example at http://www.ukcheaptoners.co.uk/acata...artridges.html
Its for a multiple quantity drop down selector- (site still under construction)
Comment
-
Chris, do you know if you use correct headings throughout the document, you can create a table of hyperlinked contents with the correct page numbers? The table of contents option reads all of your heading & sub-headings etc. When you click refresh on the page, it will refresh it instantly for you. You can even have version control and have anything new you have added auto turn red and its entry in the TOC.
Comment
-
How about a wish list request to have updates available as a download option to save having to print everything again (a paperless office is not quite here and I expect a lot of users prefer a hard copy).
If any changes are required to existing documentation a simple note to replace page X. In a former life this was how all updates to manuals were handled with the new stuff going on top (front of file) and alterations slotting into place. If formatting was done to prevent articles being orphaned that would make life a whole lot easier.
Comment
Comment