Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

joelm

Archived
  • Posts

    41
  • Joined

  • Last visited

Everything posted by joelm

  1. This has fixed my problem too! :) Thank you
  2. Hum... thank you gabrielk for your answer. Isn't ther any other contribution like this? It doesn't have to be phpbb. I only want a simple Forum and make it open inside osc... that's all... thank you
  3. Hello. Sorry again. But can anyone please answer me one question? Does this contribution makes phpbb open inside osc? If not is it difficult to make like this? Thank you
  4. Hello. Does this contribution makes phpbb open inside OSC? I just could create the bridge... but what I really want is to open it inside. Any way of doing this? Thank you
  5. Hello. I was looking for something as simple as this: 1) I want to know where the customers that ordered came from. 2) I want to put a link like this: http://mystore.com/catalog?&affiliate=1 so I can trace the affiliate 1 to a store that I know what it is 3) When the customer cames from that link... I would like to store the affiliate where he came... into the order. Basically this is all I need. No need the control of prices and comissions but if it cames as an extra, I don't mind. Any help?
  6. Ok. You're doing too much allready, which I appreciate your kindness. The problem is I can't find some code in other pages like shipping.php. I only find this: <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> And the instructions says to modify this (which I don't find): <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><?php echo ENTRY_NAME; ?></td> If someone can help me out here... I would be appreciated. Thank you
  7. Hi again. It works if I choose 2 - Contact Us as Page Type. I was choosing 1 - Index... not working at all. I have checked again the catalog files... everything done except this in catalog/index.php: REPLACE <?php echo TEXT_MAIN; ?> WITH <?php echo $pagetext; ?> This is because the original tag doesn't exist. What I still don't understand is: 1) Why is there Index, Shipping, Privacy, Others, and Old Page as Page Types? 2) If I choose Shipping, wasn't suppose to have the "shipping.php" pointing to the page I have changed? 3) How do I include the contact_us.php always fixed in the bottom of extra_info_pages infobox? Thank you in advance for your help here djmonkey1.
  8. Hi. I was expecting to see the extra pages in the infobox "Information" in the catalog but it is empty. In admin it is ok.
  9. Hello djmonkey1. Great job there. I appreciate your help here, really. Your contribution has solved the problem with admin area. Now it is stored without any problems, but in the frontpage there's still nothing. Maybe it is about the file catalog/includes/boxes/extra_info_pages.php? If you can help me here I (and others too) would apreciate your kindness.
  10. Hi! Thank you... this has solve the error message but it is not working correctly because no data is saved: no title and no description in the page. Only the order is saved. In frontpage it shows nothing in infobox too.
  11. Hi. I'm using the contrib "Extra pages with admin" and Tinymce. I have changed the code to tep_draw_textarea_field instead tep_draw_fckeditor and all is looking "fine". But when I try to add an extra page I receive the error: "Error: Page title required." I have register_globals = on I have tried: if (empty($$title_field_name)) { $messageStack->add(ERROR_PAGE_TITLE_REQUIRED, 'error'); if (empty($_POST['title_field_name'])) { $messageStack->add(ERROR_PAGE_TITLE_REQUIRED, 'error'); and if (empty($_POST['$title_field_name'])) { $messageStack->add(ERROR_PAGE_TITLE_REQUIRED, 'error'); But none has solve this problem. I appreciate your help here. Thank you
  12. Hi... Did not worked... still appearing the error message "Error: Page title required." Any other help here? Thank you for your help djmonkey1
  13. Any help how to install tinymce HTML editor into this contribution?
  14. Hi. I couldn't make this working. Maybe something about register_globals = off? Or does anyone has it working with it disable? Problem is: When I click to create a page... it does nothing. Any help? Or should I search for an alternative?
  15. hello. I've added this contribution and to "Extra Pages w/ admin" too. But in this last one I'm receiving this error: Error: Page title required. I have 3 languages... so I receive 3 errors with the same thing. Is something wrong with php in extra_info_pages.php? <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins : "table,advhr,advimage,advlink,emotions,preview,flash,print,contextmenu", theme_advanced_buttons1_add : "fontselect,fontsizeselect", theme_advanced_buttons2_add : "separator,preview,separator,forecolor,backcolor", theme_advanced_buttons2_add_before: "cut,copy,paste,separator", theme_advanced_buttons3_add_before : "tablecontrols,separator", theme_advanced_buttons3_add : "emotions,flash,advhr,separator,print", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|on mouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]", external_link_list_url : "example_data/example_link_list.js", external_image_list_url : "example_data/example_image_list.js", flash_external_list_url : "example_data/example_flash_list.js" }); </script> and... <? for ($i=0, $n=sizeof($languages); $i<$n; $i++) { ?> <tr> <td valign="top" class="main"><br> <td class="main"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']). ' '.tep_draw_textarea_field('pages_html_text_'.$languages[$i]['id'],'100','100', $pages_html_text[$languages[$i]['id']]); ?> </td> </tr> <? } ?> Thank you in advance.
  16. Hi. On line 42: $HTTP_GET_VARS['filename'] = 'mainpage.php'; Change it to: $HTTP_GET_VARS['filename'] = 'define_mainpage.php';
  17. Excelent Contribution! :) Simple to install and clear to understand. Congratulations.
  18. I have this problem but no with this contribution... Those errors: "1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1 select banners_id, banners_title, banners_image, banners_group, status, expires_date, expires_impressions, date_status_change, date_scheduled, date_added from banners order by banners_title, banners_group limit -20, 20" appeared when I change from serve with MySQL different versions. Any clue?
  19. Hello... As anyone have the instructions to modify the pages without having to compare them? Thank you all :)
  20. I don't see this working in FireFox, they aren't selectable
  21. Hello. Sorry to ask this here, but I didn't find another place to my question. I would like to have another box of Specials Products, but edited separately. So, I would have Specials and Specials 2 to have products of the day, etc. in the last one. Any chance of doing this?
  22. Which version works with FireFox? Thank you
  23. I see a blank area instead of FCKeditor and text area in CATEGORIES page. Any idea? I agree with thecure7, instructions are a bit messy...
×
×
  • Create New...