I think I was able to figure out the template changes for Storyteller but I seemed to have missed something that enables the selected attributes to be restored to the basket.
The original Storyteller button has has these parameters in it:
the coding update is doesn't include some of the same parameters
The coding was similar to the Levels template up to the point of this remove link. Can I just change this portion in the original link
to
or perhaps
for a final link of
or
Ignore any breaks in the code adding them to the forum broke them.
The original Storyteller button has has these parameters in it:
Code:
<a class="" href="&mvte:urls:BASK:auto_sep;Action=RGRP&Basket_Group=&mvta:group:group_id;&Offset=&mvta:global:Offset;&AllOffset=&mvta:global:AllOffset;&CatListing Offset=&mvta:global:CatListingOffset;&RelatedOffset=&mvta:global:RelatedOffset;&SearchOffset=&mvta:global:SearchOffset;&Restore_Name=&mvta:group:name; &Restore_Link=&mvta:group:restore:link;"></a>
the coding update is doesn't include some of the same parameters
Code:
<a class="" href="&mvte:urls:BASK:auto_sep;Action=RGRP&Basket_Group=&mvta:group:group_id;&Restore_Name=&mvta:group:name;&Restore_Params=&mvta:group:restore:params;"e_item=&mvta:global:quote_item;"></a>
Code:
&Restore_Link=&mvta:group:restore:link;
Code:
&Restore_Params=&mvta:group:restore:params;"e_item=&mvta:global:quote_item;
or perhaps
Code:
&Restore_Params=&mvta:group:restore:params;
for a final link of
Code:
<a class="" href="&mvte:urls:BASK:auto_sep;Action=RGRP&Basket_Group=&mvta:group:group_id;&Offset=&mvta:global:Offset;&AllOffset=&mvta:global:AllOffset;&CatListing Offset=&mvta:global:CatListingOffset;&RelatedOffset=&mvta:global:RelatedOffset;&SearchOffset=&mvta:global:SearchOffset;&Restore_Name=&mvta:group:name; &Restore_Params=&mvta:group:restore:params;"e_item=&mvta:global:quote_item;"></a>
Code:
<a class="" href="&mvte:urls:BASK:auto_sep;Action=RGRP&Basket_Group=&mvta:group:group_id;&Offset=&mvta:global:Offset;&AllOffset=&mvta:global:AllOffset;&CatListing Offset=&mvta:global:CatListingOffset;&RelatedOffset=&mvta:global:RelatedOffset;&SearchOffset=&mvta:global:SearchOffset;&Restore_Name=&mvta:group:name; &Restore_Params=&mvta:group:restore:params;"></a>
Ignore any breaks in the code adding them to the forum broke them.
Comment