Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

al3ks

Pioneers
  • Posts

    287
  • Joined

  • Last visited

Everything posted by al3ks

  1. The new features seem really cool, looking at the screenshots I can't wait for the new version! Currently using the first version and it's great.
  2. I was looking for a similar addon, since I didn't find one what I do is just add something like this to the product title "...+ FREE product b" and possibly change the photo to show the two products. This simply allows the customer to purchase the one product and the second free one will be shipped with it.
  3. Ok, I've changed the PRODUCT_IMAGE_WIDTH, to SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT and it works. Thanks for the great addon.
  4. @@FWR Media Really helpful contribution Rob, I have just one problem- It doesn't seem to create thumbnails for category pages, I use the product listing grid thumbnail view add-on and it shows browser resized images instead of the ones generated by this add-on. But if I switch to list view then the images are the correct ones generated from your addon. On other pages like homepage it's fine. Any ideas why it doesn't show the generated images only on grid view in categories?
  5. Use phpMyAdmin and in your database you should find a table called "discount_codes" that will open a list of all discount codes you made, delete the row with the discount code you want to get rid of.
  6. @@gabrieli This might help you. You could also delete the discount code in database before fixing the error.
  7. @@14steve14 Thanks, that's exactly what it was.
  8. Hi @@Jack_mcs Great addon, though I have installed it and for some reason the page (/sitemap.php) only shows the categories all the time. I have enabled the Display Products in Manufacturers = true Display Manufacturers = true still the same, can't find what the problem is. I use oscommerce version 2.3.1 Any idea why this is happening?
  9. sorry for posting in the wrong forum. I tried the two examples but they didn't work, I have made a thread in general forums. Thanks.
  10. Hi The contribution is great, I just wanted to remove the .php extension from custom information pages such as shipping.php or about_us.php. I tried adding this to the .htaccess RewriteRule ^([a-z0-9-/]+)-a-([0-9]+).html$ about_us.php [NC,L,QSA] but didn't work, @@FWR Media is it possible to remove the .php extension is osc?, i have read how to do it on a website but the methods didn't work for my oscommerce site.
  11. @@belilan Make sure the table_newsletter_abonnement is specified in includes/database_tables.php
  12. @@tmlj14 If the contribution was installed correctly it should be in checkout payment section.
  13. It's not that, I replaced the product_info.php with the one provided in teh contribution and still the same.
  14. @@kymation Thanks, that partly solved the problem. It doesn't add to cart like before but now if kinda just refreshes the page. It adds this to the end of the url ?action=process&tab=review The text entered in the reviews box is still there and the review doesn't appear for approval in admin. Any suggestions what I should do? Regards Aleksander
  15. hey @@kymation I have an issue with the review tap which i read some other members had too, but I didn't manage to solve it. Basically when I press to post the review it adds the item to my shopping cart. So I read the form tags have to be in the right place and make sure there are no duplicates. I have looked through the product_info.php and /modules/product_reviews.php and I can't spot anything wrong. I have compared to the installation files and everything seems to be ok, but it still happens. I have looked at the page source in Firefox and it does show an error saying that there is a nested form tag which is not allowed. I just don't know what it is...
  16. I tried some of the site map contributions for oscommerce 2.3.1 but none of them let me generate sitemaps with SEO'd urls. I mean urls changed by the Ultimate SEO urls by FWMedia. Any one can recommend a good sitemap addon that is compatible with the Ultimate SEO urls? Regards Aleksander
  17. You should be able to change this in your stylesheet.css This might help http://multimixer.gr/21/06/2011/font_face_oscommerce/
  18. Ok issue solved, I tried a lot of things so don't really know how.
  19. I have a strange problem to do with this addon. Without making any changes to any files or database for some reason my sites main page shows an error like this: Catchable fatal error: Argument 1 passed to aPage_Modules::linkText() must be an array, null given, called in /home6/althrksc/public_html/knnutrition/includes/modules/ultimate_seo_urls5/page_modules/product_info.php on line 170 and defined in /home6/althrksc/public_html/knnutrition/includes/modules/ultimate_seo_urls5/abstracts/page_modules.php on line 338 I tried replacing the original files for the contribution but still the same, when I disable the addon from admin panel the website opens but above the header I get an error like this: Warning: constant() [function.constant]: Couldn't find constant MODULE_FRONT_PAGE_FEATURED_HOME_FRONT_TITLE_ in /home6/althrksc/public_html/knnutrition/includes/modules/front_page/featured_home.php on line 54 The weird thing is I haven't changed or modified any files around the time this happened. I have contacted my host provided but they say it is this module in oscommerce. Any ideas what is happening?
  20. I don't know but maybe this can help too http://addons.oscommerce.com/info/8294/v,23
  21. This addon should let you do that http://addons.oscommerce.com/info/7700/v,23 It has many options such as selecting particular or all manufacturers, categories and products etc But it works for customers if they enter the discount code you create at checkout.
  22. what do you mean by that, do you want to offer discounts for all products in a particular manufacturer category?
  23. Try this (but I'm not sure if it will work) In your products_info.php find <div class="contentContainer"> and change to a new class. In your stylesheet add the new class and style it to extend to the right column area. You should be able to do it playing with widths and margins.
  24. Thanks for the tip, it works. Also I noticed that the two other uri formats (rewrite and path_rewrite) don't work for me. When using them pages load as 404 not found. Any ideas?
×
×
  • Create New...