Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jikey

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jikey

jikey's Achievements

  1. hi hi all i think i hav another problem i not sure is the installtion problem or not .. cos after i install everything looks fiine .. but when i do purchase it the point didn't add new point for me and didn't take out the point i hav currently ... offcos it didn't show up at the pending point there also ... um..... so I NEED HELP! loolz just need some 1 to explain and sharing the way or solution for me thank you alot ... oh yeah i'm using easyphp in window xp
  2. hello all i jst installed this latest ccgv mod ~ look good but hav some question to ask what is BOX_REPORTS_CREDITS <-- this actually is for using on what ? cos it just showedd up at the admin report place. and Gift Voucher Queue Seem is not work ..... this thread is too long n very hard to let me look over it bcos ... u know the international line is break down cos the taiwan earthquake ... sigh .. ~ if there is any already hav the solution please giv me the links there. . thanks alot!!! Jikey
  3. bugs? um .. .i'm not sure but the 1 i using 1.4 when i create order for my wholesaler and vip the price is same as retails price... ~ any 1 has any ideA?
  4. i think i still using Step By Step Manual Order entry v1.4 is there any step to let me upgrade to Step By Step Manual Order entry v1.8?
  5. hi hi i'm installing the shop by price mood. but i was using infobox admin so from the default files it doesn't match it ..... can any1 help me with this below this is the original code <?php /* $Id: shop_by_price.php,v 2.4 2006/10/24 $ Contribution by Meltus http://www.highbarn-consulting.com Adapted for OsCommerce MS2 by Sylvio Ruiz [email protected] Modified by Hugues Deriau on 09/23/2006 - display the price ranges in the selected currency Modified by Glassraven for dropdown list 24/10/2006 www.glassraven.com osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <!-- shop by price //--> <tr> <td> <?php require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SHOP_BY_PRICE); // use dropdown list - comment out if using list format $shop_price_type = 'dropdown'; // $info_box_contents = array(); // $info_box_contents[] = array('text' => BOX_HEADING_SHOP_BY_PRICE); // new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); if ($shop_price_type == 'dropdown') { $price_range_list = ''; $price_range_list[] = array('id' => '0', 'text' => BOX_HEADING_SHOP_BY_PRICE ); for ($range=0; $range<sizeof($price_ranges); $range++) { $price_range_list[] = array('id' => $range, 'text' => $price_ranges[$range] ); } $info_box_contents[] = array('form' => '<form name="shop_price" action="' . tep_href_link(FILENAME_SHOP_BY_PRICE) . '" method="get">' . tep_hide_session_id(), 'align' => 'left', 'text' => tep_draw_pull_down_menu('range', $price_range_list, $range, 'onchange="this.form.submit();" size="' . 1 . '" style="width: 100%"') . tep_hide_session_id()); } else { for ($range=0; $range<sizeof($price_ranges); $range++) { $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_SHOP_BY_PRICE, 'range=' . $range , 'NONSSL') . '">' . $price_ranges[$range] . '</a><br>'); } } new infoBox($info_box_contents); ?> </td> </tr> <!-- shop_by_price //-->
×
×
  • Create New...