Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

caitanya

Archived
  • Posts

    54
  • Joined

  • Last visited

Everything posted by caitanya

  1. Hi, thanks for the great contribution!!! It works great. Still a question came up to reformat the product_info.php part. Now it shows the table with the discounts 1pcs 100$ | 3pcs 80$ each | 5 pcs 70$ each New i would like to show a dropdown where one can choose 1, 3 or 5 pcs and the discount next to the name. Just like this: <select name="Quantity" id="Quantity"> <option value="1">1 pcs: $100,00</option> <option value="3">3 pcs (-10%): $80,00</option> <option value="5">5 pcs (-12%): $70,00</option> </select> Here is also a print screen of what i want to do: I do not want to reinvet a bicycle so before i start programming i was thinking of asking for some hints. Is this possible with this contribution? Thanks caitanya
  2. Hi, Did anyone manage to add a html editor to the category description? I tried with the FCKeditor but it won't work. Any hint would be great caitanya
  3. Hi, same with me. i would realy like to have FCKeditor - did someone found the solution for this? i changed the code to: . tep_draw_fckeditor('categories_description[' . $languages[$i]['id'] . ']','600','300', $cat_descriptions ['categories_description'][$languages[$i]['id']]); but it wont work - somehow it is not realy saving in the database. actualy when saving it will delete anything that was add to the database previously. any help would be appriciated thanks caitanya
  4. ok somehow it works now... but now the shipping is calculated as well.
  5. hi, i've installed this contrib but somehow it is not working with me... on the checkout_confirmation.php page the fee does not appear.... it's like i would not install anything at all, still i've double checked everything - its installed like described any help would be great thanks caitanya
  6. ok i found it... i've add define('FILENAME_SUPERTRACKER', 'supertracker.php'); to the catalog/include instead admin/include :rolleyes: now i have another problem... it seems that i get stuck by 1 row in the table... if i chekc the page from 3 computer (all different IPs) than i should get 3 lines for each computer... instead it writes only to the first one, but shows all the products clicked by all 3 computers... any hints would be great
  7. Hi, I use creLoaded and have installed this Supertracker contribution. I've done everything as described, still i can not see the supertracker in the Admin area? It says: "You will also need to add this new box in "Administrator -> File Access" from the admin menu" I went to the Box "Administrator" clicked on File Access and i've add the supertracker.php to the reports. Than i checked the permissions and the supertracker.php is marked as active. SOmehow i can not find the Supertracker Menu... Thank you for any advice caitanya
  8. Hi, I've installed the ot_loyalty_discount contribution and paypal ipn contribution. Now in the checkout it is the correct price but when it switches to paypal site the price is without the ot_loyalty_discount. Did someone find the sollution for this? Or am i doing something wrong? Thank you caitanya
  9. Hi, I have install the SEO contribution in the folder SHOP and in the root I have Typo3 installed. Now the problem is that all the Typo3 links get redirected to the SHOP folder and are not opened in the typo3 Did somebody solve the problem? Thanks This is my .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^[^/]*\.html$ index.php RewriteBase /shop/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
  10. Hi, I just downloaded the multizone shipping contribution, but somehow it is not working properly. It seems I have to change also something in the database... My case is simple: I have 4 Zones and each zone has different shipping costs dependent on weight. THis contribution should be the right one for me, but after installing it in the administration i got 9 Fields more. They are untitled and if i feeld them in and than "update" nothing happens and the fields are again blank. What do I have to also change... Thanks for the help Caitanya
  11. Hi, I've just downloaded the Category Descriptions contribution for osCommerce 2.2. This is just what I need, but I have a small problem. I am running the new osCommerce 2.2 CVS 2003/03/24 Anyway I added everything like described but I had some problems finding the following lines at admin/categories.php: 7) Locate the following 7 lines (approximately line 85): $categories_image = tep_get_uploaded_file('categories_image'); $image_directory = tep_get_local_path(DIR_FS_CATALOG_IMAGES); if (is_uploaded_file($categories_image['tmp_name'])) { tep_db_query("update " . TABLE_CATEGORIES . " set categories_image = '" . $categories_image['name'] . "' where categories_id = '" . tep_db_input($categories_id) . "'"); tep_copy_uploaded_file($categories_image, $image_directory); } There are no such lines in this file??? Now if I start in the browser: admin - categories - product: there come these new fields where I can add the new Category Heading Title, etc... and when I press button preview I get the following message: Fatal error: Call to undefined function: tep_get_uploaded_file() in /home/website/public_html/eshop/admin/categories.php on line 469 Has this something to do with the missing lines? or is there something else i am missing??? Thanks, Marko
×
×
  • Create New...