

saJezza
Members-
Content count
30 -
Joined
-
Last visited
About saJezza
- Birthday 12/16/1975
Profile Information
-
Real Name
Jezza
- Website
-
And to the second part of your question to have background pics do: A.headerNavigationBarLink:hover { color: #000000; background: url(images/yourimage.gif); font-weight: bold; }
-
Change it to this: A.headerNavigationBarLink { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding: 0; margin: 0; text-decoration: none; display: block; } A.headerNavigationBarLink:hover { color: #000000; background-color: #FF9900; font-weight: bold; } That works for me, you had put in unnecessary code counter acting each other.
-
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Yes, that would be difficult to do. One little thing, is there a way for the cc#, cvv, issue# text-boxes to only accept numbers not letters? -
UK Debit Card (Switch) payment facility problems
saJezza replied to a topic in General Add-Ons Support
Hmm, I had a bit of trouble getting this contribution running, but I did not have any problems like that. The contrib was written for MS1 so there are a couple of things that you have to change to get it working. As I do not have the code in front of me I cannot be any more specific. Did you install it on a clean MS2 installation, and have you followed the instructions to the letter, because this can be an annoying contrib if things dont work. Have a look at this the support thread: Support Thread Jez -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
well what i was thinking was that there could be a drop down list, where you choose your credit card type. Then depending on what you select it requires you to fill in the issue number. You could keep the cc_validation as it is, as this code be a simple javascript. That was my idea anyway, if i can be done or not i dont know. -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Hmm weird that little code thing I gave works for me. -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Got it working on my site: Replace this code: About Line 269 <td class="main" colspan="4"><?php echo $confirmation['title']; ?></td> With this code: <td width="10"><td class="main"><?php echo $confirmation['title']; ?></td><td colspan="2"></td> Hope that works. Jez -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Hi Found the problem. Change this piece of code: <tr> <td class="main" colspan="4"><?php echo $confirmation['title']; ?></td> </tr> to: <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo $confirmation['fields'][$i]['title']; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo $confirmation['fields'][$i]['field']; ?></td> </tr> That should work. Jez -
[Contribution] Credit Class/Gift voucher/Discount Coupon v5
saJezza replied to Ian's topic in General Add-Ons Support
I am also having the same problem, plus my download function is not working - slightly confused by that. Anyway there is no tick box appearing saying use Voucher in Cart. So the customer ends up paying the full price. -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
HA HAA HAA HAAA Im laughing with joy IT WORKS!!! :lol: :lol: :) :P ;) :D :rolleyes: all I had to do was remove then reinstall the module. So simple i over looked it. -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Hmm. I looked through all the code that I added and any code that I would have replaced. My problem exists in the catalog section where no actual code is replaced, only added. So my problem must lie some where else. I cannot think why the code is not working. Or is the problem in Admin and the settings are not being placed into the database and so when the catalog looks in the database there is nothing there. ... -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
there was one part that did confuse me: <!-- BMC Delete CC Info Start -- original line -- <td class="pageHeading" align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('action'))) . '">' . tep_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td> --> <td class="pageHeading" align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ORDERS, 'oID=' . $HTTP_GET_VARS['oID'] . '&action=deleteccinfo') . '">' . tep_image_button('button_removeccinfo.gif', RemoveCCInfo) . ' </a>' . '<a href="' . tep_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $HTTP_GET_VARS['oID']) . '" TARGET="_blank">' . tep_image_button('button_invoice.gif', IMAGE_ORDERS_INVOICE) . '</a> <a href="' . tep_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $HTTP_GET_VARS['oID']) . '" TARGET="_blank">' . tep_image_button('button_packingslip.gif', IMAGE_ORDERS_PACKINGSLIP) . '</a> <a href="' . tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('action'))) . '">' . tep_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td> <!-- BMC Delete CC Info End --> The first part which says BMC CC Info Start -- original line -- I see that the HTML is cancelled out but the PHP code is not, when i installed it i did no bother putting in that first part, should i have. Im gonna have a go now and see if it works. But yeah everything in the Admin side works, I uninstalled the original CC and enabled the new one and selected all my options. jez -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Thanks for that little tip, but do you know why paying by credit card option is not appearing in the checkout procedure, so far it has completely baffled me on why its not showing. -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
I got rid off my current osC and reinstalled a fresh osC 2.2 MS2 on to my server with a new database. Everything admin side appears to be working, the only problem I am having is that when you go to checkout the credit card option is not there. In Admin Credit Card is enabled and I even looked in my database and it is saying enabled, but in checkout it is not there. Has anyone else had this, and do you know what the problem is? -
[Contribution] CC_CVV_start date plus credit card blacklist
saJezza replied to a topic in General Add-Ons Support
Also since I wrote my previous post I hve also thought of this. If you use a card which requires Issue Number, and if a customer forgets to give the issue number will the catalog tell you that it has been left out. However since the customer has not defined what type of credit card he is using how will the catalog know if he needs to enter an issue number or not. Is this included in the CC_CVV_start date mod or not? Or would it be easy to add. As I am writing my own checkout procedure and so far I have this working: CC Name, CC Number, CC Start Date, CC Expiry Date and CVV number. I am now working on Issue Number. However, could there be a drop-down menu which lists the types of credit cards that can be used, if you select one whichs requires Issue number it will then say so. However the validation checks in cc_validation could be left in as another check to see what the credit card is used anyway. OR Would it be difficult to add Issue Number with the right forms of verification checks in place depending on the type of CC number to tell the customer that Issue Number is needed if he continues without typing the issue number in. [i think I may have over complicated that] This is a second part of my previous post.