Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zachary

Pioneers
  • Posts

    28
  • Joined

  • Last visited

About Zachary

  • Birthday 05/02/1965

Profile Information

Zachary's Achievements

  1. Still looking for an answer to this. But in looking at all the code for the email I noticed that there are 2 different calls for footer. 1. one call is for EMAIL_TEXT_FOOTER, the 2. another call is for EMAIL_TEXT_FOOTERR. Also in the coding I see $Varmailfooter and then a call for $Varmailfooter2. But $Varmailfooter2 is not defined anywhere. Just trying to understand the code. Is the above codes the same thing or should I define the footerr and varmailfooter2 as something. Would these pieces of code be used to add the text I want to the order and update order emails.
  2. Ok I have a strange thing happening. Its not a error but once I installed this cool contribution, I started browsing around to make sure it didn't break anything with the admin side of the site. I found that before I added this. The "module" part of the admin site would come up and state "Payment module". But after install this one it now reads "Database Backup Manager". This is my first addon for this fresh clean install. I am running osCommerce Online Merchant v2.2 RC2a Server OS: Linux 2.6.18-164.15.1.el5PAE Database: MySQL 5.0.91-log PHP PHP Version 5.2.14 Any thought on why this happened. Other than this little mix up the addon works wonderfully.
  3. The instructions state: In: catalog/includes/languages/english/create_account.php Put this before ?> blah blah blah blah blah blah blah blah blah blah blah blah define('EMAIL_TEXT_FOOTER', ''); //Footer Text blah blah blah blah blah blah My changed the code to: define('EMAIL_TEXT_FOOTER', 'The information contained in this message is confidential and intended solely for the use of the individual or entity named. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution, copying or unauthorized use of this communication is strictly prohibited. If you have received this by error, please notify the sender immediately.'); //Footer Text This appears in the welcome email. I would like to add this to the order and order update emails as well. How would I do this?
  4. I set this up on my test server and everything works fine. Then I uploaded the site and my live site has the above stated problem as well. My live site and test have the exact same setting: Linux server running Appache 2, mysql 5, php 4. I have tried all the suggested fixes but without any success. What else should I look at?
  5. Hey Turbo: I am new at this as well but here is how I got it to work. 1. go to your database and open it up 2. then look for the configuration table 3. use the browse function and look at every entry in the configuration table 4. at the end of the list take note of the number it ends on. -- for example: the last entry is #143. So the next one would be #144. in the sql code, look for VALUES ('', You will find it twice. So in the first one, where the ' ' is at, insert the next number, as in the above example it would be '144'. then the next one you would add '145' 5. then run the script and all should be well. Hope this helps
  6. Ok, got it fixed. My php prof. looked at my admin config file, and said I needed to add define('DIR_WS_HTTP_CATALOG', '/YOUR-CATALOG'S-FOLDER-NAME/'); I added it to the file and did an update to the order and all is working now.
  7. Wow this is a great contribution. I have 2 little issues. The first one is when I update an order the company logo doesn't show up in the email, just a RED "X". The other issue is that at the bottom of the email is show a copyright notice and then a link to my site. The link doesn't work. It gives this http://www.mysite.comdir_ws_http_catalog/ How do I fix these. Thanks
  8. Help please. I installed all the addons to my store on my test server. I got it running. Then I took the folder and uploaded it, changed the configure.php file to read my live site info. Got the front-end to work properly. My problem is -- when I go to add the mp3 to the product. It will not let me create the folder or load mp3. I did notice that when I click on the mp3manager on the test site the heading shows the product number. On the live site it doesn't. Any suggestions as to what my problem is.
  9. Hello: I am getting the original posted error also. I just install a clean version if oscommerce-2.2rc2a. I have added the following list of contributions: Music theme - for the look oscplayer - to play music I have used a program call "beyond compare" to compare the advance search files. There is no difference in the original files and the one I use for my store. Please note that I am running this on a test server php5 mysql5.1 apache local server 2.2 the suggestions posted are already right in my files, any suggestions?
  10. Never mind. I have pulled the Gift Certificate contribution for now. Am setting up a test server on my system to work on getting it to work. Thanks For your input.
  11. I ended up reinstalling everything. Now I have a new error 1054 - Unknown column 'ab.entry_email_address' in 'field list' select ab.entry_firstname, ab.entry_lastname, ab.entry_company, ab.entry_street_address, ab.entry_suburb, ab.entry_postcode, ab.entry_city, ab.entry_zone_id, z.zone_name, ab.entry_country_id, c.countries_id, c.countries_name, c.countries_iso_code_2, c.countries_iso_code_3, c.address_format_id, ab.entry_state, ab.entry_email_address from address_book ab left join zones z on (ab.entry_zone_id = z.zone_id) left join countries c on (ab.entry_country_id = c.countries_id) where ab.customers_id = '2' and ab.address_book_id = '0' [TEP STOP] I am getting this error when I try to checkout Not what's wrong.
  12. I use hotmail, but nothing in my junk..... just letting you about it.
  13. I didn't get an email from your store. I just added the add on where the instructions said too. That's all I did so far, because of the error I was getting. But I am still looking into getting the imagemagick to work.
  14. I haven't received an email.... not sure why. But I'll look into on my site and if I get it working I'll post what I did to get it to work.
  15. Please note the highlighted area..... re read the contribution information. It adds a blue image to categories with sub-categories, and a light blue for categories without any sub-categories. Category Box Enhancement This contribution is supposed to improve the look and feel of the categories box, improve navigation and help users to keep their bearings on the site. [color="#FF0000"][size=6]1. It will add a small image ('bullet') to the left of every category in the category box. There are two different images, one for categories that have subcategories, one for those that don't.[/size][/color] 2. It will get rid of the funny-looking ASCII-arrow ( -> ) that used to indicate categories containing subcategories. 3. It will highlight the current category in the box. Users will have an easier time telling where they are on the site. Here's a screenshot of what the box will look like in an otherise standard 2.2 MS2 installation: [url="http://www.leer.privat.t-online.de/pics/CatBoxEnh.gif"]http://www.leer.privat.t-online.de/pics/CatBoxEnh.gif[/url]
×
×
  • Create New...