Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mid9tblue

Pioneers
  • Posts

    45
  • Joined

  • Last visited

Everything posted by mid9tblue

  1. hi: i need to modify the following code: <td align="right" class="main bg_input"> <table><tr><td colspan="2">If you have read our <a href="conditions.php">Conditions of Use</a> and agree to them, then:</td></tr> <tr><td> </td><td align="center" width="100px"> <?php if (is_array($payment_modules->modules)) { echo $payment_modules->process_button(); } echo tep_image_submit('button_confirm_order.gif', IMAGE_BUTTON_CONFIRM_ORDER) ."\n"; ?><div style="color:#FF0000; font-size:0.8em; padding:4px;">-OTHERWISE-</div><a href="index.php"><img src="includes/languages/english/images/buttons/button_dont_confirm_order.gif" border="0" title="Cancel Order"></a> </td></tr></table></td> right now the button_dont_confirm_order.gif is set to be the one in the english folder, my site is in two languages so i need it to load the button in the german folder if german was the chosen language. i'm no good at coding php, please help me to modify this, thanks in advance for all the help.
  2. Thx, I made the changes according to #5984, but it didn't solve my problems tho. my previous issue was all prefix were set to "+" my issue now is that all prefix were set to " " I only have one attribute that needs to be actual price. The other two attribute still need the "+" Is there any way to have them both??? I figured in order to download and mass edit prefix in easy populate, there should be columns like v_attribute_value_prefix, that would make a lot of sense. Thank you.
  3. I found this but having trouble understanding it, line numbers are way off. I'll spend my tomorrow going through these, thanks for pointing me to this post.
  4. Hi: I just installed Actual Attribute Price V1.0 and found it to be quite nice. I have one attribute that need to be actual price and another one needs to be add on price. And it works awsome on both. Example: http://www.pacsonic.com/product_info.php?products_id=127&language=en Everything looked cool until I started using Easy Populate I noticed that the csv file downloaded thru Easy Populate does not have columns that allows edit to prefix of the attribute value And if I edit all attributes in csv and upload in Easy Populate, since there's no columns to edit prefix i guess osc consider these attribute values all default to be "+" And therefor after the upgraded upload all the product details page ended up looking like this: http://www.pacsonic.com/product_info.php?products_id=69&language=en That is no good, since I have 2000+ products that all contain these attribute, it would be painful to remove the prefix in the admin area manually for every single product. Please help me, I really need these two to work together. without Actual Attribute Price my customers won't be able to get discounts by amount. and without Easy Populate it will take forever to add all my products in the store. Please help.
  5. Thx for the quick response, it all make sense now. I fixed the model area and EP started working like a charm :)
  6. Hello newbie here, i m not sure if other newbies have experienced the same problem but this is kind of weird: OS: Mac OS X 10.6 CSV editor: OpenOffice 3.1.1 EP vers: EP_v2_76i_MS2 osCommerce Online Merchant v2.2 RC2a HTTP: Apache 2.2.14 DB: MySQL 5.0.88 PHP: 5.2.11 My SQL: 5.0.87 This is the CSV file i downloaded and modified: www.cloudywool.com/test.csv And after I imported with EP, not only there's absolute no changes were made to my products, all product images has turned into one same image, that's the only change happened and it's not desired. site language english/mandarin, and i have two identical store set up to compare: www.cloudywool.com (original) www.pacsonic.com (made change) Since I used a customized template for my store, so i tried installing original osCommerce Online Merchant v2.2 RC2a on another domain i have and tested EP, yet same thing happened. STEP #1 - Upload the three files to your osCommerce Store Directory STEP #2 - Setup the "temp" folder STEP #3 - Add a link in the Admin Panel. Edit file I did follow the install instruction step by step, wonder what i did wrong please help. Thx
×
×
  • Create New...