Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Grant7

Pioneers
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Grant7

  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!
  15. Great contribution. I like how this mod is displayed on the pricelessweddings.com.au website. I have it displaying the same for our website, which also uses the Australia Post Shipping Module. I have one small problem though. Above the Estimates box, an array appears all the time, which is really annoying. It looks like it is something do to with the output from each Australia Post method that we have active (regular, registered, express), but I can't figure out what piece of code puts it on the page as text. If you have any ideas I would greatly appreciate your help. Please see the screenshot attached.
  16. I have this contribution working well with the date range, except the page links at the bottom of the page have never worked, so the total number of products do not show. Here's what I have at the bottom of my page: "Displaying 1 to 1 (of 1 products) Page 1 of 1" And here is the code I have to display this: <td class="smallText" valign="top"><?php echo $customers_split->display_count($products_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, $HTTP_GET_VARS['page'], TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></td> <td class="smallText" align="right"><?php echo $customers_split->display_links($products_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page'], "date1={$_REQUEST['date1']}&date2={$_REQUEST['date2']}"); ?> </td> Any help would be greatly appreciated. Thanks, Grant
  17. Hi Richard, I have installed Scrolling Customer Testimonials and it's working great. Just one quick question: on the shop testimonials page which is linked to from the customer testimonials info box (customer_testimonials.php), is it possible to have the testimonials ordered by date added, and have the most recently added testimonials at the top. Currently my version is sorted randomly like in the info box each time you refresh the page. Cheers, Grant :)
  18. Thanks very much, I didn't realise that function was available :)
  19. Sorry if this has been asked somewhere before in here, but I'm just wondering is it possible to add the default title tag for index.php after manufacturer and category titles? Ie: Widget Category 1 - Widget.com online store Where "Widget.com online store" is set as the default title tag instead of what I have currently: Widget.com online store - Widget Category 1 Same for manufacturers list. Thanks, Grant
  20. Hi Everyone, This looks like a great contribution and I think it will suit my needs perfectly. I just wondered if anyone could tell me if they have used this contribution using settings similar to mine: Australian based store, Aus Post Shipping Module installed, which calculates postage within Australia by Zipcode, and internationally by country name. Free shipping over a certain amount within Australia. Any comments would be greatly appreciated. I would like to use this on the shopping cart page below the cart. No popup. Thanks!
  21. Hi, I have installed this contribution and it works fine, however now in my admin and the client's my account area on the orders it has some strange extra total and sub-totals added to each order. I have the australia post shipping module installed, I'm wondering if this could be affecting this. In the order emails that are sent out these strange values don't appear. Here's an example of what appears in my admin on orders.php: Sub-Total: $101.98 Sub-Total: $49.98 Sub-Total: $24.99 Free Shipping: $0.00 AusPOST Parcel Post (Delivery to 2208 - 1 days Estimated Delivery Time* 1 boxes 0.88kg(s) (incl $1.00 handling) ): $7.55 AusPOST Parcel Post (Delivery to 2208 - 1 days Estimated Delivery Time* 1 boxes 0.44kg(s) (incl $1.00 handling) ): $5.91 Total: $101.98 Total: $57.53 Total: $30.90 The real values should be: Sub-Total: $24.99 AusPOST Parcel Post (Delivery to 2208 - 1 days Estimated Delivery Time* 1 boxes 0.44kg(s) (incl $1.00 handling) ): $5.91 Total: $30.90 Any clues anyone? Also, when I view orders.php in the admin I am getting this message: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/tots2215/public_html/shop/admin/orders.php:1) in /home/tots2215/public_html/shop/admin/includes/functions/sessions.php on line 102 help?? Thanks.
  22. Hi, I'm not sure if this is related to the sts contribution, but I have sts installed and I am using a fixed width layout. The problem I'm having is on the product info page, here's an example: http://www.totsntales.com/shop/product_inf...5caad4ec70dd300 It displays fine in firefox, but in internet explorer, the right hand column drops lower down the page and the middle column, where the product info is, extends the full width of the page. The right hand column then comes in where that ends (product info). Please view in internet explorer to see what I mean. Any help would be greatly appreciated. Many thanks. Grant
  23. Hi, I have installed the order reorder function into an oscommerce store which I built which has been heavily modified, however it does not work. When I click the "order this again" button, I get taken to shopping_cart.php, but the order is not added to the shopping cart. Could someone please help me with this? Thanks, Grant
  24. Hi, I have installed the order reorder function into an oscommerce store which I built which has been heavily modified, however it does not work. When I click the "order this again" button, I get taken to shopping_cart.php, but the order is not added to the shopping cart. Could someone please help me with this? Thanks, Grant
×
×
  • Create New...