

Harleypete40
Members-
Content count
43 -
Joined
-
Last visited
About Harleypete40
- Birthday 06/30/1965
Profile Information
-
Real Name
Peter Mitchell
-
Location
United Kingdom
-
Interests
Building websites<br />learning more about building websites<br />Photoshop<br /><br />Riding my Harley<br />Playing lead guitar in my band
- Website
-
Hi all, I have just taken over a company website, and have a problem with the TinyMCE WYSIWYG editor. On the product update page the editor works just fine. If I go to update something in the configuration part of the admin the editor comes up but no box to write the update in (do you know what I mean?) i.e. the editor is visible but it is not possible to write anything coz the box doesnt show. Any ideas how I can fix this? Thanks
-
Hi all, I have got a question. Is it anyway possible to have an auto responder email sent to a customer when he/she opens a new account? I have been looking around in the forums here, and in the contrib area but have not been able to find anything. If there is such a possibility or contribution, could you please let me kow where I can find it? Thanks very much and best regards, Peter
-
Hi all, I downloaded this contribution just now, and it is really dong my head in, so I have got 2 questions. 1. Where or what do you modify on the mod_bookmarkus.php and 2. Where do you put the <?php require(DIR_WS_MODULES . 'mod_bookmarkus.php'); ?> I think the install.txt was a bit vague for us poor souls that are not php experts lol Thanks in advance for any help. Peter
-
Hi, I installed this contrib, and it is absolutely the coolest one around. I have only a slight problem on the frontpage. The FAQ INFORMATION has ended up at the bottom of the page with a boxless q & a above. you can see it here Just scroll to the bottom of the page. Can anyone tell me where I can sort this out please? Thanks
-
Hi all, Just installed the above contribution, and the installation went ok, but I have the following problem: When I try to put a new question or answer in I get a pink banner on the top saying: "You didnt fill in all the necessary fields" Allthough I did fill in all the fields! I dont know if it might have something to do with the fact that I am using the Tiny_mce editor, but next to the edotir box I have got a little blank white textfield that does not work! Can this have something to do with it? Could do with some help here. Thanks
-
HI, I have come as far as installing the catalog part of the HTC contrib. After I installed the catalogue part, exactly as described I think, I got the following error when I tried to go on the site: Fatal error: Cannot redeclare tep_db_connect() (previously declared in /vetinari/music4/public_html/catalogue/includes/functions/database.php:13) in /vetinari/music4/public_html/catalogue/includes/functions/database.php on line 13 I have got not much knowledge of databases and stuff, so could somebody help me out please?? If you want to look at the site itself: www.music4showbiz.com/catalogue that is the directorywhere the OSC is installed Thanks, Peter
-
[CONTRIBUTION] Google XML Sitemap Feed - by Chemo
Harleypete40 replied to a topic in General Add-Ons Support
Hi Chemo, Installed your contrib. and works all fine. Thanks The only issue I have got is that when I try to submit it to google through their pages (submit your first sitemap), it gives me the following error: We were unable to access the URL you provided due to a restriction in robots.txt. Please make sure the robots.txt file and the Sitemap URL are correct and resubmit your Sitemap. My robots text does not say more than: User-agent: * Disallow: /images/ Disallow: /cgi-bin/ Can you give me some advice on this please? -
Thanks for the advice Jack will get on it now and let you know how it goes. Thanks again and best regards, Peter
-
Hi, hope somebody can help me out here. I just installed the SEO Assistant, as it says in the instructions and all I get is a blank page!? when I try to use it on my site. Now I dont have much knowledge of MySQL and PhP, so on the offchance of sounding really stupid, I was thinking: can it be that I have put the seo_assistant.SQL file in the wrong place??? Thanks for any help Peter
-
Is there a contribution to redirect a visitor
Harleypete40 posted a topic in General Add-Ons Support
Hi, On my website I am selling backing tracks for guitarists, and what I would like to do is get them to create an account where after creating the account they get redirected to a download page where they then can download 1 free backing track, as a token of appreciation. Does anyone know about a contribution that can do this??? Thanks and best regards -
The Price break contribution is quite close to what I need for my website, but not quite "it" if you know what I mean. I installed the contribution, but it only discounts when you buy x-amount of one product. Now my products have all got the same price, but there are many different ones, and what I am really looking for is a contribution that does the discount at the checkout on calculating how many products there are in the shopping basket, and the discounts i.e. 1 = 3.99 / 5 to 10 = 2.99 / 11 to ... = 1.99 Does anyone know a solution or contribution to this? Thanks and best regards http://www.music4showbiz.com
-
Hi, I have just installed the price break contribution, and when I try to access the store front as well as the admin section, I get the error below. Can anybody please help me out here? I did add all the columns in to the database with phpMyAdmin. At least I think I did as I am not that good with PhP. Thanks 1054 - Unknown column 'p.products_price1' in 'field list' select pd.products_name, p.products_id, p.manufacturers_id, p.products_price, p.products_price1, p.products_price2, p.products_price3, p.products_price4, p.products_price5, p.products_price6, p.products_price7, p.products_price8, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_price4_qty, p.products_price5_qty, p.products_price6_qty, p.products_price7_qty, p.products_price8_qty, p.products_qty_blocks, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '44' order by pd.products_name limit 0, 20 [TEP STOP]