Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trout69

Archived
  • Posts

    219
  • Joined

  • Last visited

Everything posted by Trout69

  1. Hi all, Not been on here for a while but now have a new project underway so am a bit rusty. I have installed the following contributions: STS Sid Killer Headertags SEO All was going fine, except now when i click on a product category i am receiving the following error: The lines in question refers to the following code:- I have checked through pages of code, but cannot find any relation to the function last(), any ideas? Best regards Donna
  2. Hi All, I was looking for some advice, i have installed this fine and it it works on all pages except my index.php page. My store is very heavily modified and many moons ago i did something to stop 'new products for...' appearing on my index page. I have previously been using 'Wolfen featured sets' for this featured product purpose, but as this contribution is compatible with the 'graphical infoboxes' contribution i thought i would give it ago. I really can't for the life of me remember how i disabled the new products module, so any suggestions would be most appreciated. I would post some code, but seen as i am at a total loss i wouldn't know what code to start with. Suggestions please? Thanks in advance. Donna
  3. Hi All, Please forgive me for posting this here, i have also posted in the forum for the graphical infobox contribution. I was just wondering whether anyone has both 'wolfen featured sets' and 'graphical infoboxes' working together. Everything works fine straight from the box apart from the titles of the featured sets boxes, which all display 'categories'. If i change define('BOX_HEADING_CATEGORIES', ' '); to something else in english.php the featured sets change to that also? I was just wondering if anyone else had installed these contributions together, and if so did they get the same issue? Best Regards Donna
  4. Hi All, This contrbution is exactly what i have been looking for, for my new store update. However, i have 'wolfen featred sets' installed, and although the contribution works right out the box and wraps the graphical boxes around the sets, every product box has the title 'categories'. This also happens in shopping_cart.php. Whenever i change the BOX_HEADING_CATEGORIES defin in english php these change to whatever i edit it too. Now i have attempted to make the amendment to shopping_cart.php as outlined in the instructions, for when the title is incorrect but i get the following error: Fatal error: Cannot instantiate non-existent class: noborderbox in c:\program files\easyphp1-8\www\shopping_cart.php on line 349 Any ideas on how i can rectify this would be most appreciated. Also, on a brighter note, i' like to customise the borders myself, but find the enclosed .PSD files not much use as they do not include the blending options for each layer? Does anyone have these? Thanks in advance, and i look forward to your response. Donna
  5. Hi All, This contribution is exactly what i'm loking for. However, when i install it instead of getting the 'make an offer' button i'm just getting a green box that says 'Your offer' then a gap to type something then GBP? Now i'm sure this isn't correct, as i have checked out some other sites and these have the make an offer button on the product info page. Any input would be much appreciated, as the green box is definately not what i am looking for. I'm not worried about the location of it on the page, i just want the actual make an offer button rather than this. Best Regards Donna
  6. Ok, just in case anyone else has this error...i appear to have resolved it. When modifying the application_top.php file through Cpanel it appears that after the file was saved it added an actuall IP address on that line instead of the variable. The work around was to take a copy of the un-modified file, insert the code for this contribution, then overwrite the file on the server by uploading it. Hope this helps some in the future. Regards Donna
  7. Hi All, I still haven't resolved this...does anyone have any ideas? Best Regards Donna
  8. Hi Guys, I'm trying to install this fantastic contribution but am receiving an error once i add the code to application top. The error reads: Parse error: syntax error, unexpected T_DNUMBER in /home/dtotrans/public_html/ladyloving/includes/application_top.php on line 237 Line 237 corresponds to this section: // verify the IP address if the feature is enabled if (SESSION_CHECK_IP_ADDRESS == 'True') { $ip_address = tep_get_ip_address(); if (!tep_session_is_registered('SESSION_IP_ADDRESS')) { $SESSION_IP_ADDRESS = $ip_address; tep_session_register('SESSION_IP_ADDRESS'); } The exact line being $ip_address = tep_get_ip_address(); Does anyone have any ideas? Hav ei missed something obvious? Best Regards Donna
  9. Thanks Alex, i fed it into and RSS reader earlier and was surprised at the results. My next question is...is it wise to alter this to show all your products, or just an example? Also, are there any plans to update this to a later version of RSS? Best Regards Donna
  10. Hi All, I've been trying to install this contribution for a couple of days, at present it works but is not using my SEO urls, but the standard ones. I know these will still go to the correct product page but would like these SEO versions to still appear in the Feed. There is a line of text in rss.php which looks like it is suppose to fix this problem, but unfortunately it doesnt appear to work, unless i have missed something: // RSS Links for Ultimate SEO (Gareth Houston 10 May 2005) $link = tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $id); Unfortunately my search for a solution to this issue has not unfolded any answers as the support thread appears to be more questions rather than solutions. Any ideas, or if you have this working correctly can you please let me know. Best Regards Donna
  11. Hi Guys, I'm a newbie to RSS and have attempted to install this contribution, although all does not seem well. Can you please have a look at my feed at www.ladyloving.com/rss.php. I was under the impression it should appear similar to an XML file but this is all text? Thanks in advance. Donna PS. if you navigate to the main store, there is adult orientated/targetted merchandise.
  12. Just had another thought....do you actually have to upgrade to gold status and use the PPPay checkout for this to work or will a silver account suffice? Regards Donna
  13. Hi All, I was looking for support for the PPPAY payment gateway contribution. I have not yet installed it, as i have a couple of questions regarding its functionality. Firstly, i know with PPPay through an auction interface, a customer is required to confirm their account via the 'penny check' method (IE PPPay take an amount out of the customers bank account, and the customer has to confirm back to them the amount before the transaction can be completed). This obviously can cause a long delay in order completion and probably a high number of abandoned carts. I guess my quetsion is, does the PPPay module work like paypal and nochex whereby the customer does not need to create an account but merely adds their card details and clicks confirm? Or is an account required? Thanks in advance. Donna
  14. Hi All, I have another question, is it possible to customise the PDF further, by adding back ground images/shapes etc as a template? Where would these variables need to be defined and how would they be implemented? Best Regards Donna
  15. Hi All, I had a quick play around with the code and managed to fix the problem with the main categories, now when i go down to the sub-categories the status column is blank and the status buttons (red/green) appear under the 'level' column. Any ideas? Best Regards Donna
  16. Hi All, I had a quick play around with the code and managed to fix it, so if anyone needs a code snippet just let me know. Best Regards Donna
  17. Hi All, I was slightly confused by this contribution but think i am getting to grips with it....now my query is regarding categories.php in admin. I also have Wolfen featured sets installed, which adds an extra status field to categories.php, however i think there may be some conflicting code, or somethign needs to be altered as the status selection are not aligned: Does anyone else have this issue, or know how i can fix it? Best Regards Donna
  18. Thanks Helter, I did a test order this afternoon which seemed to go through without a problem, so fingers crossed...i'll post again if the same error occurs. Let me know if you get any information from paypal. Best regards Donna
  19. Coopco, i don't mean to sound harsh here but i've explained to you 2 reasons why i doubt this is an abandoned cart and u seem to have completely ignored them. As i said, how many customers will attempt the transaction twice for the same products approximately 15mins apart and abandon the cart twice, and secondly, i have the recover cart sales contribution installed, which picks up abandoned carts... So a more suitable or at least a more detailed answer to back up your 'theory' that this is an abandoned cart would be much appreciated, as i see nothing that backs up what you are saying, under these circumstances. Best Regards Donna
  20. Hi all, yet another person praising this fantastic contribution....my question seems to be totally unrealated to everyone elses but here goes... My category menu is situated in column_right.php and i would really like to use the flyout menu, however it is set for people with their categories on the left of the store. Is it any easy process to change it so the first submenu comes out towards the left, then the second to the right - basically the opposite to how it is done now? I just want a mirror image of the code basically...is it that easy? How would i start implementing it? Thanks in advance. Donna
  21. Can you explain, apologies but i do not understand you reply....as i said i doubt it is an abandoned cart issue, as a): i ran RCS and there is no entry for this order, b ) the customer has attempted to complete the transaction twice, at separate times (approx 15 mins apart) hence two entries into the orders table. Best Regards Donna
  22. Hi All, I was wondering if anyone could shed any light on a situation for me. My IPN module has been working fine, however this morning, a customer has twice attempted to place the same order (obviously the first attempt failed), both attempts are logged in the order table in admin and are at status Preparing [Paypal IPN], but are not appearing in the Paypal IPN table? I have contacted the customer, but have not yet received a response but that fact that the order was placed twice, assures me that this wasn't an abandoned cart. Does anyone know what could cause this, does the fact that it is not showing in the Paypal IPN table mean that the IPN hasn't been registered? Or could this just be a delay in the IPN being returned? Best Regards Donna
  23. Hi all, I'm considering installing this contribution, but i was wondering if the menu can only be used when the categories box is on the left hand side, i have mine positioned on the right for a specific reason, so would like the sub menu's to pan out to the left rather than the right, if that makes sense. Best Regards Donna
  24. I had a qucik think, had alook through the index.php file in the catalog directory and added it in there...thanks for your help. Regards Donna
  25. Hi Steve, Should i define that in english.php or application_top .php or something too? As teh text doesnt show. Regards Donna
×
×
  • Create New...