Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Grant7

Pioneers
  • Posts

    104
  • Joined

  • Last visited

About Grant7

  • Birthday 10/15/1974

Profile Information

  • Real Name
    Grant
  • Gender
    Male
  • Location
    Los Angeles
  • Website

Grant7's Achievements

  1. Hi, I have installed an addon which is working perfectly, apart from one small thing, I'm wondering if someone could please assist me with this. The addon is Order confirmation email text http://addons.oscommerce.com/info/3115 As I said everything works perfectly, except in the order confirmation email that is sent, all prices appear without the numbers and dollar sign before the decimal place, which were there before I installed the addon. E.g. : 1 x new product = .99 ------------------------------------------------------ Sub-Total: .99 Shipping cost: .00 Total: .99 instead of 1 x new product = $17.99 ------------------------------------------------------ Sub-Total: $17.99 Shipping cost: 7.00 Total: $24.99 There are some changes to the checkout_process.php file for this addon, and I suspect that is what could be causing the issues, but I'm not 100% sure. The prices appear correctly when the order is viewed in admin/orders.php but not in the confirmation email. Any ideas? Thanks very much.
  2. Thanks for your reply Jack. For 1) and 2) I realised that I had some duplicate entries in the database for each page that I was having trouble with, so when I removed those I was able to get all pages working. For 3 I found the fix for this in a more recent version, where the root tags were removed from the manufacturers pages, so all good now. Thanks again! Cheers, Grant
  3. I ended up playing around with checking and unchecking various boxes in page control and it got rid of the implode warning on all pages. I still have a couple of issues though: 1) I can't seem to modify the header tags of a few files that I have added myself (not in the default oscommerce package) even though they are listed in page control. 2) How do I add pages that are not appearing in "page control" that I want to modify the header tags for, when running "add missing pages" doesn't seem to add them? 3) When I have the root checkbox unticked in index.php, it doesn't show the index.php title tag on the categories or sub-categories pages, but it does show on the manufacturers pages, and I need to remove this. Thanks :)
  4. Getting an error when uploading from 3.0.4 to 3.0.5 - I just want to have the root checkbox available firstly so I can change some title tags for seo, then I may upload to more recent versions. Everything looks fine in admin, I can see the root checkbox in the "page control" section, however, when I try to make a change to a file, for example to index.php, I get an error like this: "Warning: implode() [function.implode]: Invalid arguments passed in xxx/xxx/public_html/shop/includes/functions/header_tags.php on line 43 Warning: implode() [function.implode]: Invalid arguments passed in xxx/xxx/public_html/shop/includes/functions/header_tags.php on line 44 Warning: implode() [function.implode]: Invalid arguments passed in xxx/xxx/public_html/shop/includes/functions/header_tags.php on line 45 Warning: implode() [function.implode]: Invalid arguments passed in xxx/xxx/public_html/shop/includes/functions/header_tags.php on line 46" Any idea what could be causing that error? Thanks.
  5. Ok cool, no that's fine, I'll go through the update files and upload the latest files. Cheers!
  6. Hi Jack, Ok great. What would be the best way to update to the latest version of header tags seo from my current installed version of 3.0.4? I have oscommerce version 2.2 RC2 installed. I was thinking to perhaps run headertags_seo_update.php for the database files, upload the files in the catalog directory for version less than 2.3, then follow the update docs from 3.0.4 to 3.2.8 - would this be the best way or is there an easier way? Thanks very much.
  7. http://i1128.photobucket.com/albums/m484/grantw1/Picture2.png
  8. When I am editing index.php under header tags seo page control in admin and I uncheck the default title checkbox in the admin, and check the category checkbox, the header tags specified under each category appear for each category (Header Tags Category Title, Header Tags Category Description etc...). When I have unchecked the default title checkbox and have nothing filled out under index.php page control in the admin, there is no title tag for the index.php page. If I then enter a title tag for index.php this appears on index.php and also appears on the category pages before the category title tag - I want to remove the index.php title tag from all category and manufacturer title tags but I can't seem to do that - the only way is to leave the index.php title tag blank in the admin - header tags seo page control - but then the index.php page has no title tag! Is there something I have installed incorrectly or is this not possible in this mod? Thanks.
  9. Hi Jack, I can't see a "root" checkbox in index.php page control in admin. I have : " Default Title: Default Description Default Keywords: Default Logo: Category: Manufacturer: " Thanks
  10. Hi Jack, thanks for this contribution, awesome stuff. I have a slight problem with my title tags that I can't seem to figure out. I would like the title tag on index.php to be unique and not on any other category or manufacturer pages - is there a way of doing this? Currently whether I fill in the index.php title tag in the admin, or click "default title" for index.php in the header tags seo admin section, it adds the index.php title to the category and manufacturer title tags as well as the title tag I have entered for each manufacturer and category. I can put it at the end of the category and manufacturer title tags by using the sort options in the admin, however I would like to remove the index.php title tag altogether from the manufacturer and category pages. I have an older version installed on my store (3.0.4) - would it be safe to upgrade to the latest version from that and would that help fix my issue?
  11. That's exactly what we need, any ideas on the code for that and in what file that would be placed?
  12. We have a slight problem with our oscommerce store after installing the Purchase Without Account contribution: http://addons.oscommerce.com/info/355 Everything works fine with the contribution, unless the customer registers as a guest but does not complete the checkout. The contribution assumes that every customer who creates a guest account will complete the checkout, or logout if they don't, hence the temporary "guest account" is deleted from the shop database on checkout_success.php after an order is completed, or on logout.php when the customer logs out. So if the customer registers as a guest, fails to complete the checkout, then logs out, their details are deleted from the database. However, if they don't click "logout" after not completing the checkout, the customer's "guest" details are left in the database. If the customer decides to come back later and complete the checkout, their "session" may be expired, but their details are still in the database, so if they try to checkout as a guest, the shop tells them to login (as their details are already in the database - same email etc), which leaves the customer quite confused. So what we need to happen is that if a customer fails to checkout as a guest, once their session expires, (as it would for a normal customer if they are logged in and they leave the computer for a while), delete the temporary account created in the database for the guest account. This way the customer can return later and create a new "guest account" without receiving any errors. Hopefully someone can assist with this. Cheers!
  13. Further to my post above, when I add my ip address to /banned/IP_Trapped.txt I get the banned page, but when I try to access mysite/admin for some reason I am not added to the banned list. Thanks.
  14. Having problems with IP Trap version 5.2 and 2.2 RC2. Followed all the instructions, uploaded all new files, made edit to includes/application_top.php, and renamed personal folder to admin. When I access my site at mysite.com/admin it simply redirects me to mysite/index.php instead of banning me. Help please? Thanks!
×
×
  • Create New...