View Full Version : credit card list empty in checkout
spollard
09-Aug-2007, 02:58 PM
my credit card list is empty (but they show out to right of it in text) in the checkout pages. It is only a problem in IE not in firefox. I am assuming it is a tag that has been left off but I do not know where to go to fix it.....
Can anyone direct me to the layout that controls the generation of this drop down???
leehack
09-Aug-2007, 06:33 PM
which version?
TraceyHand
09-Aug-2007, 06:52 PM
which version?
before someone recommends "revert to factory settings" on the layout
spollard
09-Aug-2007, 08:44 PM
it is version 8 upgraded from 7. Not sure if ther is some code hanging around from the old version???
TraceyHand
09-Aug-2007, 08:53 PM
your best bet will be to revert the layout back to factory settings and re-do any design changes you might have made in it
Design> Library> Layouts> Web page inner layout> Order 02 Bulk Area
Right click and compare with factory version first, see if it points out something glaringly wrong.
If you're unsure, might be best to revert to factory settings and start over.
spollard
09-Aug-2007, 09:01 PM
If I revert it back then what we just paid to have done will be gone. The individula that just reworked the layout is looking at the problem but I need it solved ASAP.
this is the code from the new layout. Can anyone see anything wrong.
------------------------
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt001Visible%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22IsCreditCardCaptureEnabled%22%20%2f%3e" />
<tr>
<td align="left" bgcolor="<actinic:variable name="CheckoutBG"/>"><actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt001Required%22%20%2f%3e"><span class="actrequired"></actinic:block>
<Actinic:Variable Name="PaymentPrompt001"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt001Required%22%20%2f%3e">*</span></actinic:block></td>
<td align="left" bgcolor="<actinic:variable name="CheckoutBG"/>">
<select name="PAYMENTCARDTYPE" size="1"><actinic:variable name="CreditCardTypeList" value="Standard Credit Card Type List"/>
</select>
</td>
</tr>
</actinic:block>
----------------------
TraceyHand
09-Aug-2007, 09:12 PM
sorry, I don't know then
maybe someone else will
ps..better to wrap your code in the code tags given in the options along the top of the reply box.
spollard
09-Aug-2007, 09:14 PM
thank you!
TraceyHand
09-Aug-2007, 09:16 PM
what have you actually had done to this page?
You could just revert the "Payment Card Type" layout (under "checkout prompt" in the layouts to "fix" this area without touching the rest of the page
dave_finlayson
09-Aug-2007, 09:26 PM
Is it the Uniform Corner site you are talking about? Seems ok to me on IE7. If not, got a link to the affected page?
spollard
09-Aug-2007, 09:33 PM
yes it is and no I do not. I do not have a test site up. The checkout pages are the same pages we used in the old version which is the site that is up now. The site was upgraded and we had a few new layouts built. if I try and look at the factory settings for the Order 02 Bulk Area it shows a bunch of missing content (yellow).
TraceyHand
09-Aug-2007, 09:42 PM
try comparing just the Payment Card Type layout, Stacy...this is the area you appear to be having problems with.
dave_finlayson
09-Aug-2007, 09:44 PM
Revert the layout, or copy and paste this code. The select tag shown in your code above should not be in that layout:-
<tr>
<td bgcolor="#f5f4f3">
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt001Required%22%20%2f%3e"><span class="actrequired"></actinic:block>
<Actinic:Variable Name="PaymentPrompt001"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt001Required%22%20%2f%3e">*</span></actinic:block>
</td>
<td bgcolor="#f5f4f3">
<actinic:variable name="CreditCardTypeList" value="Standard Credit Card Type List" />
</td>
</tr>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt001Visible%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22IsCreditCardCaptureEnabled%22%20%2f%3e" />
<tr>
Snapshot before doing this but should be ok!
dave_finlayson
09-Aug-2007, 09:46 PM
Oops, as Tracey says, it's the Payment Card Type layout you are wanting to revert (or change)
spollard
09-Aug-2007, 10:38 PM
THANK YOU!! That worked now I just have 2 Credit card type boxes. I should be able to find the code for that (I hope). The site is up now and thank you again!!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.