We have a client that is using v5 and I'm trying to troubleshoot some problems I think are related to changes made to the templates.
The most immediate one is that there isn't a button for checking out on the shopping cart page. We attempted to move the NETQUOTEVARs from the confirmation page (reached by the Edit button in the cart or by simply adding a product to the cart) with no success. There could have been a problem with the pasting of the NETQUOTEVARs, but I'd like to confirm that this should work on the cart page.
The other is that the Remove button in the shopping cart does not function properly. When the Remove button is clicked, it directs to a page that contains what appears to be a script file. the text starts out with
and then continues for quite some time. When the cart is viewed after this, the product that should have been removed is still there.
There is another problem we've run into I'm certain is not related to templates. It seems that Actinic is not able to send emails out, and we've tried everything we can think of to configure the Network settings correctly to get this functioning, but nothing has worked. Are there any known problems with v5 that prevent the sending of confirmation emails to buyers and the site administrator?
Another, somewhat unrelated questions is this: one of the techniques I usually use to troubleshoot template problems is to look at a pristine template and compare how things are done there. Unfortunately, we no longer have Actinic v5, as we've upgraded to v7. Would it be possible for me to get a copy of completely untouched templates for v5?
The most immediate one is that there isn't a button for checking out on the shopping cart page. We attempted to move the NETQUOTEVARs from the confirmation page (reached by the Edit button in the cart or by simply adding a product to the cart) with no success. There could have been a problem with the pasting of the NETQUOTEVARs, but I'd like to confirm that this should work on the cart page.
HTML Code:
<INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:CONFIRMLABEL" NAME=ACTION> <INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:BUYNOWLABEL" NAME=ACTION> <INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:CANCELLABEL" NAME=ACTION>
#!NETQUOTEVAR:PERLPATH #?use CGI::Carp qw(fatalsToBrowser); # # Make sure "." is included in the @INC directory list so we can find our packages # my $bFound = 0; my $sDir; foreach $sDir (@INC) { if ($sDir eq ".")
There is another problem we've run into I'm certain is not related to templates. It seems that Actinic is not able to send emails out, and we've tried everything we can think of to configure the Network settings correctly to get this functioning, but nothing has worked. Are there any known problems with v5 that prevent the sending of confirmation emails to buyers and the site administrator?
Another, somewhat unrelated questions is this: one of the techniques I usually use to troubleshoot template problems is to look at a pristine template and compare how things are done there. Unfortunately, we no longer have Actinic v5, as we've upgraded to v7. Would it be possible for me to get a copy of completely untouched templates for v5?
Comment