Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

puddlec

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by puddlec

  1. Which version of easy populate are you using?
  2. There are some instructions on how to do this. in the easypopulate.php file around line 250 under BEGIN Define Custom Fields for your products database
  3. i would try 1 of two things 1. set Quick Backup Enabled: to false 2. try the latest version of easy populate at http://addons.oscommerce.com/info/7725 (version 2.8)
  4. Just updated easypopulate to work with osc 2.3.1 additional images available here for those who are upgrading from previous version, i only made changes in easypopulate.php
  5. Just updated easypopulate to work with osc 2.3.1 additional images

  6. @@ggrant3 i have been able to get the additonal pics for osc 2.3.1 to work, i just need to find the time to put the package together
  7. made that change, but did it slightly differently i just changed $output_field_value = $product['products_quantity'] > 0 ? 'in stock' : 'out of stock'; to $output_field_value = 'in stock';
  8. ok worked out the first error, i just had to remove the google-product-search-us-en.php~ file now i just need to work out how to fix the in stock / out of stock, as that is saying everything is out of stock, even through it is in stock (as i don't set the stock levels everything is set to 0), and it only outputs what is set to active anyway
  9. getting an error message Fatal error: Cannot redeclare fm_rs_product_id_us_en() (previously declared in admin\fm-feed-configs\google-product-search-us-en.php:76) in admin\fm-feed-configs\google-product-search-us-en.php~ on line 74 i've tried all three of the latest ones, each giving the same error message. the feed is for one country
  10. the current version was designed for osc 2.3.1. and not osCommerce 2.2-MS2 you would need to use one of the older ones (Information Pages Unlimited v2.07) which includes instrctions on how to get it to work with TinyMCE editor
  11. just installed this addon, to take a look, but i am having a problem with it. Fatal error: Call to undefined function clean_html_comments() in modules\article_listing.php on line 66 using Articles Manager V 1.57_6 Header Tags SEO V 3.2.5 osc 2.3.1
  12. the problem is also effecting the payment / billing parts as well (they disappear when i finish inputing the delivery info
  13. did some more testing, works fine when not using SSL, but when i turn it back on, and it goes to the shared ssl that the hosting provider uses, it fails at checking the email address.
  14. been having problems on my live site, for some reason it is not effecting my local version on xampp. after i enter an email address, it gets stuck on checking email address. error console on firefox says date is null at line 1228 which is if (data.success == false){ which is part of the email address check $('input[name="billing_email_address"]').each(function (){ $(this).unbind('blur').blur(function (){ var $thisField = $(this); if (checkoutClass.initializing == true){ checkoutClass.addIcon($thisField, 'required'); }else{ if (this.changed == false) return; if (checkoutClass.fieldErrorCheck($thisField, true, true) == false){ this.changed = false; checkoutClass.queueAjaxRequest({ url: checkoutClass.pageLinks.checkout, data: 'action=checkEmailAddress&emailAddress=' + $thisField.val(), type: 'post', beforeSendMsg: 'Checking Email Address', dataType: 'json', success: function (data){ $('.success, .error', $thisField.parent()).hide(); if (data.success == false){ checkoutClass.addIcon($thisField, 'error', data.errMsg.replace('/n', "\n")); alert(data.errMsg.replace('/n', "\n").replace('/n', "\n").replace('/n', "\n")); }else{ checkoutClass.addIcon($thisField, 'success'); } }, errorMsg: 'There was an error checking email address, You may complete your order with lowcostbedsandmattressdirect.co.uk by calling 08444 122499 (Lo-Call).' }); } } }).keyup(function (){ this.changed = true; }); bindAutoFill($(this)); });
  15. i know what i did now, i was working on some changes to it, as i found the menus was not correct, as it was using the older method of using the column left and right, instead of being controlled through the database, so i made throse changes, and when i looked to reply back i looked at my changes and not the orginal package. you would of also needed to remove one other line about headertags as well
  16. The current version (1.5) was designed to be used with osc 2.3. and not OSC 2.2 rc2a. osc 2.3 is vastly changed from 2.2, in reguards to the code used.
  17. had a look at the file, the checkout file seems to be based off an older version of osc 2.3 and not the current 2.3.1, there are a few differances. e.g. <?php echo $oscTemplate->getHeaderTags(); ?> in checkout.php compaired to <?php echo $oscTemplate->getBlocks('header_tags'); ?> in template_top.php and it has <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> which is now longer used, as it is all admin controlled. there are a few other things that need to be changed
  18. have you scroll past the version history, where there is furhter instructions? as there are changes that are needed to be made to the standard checkout files, (and a few others)
  19. been working on a new site on osc 2.3.1, and tried to install the feedmachine to the admin, but i am getting an error Fatal error: Call to a member function read() on a non-object in ../../feedmachine_loader.php on line 55. it has worked fine on other sites running osc 2.2 php version 5.2.14
  20. puddlec

    SagePay URL

    at the end of september sage pay,(protx) got rid of there old urls, which you should of got a letter/email in advance about, saying about the change, and a link to the page, that lists the old urls and the new ones. new sage pay urls there is also an updated verwsion of the sagepau modules, within the addon section, which use the correct url
  21. this is not true, i had a look after seeing this. and on the ckeditor website it says this CKEditor is distributed under the GPL, LGPL and MPL open source licenses. This triple copyleft licensing model avoids incompatibility with other open source licenses. These Open Source licenses are specially indicated for: Integrating CKEditor into Open Source software; Personal and educational use of CKEditor; Integrating CKEditor in commercial software, taking care of satisfying the Open Source licenses terms, while not able or interested on supporting CKEditor and its development. the key point here, Integrating CKEditor into Open Source software. as oscommerce is also open source, which means you do not have to pay if you are using it with another open source programme
  22. thanks for your help anyway. I just tried using the online demo version, to make sure it was just not me, and the changes i made to the checkout files, and even on the demo using paypal the telephone number did not come up on the paypal page, which is what i was getting anyway
  23. had a look in the ext folder, and that was just for returning the PayPal IPN Verified compaired paypal standard and sagepay form, and there is nothing extra within that i also compaired paypal standard with the checkout_process.php file, and again i could not find anything related to the telephone, which would explain why it is not working with paypal.
  24. still having the problem with the telephone number not coming up in paypal orders, even through it is coming up with the other payment gateway we use, so i know it is not a problem with the field itslef, it only happens when paypal is used, all the other details gets added fine, with no problems, i just don't know wh the telephone number is not going through, even through the line you said should be there, was already there. apart from the lines of code that is needed for one page checkout, and two lines to get the delivery date added, into the datebase (which i know this is not cuasing the problem as it was happening before i added those two lines)
×
×
  • Create New...