

marleenverbeek
Members-
Content count
70 -
Joined
-
Last visited
Profile Information
-
Real Name
marleen verbeek
-
Hello, I use ogone for the payments on my website. Now I want to make a new webshop but in order to be able to distinguish them in ogone I need to be able to change the order id string that is generated. Now it is a really long number, something like: 2620091125092026. I would like to add something before it like: AAA or whatever. Does anybody know if this can be done? Thanks! Marleen
-
-
Get new products on homepage
marleenverbeek replied to marleenverbeek's topic in Templates and Images
I have to know it for STS cause it works differently and that is why I posted it here. So I hope somebody can help. Thanks -
Hi all, Normally when you install oscommerce, the page will show new products on the homepage. I removed this, because I thoight I wanted to do something else with this space, now I would like to place them back... Can anybody tell me how I do that? I even might want to place products there from only a certain category. I use STS and I read that there is a code to do that, but I don't know how to do that exactly. Hope someone can help! Thanks, Marleen
-
How to add one category content to homepage
marleenverbeek replied to marleenverbeek's topic in General Add-Ons Support
anyone? -
Hi, I managed to do this, but the problem was not solved. I also saw that if I go to the header tags page control, that these pages don't show up. So maybe that is a clue? If I try add missing pages, it does not work either. Maybe I still need some code to these pages so they can be found by header tags seo? I installed it right in the beginning, and I can't quite remember what I did exactly. Is there anybody who can help me please, because I think I am missing costumers because of this! Thanks again, Marleen
-
Hi, The rows are already in there, but for some reason they are not found. I read somewhere by deleting and adding them again it would work. I tried to add a row in phpmyadmin, but I don't know how... Can you please be a bot more specific? Thanks! Marleen
-
How to add one category content to homepage
marleenverbeek posted a topic in General Add-Ons Support
Hello, I would like to have the products of a catgory on my homepage. The category is named bestsellers. This category only has three products in it and I would like it to be on my homepage. I read in the sts manual that I can do that like this: -------------------------- $cat_CategoryID, $urlcat_CategoryID Links to categories using the category ID. Better use the ID than the name, so changing the category name won't break the link. Example: $cat_2. To use these variables, uncomment their code. -------------------------- I don't understand how to do this. First of all how do I know my category id? And where do I place the link? Hope somebody can help me! Thanks, Marleen -
Hi Steve, I just checked in php my admin and all these files are in the table. Actually, there are a lot more (89). But I don't know how to remove them and then add them again. I am not a database pro. Can you help? Thanks, Marleen
-
Hi Jack, I installed currency update, but I keep on receiving emails saying: US Dollar was not updated since it has been updated in the last 24 hours. Euro was not updated since it has been updated in the last 24 hours. Pounds was not updated since it has been updated in the last 24 hours. Why is that? It has never worked. Thanks, Marleen
-
Hello, I have installed sts, but I think it is not always working correctly. The page name is sometimes displayed as "default title". I have my website set up in 4 languages. I ran a test with the admin and I get this error: Database/File Mismatch Error: explain The number of file entries in the database (23) does not match the number in the includes/header_tags.php file (27). Files not in the database: product_info.php product_reviews.php product_reviews_info.php product_reviews_write.php specials.php I also changed host recently, so maybe it has to do with that. How can I make sure that this mismatch in the database does not occur? Thanks, Marleen
-
Anyone?
-
Hello, I would like to add a default text to the invoice, saying something like: thanks for buying our product, etc. My webshop is in 4 languages. How can I do this? Thanks!
-
Hi Rafael, I have the same problem. I don't understand your solution though. What did you do exactly to fix it? Thanks! Marleen
-
Hi, I am looking for a good SEO tool, but don't know which one to choose. Can you give me some advice? Thanks! Marleen
-
Hello, I have the all products add on installed on my webshop. It works, but if you click on "price" (so that it will order the products on price) it gives an error message. This is the message: 1054 - Unknown column 'final_price' in 'order clause' This is whole message: All Products All our Products A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z All Products 1054 - Unknown column 'final_price' in 'order clause' select p.products_id, products_weight, p.products_quantity, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join products_description pd on p.products_id = pd.products_id and pd.language_id = '1' left join specials s on p.products_id = s.products_id where pd.products_name like '%' AND p.products_status='1' order by final_price , pd.products_name limit 0, 20 [TEP STOP] Does anybody know how ti fix this? My website is online already: www.willy-condoms.com Thanks in advance, Marleen