Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mafiouso

Members
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by mafiouso

  1. seems to be the same error? Fatal error: Call to undefined method currencies::get_decimal_places() in /home/user/public_html/shopping/includes/modules/shipping/apdomreg.php on line 130 128 $aus_currency_code = DEFAULT_CURRENCY; 129 $aus_rate = (float)$currencies->get_value($aus_currency_code); // get $AU rate (normally 1 when set as default currency) 130 $decimal_places = $currencies->get_decimal_places($aus_currency_code); // get $AU decimal places (normally 2)
  2. @auzStar hello, order editor has been a long running popular addon to edit orders.(i don think there is a better alternative, and its working on my older stores) the update to work on 2.3 my need some work but i don't think its the issue here. if i remove the Australia Post Parcel Post module or turn it off, the error is gone. if i edit, and when i say edit. ORDER EDIT. (/admin/orders.php?page=1&oID=35&action=edit) not standard VIEW EDIT (/admin/orders.php?page=1&oID=35&action=edit) i will get Fatal error: Call to undefined method currencies::get_decimal_places() in /home/use/public_html/shopping/includes/modules/shipping/apdomreg.php on line 130 if i turn off Australia Post Parcel Post module, its ok again if i install another Australia Post Parcel Post module, one that is very similar no issue. regardless of the shipping method used in the order it will give me that error if its turned on. thanks
  3. may be a bug here Fatal error: Call to undefined method currencies::get_decimal_places() in [/size]/home/user/public_html/shopping/includes/modules/shipping/apdomreg.php on line [/size]130 when trying to used order editor. clicking edit link. 128 $aus_currency_code = DEFAULT_CURRENCY; 129 $aus_rate = (float)$currencies->get_value($aus_currency_code); // get $AU rate (normally 1 when set as default currency) 130 $decimal_places = $currencies->get_decimal_places($aus_currency_code); // get $AU decimal places (normally 2) Currency set as: Australian Dollar (default) AUD 1.00000000
  4. ok, thanks. i am not asking for a re-write, im asking if its possible to re configure it. with what is already there. after speaking to auspost and checking into some options, lets forget the 300 limit change etc. as that makes sense what i dont want is a customer selecting all these extra services that eat up time when really its not needed for a item under $300. (no extras) #keep (includes $1.50 extra cover) #keep (includes $2.95 signature on delivery) #remove (includes $2.95 signature on delivery + $1.50 extra cover) #keep/show when over 300 thanks again for the () fix.
  5. i also noticed that 1KG is the min weight? is there a simple way to have under that. ie., ie for a 500g satchel or a envelope. etc. thanks
  6. thank you! its one of the last few things holding back lunch. (y)
  7. Hello, had a few long hours trying to work out a few mods on this, but im stuck and need some help, please! I would like to change a few things: Enable available shipping options Select which shipping options (methods) you want to make available for this shipping module? Available options are: standard (without insurance), insurance (with extra cover) or both. (Signature on Delivery will be offered regardless of selection) standard insurance both I wouild like to offer: (only) DELIVERY: (with no extras) then if the amount is over XYZ or $300 DELIVERY: (with extra cover) so the ability to remove the "required signature" option i have played with \catalog\includes\modules\shipping\apdomreg.php for hours, and can not figure it out. also: change the LIMIT it applies for postage Signature\Insurance (the $300 limits change to XYZ) and: how to remove the brackets on output: define('MODULE_SHIPPING_AUSPOST_DOM_REG_TEXT_NO_EXTRAS', 'with no extras'); (with no extras) hope someone can help asap. thank you.
  8. hello all, i have updated this contrib for OSC 2.3.0 http://addons.oscommerce.com/info/8537 thanks mafiouso one thing the contrib needs is to be able to show more then 15-30 ebay items, if you try load more then that on one page its to much.
  9. hi thanks for the reply, that is only a snip of the code. so do you mean there is code in the file that is bad?
  10. can any one help with going over some errors to see if they can be fixed by myself or if they are normal errors. thanks for example Error: Constant FILENAME_ABOUT_US already defined File: includes/filenames.php Line: 71 Error: Undefined variable: start_time File: includes/functions/database.php Line: 54 Error: Use of undefined constant MYSQL_PERFORMANCE_TRESHOLD - assumed 'MYSQL_PERFORMANCE_TRESHOLD' File: includes/functions/database.php Line: 62 Error: Use of undefined constant DISPLAY_QUERIES - assumed 'DISPLAY_QUERIES' File: includes/functions/database.php Line: 78 Error: Use of undefined constant DISPLAY_PAGE_PARSE_TIME - assumed 'DISPLAY_PAGE_PARSE_TIME' File: includes/functions/database.php Line: 78
  11. also the catcha is in Spanish, does anyone know how to change this to EN? thanks
  12. hello, i notice when the "code' is wrong or not put in. the data entered is removed and needs to be put in again can this be fixeD?
  13. and also need to mod to add ASK A QUESTION. to be a complete fix
  14. what id did to get it to work is use this: on a new install 2.3 currencies.php below is a paste of the code at the end of the file i changed to get it to work. compare to what you have and what the install says. the rest of the install seems ok. ------ function get_decimal_places($code) { return $this->currencies[$code]['decimal_places']; } function display_price($products_price, $products_tax, $quantity = 1) { // BOF: MOD - EASY CALL FOR PRICE 2.3.1v1.0 // return $this->format($this->calculate_price($products_price, $products_tax, $quantity)); define ('CALL_FOR_PRICE_VALUE', 0); // If you sell products for $0.00 and want to display "Call for Price!" for other products, set their price and the CALL_FOR_PRICE_VALUE to -1. if ($products_price > CALL_FOR_PRICE_VALUE){ return $this->format($this->calculate_price($products_price, $products_tax, $quantity)); } else { define ('TEXT_CALL_FOR_PRICE', 'TEXT_CALL_FOR_PRICE'); // You can set CALL_FOR_PRICE_TEXT to anything you want. Its style is determined by the page it is displayed on. Changes made here will be visible throughout your site. return TEXT_CALL_FOR_PRICE; // BOF: MOD - EASY CALL FOR PRICE 2.3.1v1.0 } } } ?>
  15. hello, great addon, works good easy to install and some one post more info on the .htaccess file mods or update the contrib also my concern is towards blocking wanted bots and SEO, can this effect search engine crawls which would be bad. thanks
  16. good contrib, but it seems to need a update. some of the links \ buttons are dead also when i post to facebook it loads a image 1 of XX. can this be made to load the actual image first. also the description title is ok but the info is. META_TAG_DESCRIPTION needs twitter added and maybe the LIKE function for facebook "likes this" thanks
  17. my post service uses the POST method not the GET method can this still work? and can anyone explain how the "Courier X tracking ID validation REGEXP" works or where i can find the code thanks
  18. will there or is there any support for the ORDER EDIT contrib. i would be a good options to be able to change or remove the tracking number details. also is there a way to only keep the data on the admin side thanks
  19. hello, i have installed this MOD, hoping to make a few changes to suit my store i am not looking to send details to customers as yet, but i do want to be able to store tracking details in admin orders page for reference. i installed the mod skipping the parts i understand as the customer side. so far it all works beside the following -in an order when i add the tracking number and click track it will pop up the tracking website without the number filled out. -in an order when i add the tracking number and click update it dose not save the tracking number. i hope some one can help with this problem. thank you!
  20. anyone got this problem? PHP Warning: Missing argument 4 for cc_validation::validate(), called in /includes/modules/payment/cc_cvv2.php on line 132 and defined in /includes/classes/cc_validation.php on line 16
  21. i installed this. ran the php file. it says all is ok but there are no back files being made any idea? thanks
  22. jesus i just fixed it. i have other mods. so keep this in mind if u do too. in the install it says ::CODE SECTION REPLACEMENT:: (3) Open file catalog/admin/orders.php Find this code block(Near line 200) <?php } ?> REPLACE WITH: (NOOOOO!!!!!!! ADD ABOVE) <?php if (MODULE_PAYMENT_CC_CVV2 == 'True') { ?> <tr> <td class="main"><?php echo ENTRY_CREDIT_CARD_CVV2; ?></td> <td class="main"><?php echo $order->info['cc_cvv2']; ?></td> </tr> <?php } } ?> =================== so mine looks like starting LINE: 270 <?php if (tep_not_null($order->info['cc_type']) || tep_not_null($order->info['cc_owner']) || tep_not_null($order->info['cc_number'])) { ?> <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_CREDIT_CARD_TYPE; ?></td> <td class="main"><?php echo $order->info['cc_type']; ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_CREDIT_CARD_OWNER; ?></td> <td class="main"><?php echo $order->info['cc_owner']; ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_CREDIT_CARD_NUMBER; ?></td> <td class="main"><?php echo $order->info['cc_number']; ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_CREDIT_CARD_EXPIRES; ?></td> <td class="main"><?php echo $order->info['cc_expires']; ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_CREDIT_CARD_CVV2; ?></td> <td class="main"><?php echo $order->info['cc_cvv2']; ?></td> </tr> <?php } ?> == i think its because i have order editor installed. i dont know php and all that so i go by what i can.
  23. in the admin orders i am only getting: Credit Card Type: Visa Credit Card Owner: test person Credit Card Number: 4111XXXXXXXX1111 Credit Card Expires: 0111 no cvv number?? can some one please help or give some ideas why. i have checked all the code dont know where to look next?
  24. can any one help i can choose the customer then when i click save i get Warning: require_once(includes/functions/password_funcs.php) [function.require-once]: failed to open stream: No such file or directory in /home/XXX/public_html/shopping/admin/create_order_process.php on line 14 Fatal error: require_once() [function.require]: Failed opening required 'includes/functions/password_funcs.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXX/public_html/shopping/admin/create_order_process.php on line 14 please any help would be appreciated
×
×
  • Create New...