Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

purpleKate

Pioneers
  • Posts

    33
  • Joined

  • Last visited

About purpleKate

  • Birthday 03/06/1969

Profile Information

  • Real Name
    Kate Hooper
  • Gender
    Female
  • Location
    Mid Wales

purpleKate's Achievements

  1. I have just reinstalled site on to a new server. None of the category links are working, they just go to 'This link appears to be broken' error message. I have got ultimate SEO version2.7 installed, along with other contributions. Could this be where the problem lies? But I am stumped as to where to start looking to solve the problem. Any ideas would be gratefully received! Thanks Kate
  2. Doooh... Thanks Jack Got confused with STS and BTS user bit ... and missed that bit. Thanks again for pointing me in the right direction Kate
  3. Thanks Jack, I'm leaving the change around line 247 alone, but I don't get the 'New Home Page Title'.... so I've rechecked my code changes, can't find anything yet. I just wandered what you meant by "code change to the <head> section", did you mean the header.php file or <head> in the index page. If the latter, what was the change? Thanks Kate
  4. I'm trying to install Header Tags SEO. I've gone through the Install_Catalog.txt file and made changes., but in Step 3, making changes to index.php I can't find the following code that needs replacing: FIND (Around line 247) ?> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> The only thing I have vaguely resembling it is: <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo $category['categories_name']; ?></td> I don't want to overwrite this, as I need the category names to be displayed. But after completing all the other changes to the catalogue text file i don't get 'New Home Page Title' on the index page, which is needed before installing the Admin updates. So... Can anyone point me to where I should add the following code: /*** Begin Header Tags SEO ***/ if (isset($HTTP_GET_VARS['manufacturers_id'])) $db_query = tep_db_query("select manufacturers_htc_title_tag as htc_title, manufacturers_htc_description as htc_description from " . TABLE_MANUFACTURERS_INFO . " where languages_id = '" . (int)$languages_id . "' and manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); else $db_query = tep_db_query("select categories_htc_title_tag as htc_title, categories_htc_description as htc_description from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$current_category_id . "' and language_id = '" . (int)$languages_id . "'"); $htc = tep_db_fetch_array($db_query); ?> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><h1><?php echo $htc['htc_title']; ?></h1></td> <?php /*** End Header Tags SEO ***/ ?> Thanks Kate
  5. Many thanks Jack, Appreciate you quick response Kate
  6. I've installed article manager 1.57_1. Everything is fine until you go to view the article on the site then I get the error message: 1146 - Table 'web32-a-shop-69.TABLE_HEADERTAGS' doesn't exist select page_name, page_title from TABLE_HEADERTAGS where page_name like 'article_info.php?articles_id=3' and language_id = '1' LIMIT 1 [TEP STOP] I've looked through the SQL files and found there isn't any code to create this table, and also the table doesn't exist in the database for this store. Can anyone point me in the right direction? Do I need to install any other contribution as well to make this work? Thanks Kate
  7. My client has a range of bath oils, where if you order 5 of the same size qualifies the customer for a free one of the same size. So I need to apply the get 1 free contribution to the category (bath oils), not the individual products. In theory, the customer could buy 5 different bath oils and get another different one free. Has anyone been able to adapt the get_1_free contribution to do this. Any ideas?? KAte Delete Post
  8. Hi I've installed the buy one free contribution (the lasted version 1.4.2) Now, my client sells hydrotherapy product. He has an offer on all the bath oils he sells. These come in 3 sizes. What I want to do is: 1. When a customer orders 5 bath oils of the same size they get 1 free one, of the that size. So I need to test that they are all the same size, to be eligible for a free one. 2 I need to apply the free offer to all the bath oils, so they can choose a variety. At the moment the contribution, as I have it, only applies if they order 5 of the same oil. eg. at the moment they have to order say 5 lavender oils and get a free lavender. Where as I would like it so they could order for instance: a lavender, orange, Chamomile, Ginseng and a Jasmine and a free one of their choice. 3. Also, I would like them to be able to order a different one from the range, with maybe a drop-down box. So, I need to apply the offer to the category, not to the individual products. Or set the individual products with a field to say offer applies to them. Test they are all the same size, before allowing them to choose a free one. Anyone got any ideas?? By the way, this was the easiest contribution to install. very clear instructions. Thank you Kymation. kate
  9. Hi, I've sorted this problem out. For me I had the currency in oscommerce admin set to UKP not GBP, I also changed it in one of the paypal files. Paypal defaults to USD if doesn't understand the currency like in my case. Just check everywhere that you refer to currency and make sure it's the right format for paypal to understand eg GBP not UKP. kate
  10. Hi Glad it's not just me! I've searched and search the forums, tried other peoples solutions, but still not got it sorted. My client is waiting for his site to go live, so things are get tense. If anyone has any ideas I'd be very greatful. Kate
  11. I've been trying to get PayPal working. I've got the version already installed with oscommerce 2.2, but when you checkout and get to PayPal there is no items displayed nor the total (it asks the customer to enter the amount they want to pay!) I installed Paypal Standard, but after you'd been through the checkout and got to paypal you get the following error: "This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency." I've done various things that have been suggested to me as follows: I've forced cookie usage, but then when you click checkout the basket is empty. So I've turned it off again. I've changed "define('LANGUAGE_CURRENCY', 'UKP');" in catalog/includes/languages/english.php to "GBP", but this results in all the prices in the catalog being zeroed! In the PayPAL Standard settings I haven't done any of the pubic/private key encryption so these are my settings so far: PayPal Website Payments Standard Enable PayPal Website Payments Standard Do you want to accept PayPal Website Payments Standard payments? True E-Mail Address The PayPal seller e-mail address to accept payments for Payment Zone none Set Preparing Order Status Set the status of prepared orders made with this payment module to this value Set PayPal Acknowledged Order Status Set the status of orders made with this payment module to this value Gateway Server Use the testing (sandbox) or live gateway server for transactions? Live Sandbox Transaction Method Preparing paypal standard Authorization Sale Page Style Debug E-Mail Address All parameters of an Invalid IPN notification will be sent to this email address if one is entered. Sort order of display. 1 Enable Encrypted Web Payments Do you want to enable Encrypted Web Payments? False Your Private Key The location of your Private Key to use for signing the data. (*.pem) blank Your Public Certificate The location of your Public Certificate to use for signing the data. (*.pem) blank PayPals Public Certificate The location of the PayPal Public Certificate for encrypting the data. blank Your PayPal Public Certificate ID The Certificate ID to use from your PayPal Encrypted Payment Settings Profile. blank Working Directory The working directory to use for temporary files. (trailing slash needed) /tmp OpenSSL Location The location of the openssl binary file. /usr/bin/openssl Can anyone help me here? Has anyone got paypal standard working on their site? It's getting quite urgent now as I have a client waiting for his site!! Kate
  12. Thanks your reply Vger! I guess I'll have to sit tight and wait for them to sort it! Kate
  13. Hi I've got paypal standard installed. My payment preferences are set to UKP. My default currency in DB is set to UKP. But when I try to made a payment from my site (in £'s), I get the following error message when transferring to PayPal: "This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency." can anyone point me in the right direction to correct this? I've checked the contributions, but can't find a fix. Cheers Kate
  14. When configuring paypal standard in Admin panel I set 'Enable Encrypted Web Payment' to false, though in the instructions is says set to true. I figured once at Paypal it is encrypted. I left every setting below this blank (no encryption details needed). I Made sure in the sessions pane that you force cookie use. Hope it helps Kate
  15. Hi I don't know if you've sorted this yet. I had the same problem!! I installed paypal standard. When cofiguring paypal standard in Admin panel I set 'Enable Encrypted Web Payment' to false, though in the instructions is says set to true. I figured once at Paypal it is encrypted. I left every setting below this blank (no encryption details needed. Make sure in the sessions pane that you force cookie use. Hope it helps Kate
×
×
  • Create New...