Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ReBeL Tech

Archived
  • Posts

    51
  • Joined

  • Last visited

Everything posted by ReBeL Tech

  1. Hmm so something is strange. When you view a product that has been purchased before - "Customers who bought this product also purchased" shows the product with correct picture,price and title but the product description is messed up. By that I mean - it all the product desciption always shows one description How do I like it to the right one?
  2. Hi Can anyone help me. When I edit an order using Order Editor - everything works until I click update. I get an error of: Warning: Cannot modify header information - headers already sent by (output started at /home/***/***/includes/languages/english/modules/shipping/sservices.php:25) in /home/***/***/admin/includes/functions/general.php on line 22 But the order is changed like I wanted it to be. I have a funny feeling it has got to do with the recalculating of the shipping. Any ideas how to fix this problem?
  3. Ok, it was an error with the <?PHP BEFORE: <tr> <td class="m1"></td><td align="center" bgcolor="191E21"><?php /* You are free to use the Greenmania template as long as this code and the copyright in the footer remain intact */ echo product_name();?></td><td class="m2"></td> </tr> </table> <?php AFTER ?> <table border="0" width="100%" cellspacing="0" cellpadding="0" align="center"> <tr> <td class="m1"></td><td align="center" bgcolor="191E21"> /* You are free to use the Greenmania template as long as this code and the copyright in the footer remain intact */ </table> <?php
  4. Hi Everything was working great until about 15min ago (new database installed). I now get this error: Line 151 is echo product_name();?></td><td class="m2"></td> Any ideas?
  5. Not to worry. Found out that you can disable the Ajax on admin side. Only problem I got now is when I add a product I get logged out of admin and have to relogin.
  6. Hi I just wanted to say thanks for the wonderful product... but, it does not seem to be working for me. I tried to delete an item and I get Errors on page (run time). Here is a photo of what happens. As you can see the star thing is always there. Please help me :) Thanks Rune
  7. OK I have a problem as well. I am trying to import the .csv from the temp directory I click the .csv that I want to import and click import. All of a suddent I am logged out. I relogin but nothing has changed. Any ideas? Anything I do in the Easy Populate option on Admin page just logs me out. I can't even click the backup database link.
  8. Yeah I see that. Any ideas about 2 and 3?
  9. How did you solve this? I need a new module for Bank deposits and Internet transfers.
  10. Is there any way to change Check/Money Order to read Bank Deposit / Internet Transfer?
  11. Ok, dont worry I found my error. Siteback -> had to change configure.php again
  12. I see in my includes/modules/payment that there is modules for ipayment and COD but on my admin screen there is nothing. Any ideas?
  13. Ok here is my problem The customer has the choice of 1.) Picking up their item(s) at the business premises 2.) Free Delivery in certain areas 3.) Deliver to Home/Office 4.) Deliver to Postal Address The problem is 3.) and 4.) is calculated using total weight. Any ideas of how to do this?
  14. Hi I am trying to find a contribution that gives the customer options of either paying at a ATM/Bank or via EFT. I see under admin->payment module-> I have nothing there. Any ideas?
  15. I am also looking for this I want to give my customers the option of either Post Office Registered, Generally Shipping, Free Delivery [Certain Areas] and Customer Pickup. There would also be a shipping table for the first, second and third option.
  16. Hi Jack Thanks for this contribution. Works like a charm. Had a bit of troubles setting it up (shared server). Good thing for the forums.
  17. My question surrounds the tax/price option: I have the changed the code to read //**** Price includes tax? **** // Set the EP_PRICE_WITH_TAX to // false if you want the price that is exported to be the same value as stored in the database (no tax added). // true if you want the tax to be added to the export price and subtracted from the import price. define ('EP_PRICE_WITH_TAX', true); // default is false But after I import - the products are displayed with the price I stated (which includes tax) but if I go check on the product it has not selected Taxable Product. I.e. the gross and net price are the same. Any ideas??
×
×
  • Create New...