

Reesy
Members-
Content count
351 -
Joined
-
Last visited
Profile Information
-
Real Name
James
-
If thats the case use you can use another payment processor of which there are many.
-
They are not errors they are simple defines that are missing from the language file. Look at english.php and you will see what to do.
-
Hi Frank, Just a little update from my post above... Ive managed to change the status bar in the combined shipping/payment part of your contrib to correctly reflect the number of steps. The code from line 665 ish now reads... <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%" align="right"><?php echo tep_draw_separator('pixel_silver.gif', '1', '5'); ?></td> <td><?php echo tep_image(DIR_WS_IMAGES . 'checkout_bullet.gif'); ?></td> <td width="50%"><?php echo tep_draw_separator('pixel_silver.gif', '100%', '1'); ?></td></tr> </table></td> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%"><?php echo tep_draw_separator('pixel_silver.gif', '100%', '1'); ?></td> <td width="50%"><?php echo tep_draw_separator('pixel_silver.gif', '100%', '1'); ?></td> </tr> </table></td> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%"><?php echo tep_draw_separator('pixel_silver.gif', '100%', '1'); ?></td> <td width="50%"><?php echo tep_draw_separator('pixel_silver.gif', '1', '5'); ?></td> </tr> </table></td> </tr> <tr> <td align="center" width="33%" class="checkoutBarCurrent"><?php echo CHECKOUT_BAR_PAYMENT; ?></td> <td align="center" width="33%" class="checkoutBarTo"><?php echo CHECKOUT_BAR_CONFIRMATION; ?></td> <td align="center" width="33%" class="checkoutBarTo"><?php echo CHECKOUT_BAR_FINISHED; ?></td> </tr> Of course you also have to make the same changes in the rest of the shopping cart process to reflect the same. Hope this helps sir!
-
Hi Frank, Firstly congratulations on the contribution sir and thank you for making it available to the community! I just wanted to say that im trying the combined shipping and payment version and no bugs of sorts to report but id like to suggest a small change... <tr> <td align="center" width="25%" class="checkoutBarFrom"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '" class="checkoutBarFrom">' . CHECKOUT_BAR_DELIVERY . '</a>'; ?></td> <td align="center" width="25%" class="checkoutBarCurrent"><?php echo CHECKOUT_BAR_PAYMENT; ?></td> <td align="center" width="25%" class="checkoutBarTo"><?php echo CHECKOUT_BAR_CONFIRMATION; ?></td> <td align="center" width="25%" class="checkoutBarTo"><?php echo CHECKOUT_BAR_FINISHED; ?></td> The checkout bar is a little misleading because it still has the 4 steps in but theres now only 3 steps. Theres also the link to the now not needed checkout_shipping.php Hope this helps! Cheers James PS When I work out the fix tomorrow I will post it here if you havent fixed it already :)
-
If http://www.fitniskin.com/ is your site its not even in a directory like http://www.fitniskin.com/catalog so it looks like your image url is wrong to start ;)
-
Dangling Carrot (Free Gift/Discount Contrib)
Reesy replied to thejungle's topic in General Add-Ons Support
In a nutshell, you have already answered your own question "I noticed that on Chris' site, www.session1.com, there are add to cart buttons next to the gift items." Yes there should ;) -
Has anyone managed to get this altered to work with Chemo`s Ultimate SEO Urls? Theres a great RSS feed contrib which uses the SEO URLS and the code looks like... tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $id); I tried changing $productURL = "mystore.com/product_info.php?"; //where CURTYPE is your currency type (eg. USD, EUR, GBP) to... $productURL = "tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $id) ; //where CURTYPE is your currency type (eg. USD, EUR, GBP) But that didnt quite work... Is there something ive missed?
-
Dangling Carrot (Free Gift/Discount Contrib)
Reesy replied to thejungle's topic in General Add-Ons Support
Ali, I think your logic and reasoning are wrong. You mentioned a figure of $30 in your example not $29.99. So therefor when the customer has spent $30 they have broken the threshold and everything works fine which is the problem you are reporting. If you need a threshold of $29.99 you just put $29.98 ad infenitum. Try it and see ;) -
Dangling Carrot (Free Gift/Discount Contrib)
Reesy replied to thejungle's topic in General Add-Ons Support
You can just adjust the threshold to be 1 cent or whatever less and it will work fine -
Noppie, Neil kindly updated this thread with instructions for ms2.2 but whatever has happened has caused them to dissapear, maybe this thread has been edited for whatever reason by a moderator but I for one cant see the instructions he kindly posted giving the necessary changes for ms2.2.
-
Hi Neil, Have checked this thread pretty much daily to see if its been updated, and cant see your previous post with the info in ie, firefox, nor netscape. :( Im wondering how easy it would be to update the contrib only to use recurring billing.
-
Id love to but it seems your post with the modifications necessary has been deleted since the other day?
-
UK-Based: Default osCommerce Installation.
Reesy replied to Alpha Ray's topic in General Add-Ons Support
Theyre in the contributions area and you will have to start fresh (ie not use the Fantastico install) if you dont want a million and one problems. -
PandA.nl`s code workded for me
-
I just did a search for anchor tags and found this and it doesnt quite work properly because I think our store is in a directory and Boxtel`s isnt. Using the above gives us a reloaded page with a url similar to... www.oursite.com/shopshopcurrentpage.php (ie the shop directory seems to be doubled up) Ive tried playing about a bit but cant quite figure it out :blush: Can anyone be so kind to help me out please?