Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Gubbanoa

Archived
  • Posts

    27
  • Joined

  • Last visited

Profile Information

Gubbanoa's Achievements

  1. Is there a way to check if "PayPal Website Payments Pro (US) Direct Payments" works properly when I run my webshop from Europe?
  2. Sorry for being a little spammy, but here's a better image of what I got and what I would like. - How to change positions of these boxes?
  3. I made it. Did a risky try and see method, but it seems to work fairly good. Just one thing - on '/login.php' the PWA box and 'create account' box are on the left side, while the log in box is a little down on the right side. I guess I can fix this with some <td> and <tr> magic -a but in which file? Illustrations: Now they are like this: | | | I would like them to be like this ('_' is PWA): __ | | Hope you understand, he he. :)
  4. Ok... I would really appreciated a guiding hand here, if anyone got the time. The script wants to insert this above (my missing) CATEGORY_OPTIONS: <?php // PWA BOF if (!isset($HTTP_GET_VARS['guest']) && !isset($HTTP_POST_VARS['guest'])) { // PWA EOF ?> My create_account.php: <td class="main width2_100"><?php echo tep_draw_input_field('fax') . ' ' . (tep_not_null(ENTRY_FAX_NUMBER_TEXT) ? '<span class="inputRequirement">' . ENTRY_FAX_NUMBER_TEXT . '</span>': ''); ?></td> </tr> </table> <?php echo tep_draw_infoBox_bottom();?> <?php echo tep_pixel_trans();?> <?php echo tep_draw_infoBox_top();?> <table border="0" cellspacing="4" cellpadding="2"> <tr> <td class="main b_width"><strong><?php echo ENTRY_NEWSLETTER; ?></strong></td> Original create_account.php: <td class="main"><?php echo tep_draw_input_field('fax') . ' ' . (tep_not_null(ENTRY_FAX_NUMBER_TEXT) ? '<span class="inputRequirement">' . ENTRY_FAX_NUMBER_TEXT . '</span>': ''); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><b><?php echo CATEGORY_OPTIONS; ?></b></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" cellspacing="2" cellpadding="2"> <tr> <td class="main"><?php echo ENTRY_NEWSLETTER; ?></td> Anyone with an idea? :blush:
  5. Thanks. I'll try to compare with the original version. I really need this contribution to work out. Yes, my shop is heavily modified. Lots of contributions and a template.
  6. Hi, I am trying to install PWA, but the script is telling me to edit manually. That's ok, but... Cannot replace: <tr> <td class="main"><b><?php echo CATEGORY_OPTIONS; ?></b></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> in the 'create_account.php' file. I can't find "CATEGORY_OPTIONS", "OPTIONS" or anything. Does anybody know were I can add the code in this file? This is the code the script is trying to add: <?php // PWA BOF if (!isset($HTTP_GET_VARS['guest']) && !isset($HTTP_POST_VARS['guest'])) { // PWA EOF ?> <tr> <td class="main"><b><?php echo CATEGORY_OPTIONS; ?></b></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents">
  7. Thanks for a great contrib. Love the step-by-step guide. No problems installing it! -Thanks!
  8. Guess that's the best thing to do. Not a big problem.
  9. Switch from In Stock to Out of Stock in admin - Categories - Products - the product.
  10. My template requires PHP5, but my host's https/SSL server runs on PHP4. It runs smoothly on the normal server with PHP5, but: - What can go wrong on PHP4? This is the template: http://osc.template-help.com/osc_24119/index.php
×
×
  • Create New...