Posted - 02/21/2018 : 08:45:41
The parameter xxCOTxt is global. However, on the cart page I target that button by putting <% xxCOTxt="Checkout Credit/Debit Card" %> or <?php xxCOTxt="Checkout Credit/Debit Card" ?> in the cart.asp/php page. However when using the cross sell feature on that page, the soft cart displays the content of the targeted button instead of the global setting "Checkout" or whatever is otherwise designated. It would be great if the different buttons could be targeted to allow for different text Global - xxCOTxt Cart Page - xxCartCOTxt Soft cart - xxSCCOTxt A cart.asp/php page only solution. If you layout the xxCOTxt and includes in the following order, you will get the word "Checkout" on the soft cart and not custom text as I demonstrated above. <% xxCOTxt="Checkout Credit/Debit Card" %> <!--#include file="vsadmin/inc/inccart.asp"--> <% xxCOTxt="Checkout" %> <!--#include file="vsadmin/inc/inccrosssell.asp"--> Tested and it does work. Remember, this trick is not global but page specific. MarshallCENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Edited by - Marshall on 02/21/2018 12:31:39
|