

abbott75
Members-
Content count
89 -
Joined
-
Last visited
Profile Information
-
Real Name
Adam
-
Thanks, the error seems to be fixed now. There must have been some small error in my copying somewhere, and its fixed now. Thanks for your help.
-
-
@@multimixer Hi, Thanks for your help. Your code gives me an internal server error though?
-
@@DunWeb Thanks. Removing the comments did nothing. I removed the line of code that was showing, and the contrib seems to work, I might just leave it now. There will be plenty more testing before going live so I'm sure I'll find any errors before going live. Cheers!
-
I posted this in the main DCC thread, but it seems like a ghost town in there...
-
Has anyone had a chance to look over my code? Thanks!
-
<?php } ?> </table> <?php $radio_buttons++; } ?> </div> <h2><?php echo TABLE_HEADING_COMMENTS; ?></h2> <div class="contentText"> <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?> </div> //* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> </div> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> } //* end kgt - discount coupons */ <div class="contentText"> <div style="float: left; width: 60%; padding-top: 5px; padding-left: 15%;"> <div id="coProgressBar" style="height: 5px;"></div> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td align="center" width="33%" class="checkoutBarFrom"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '" class="checkoutBarFrom">' . CHECKOUT_BAR_DELIVERY . '</a>'; ?></td> <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> </tr> </table> </div> <div style="float: right;"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'triangle-1-e', null, 'primary'); ?></div> </div> </div> <script type="text/javascript"> $('#coProgressBar').progressbar({ value: 66 }); </script> </form> <?php require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
-
Trying to install on 2.3.3 I have it all working, however I had to fiddle with this step: OPEN catalog/checkout_payment.php FIND on line 269: <h2><?php echo TABLE_HEADING_COMMENTS; ?></h2> <div class="contentText"> <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?> </div> <?php ADD this code after: /* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> </div> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> <?php } /* end kgt - discount coupons */ In 2.3.3, the last <?php isn't there. I removed the ?> and <?php from the code to add, and the contribution appears to work, however on checkout_payment.php I can see the code "//* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?>" and "} //* end kgt - discount coupons */" Would I be ok to remove that line and the comments, or will my world implode?? Thanks
-
That seems very time consuming, surely an easier way could be built into this contrib?
-
Looks like this could be a very useful add on. However it needs install instructions and more features like adding new pages ect. I'd make an install instruction when I had a chance, but no public uploads are allowed.
-
-
Is there a complete package download for 2.3.3?
-
Hi Jack, This line is still missing from the install notes, was driving me crazy for a few minutes before I found the thread! :)
-
Store Mode (Open | Closed | Maintenance)
abbott75 replied to olsonsp4c's topic in General Add-Ons Support
Looks like there is a 2.3.1 version, maybe try it? http://addons.oscommerce.com/info/8030 -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
abbott75 replied to spidometrs's topic in General Add-Ons Support
Thanks Jack. I assume you mean includes/config and not admin/includes/config? In FireFox I get a "The site could be temporarily unavailable or too busy. Try again in a few moments." error, and in IE "The site could be temporarily unavailable or too busy. Try again in a few moments." Could it be that the script is somehow stressing the server too much and overloading it when I attempt to order an item? Or more likely just a simple coding typo somewhere? Thanks so much! -
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
abbott75 replied to spidometrs's topic in General Add-Ons Support
Somehow this contribution seems to be causing a "The connection was reset" error when an item is placed in the cart from the product_info.php page. There is no error when the item is placed in the cart from any other page, and no error if "enable SEO URLs" is turned off. Any ideas?? Thanks -
Does this contrib support proxy bidding? Sorry if its obvious but I can't see it mentioned anywhere.