Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

joe122joe

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by joe122joe

  1. thank you @pandrei I delete one of language (the imported keys) from the databases ,, as I have two language,, I deleted as I didn't got the multilanguage to work same time.
  2. its hard to know how the apps looks, work , before you buy it , as there is not demo or images for the apps
  3. @osCommerce-Official is there any way to delete imported translation ( I am imported translation via Design and CMS->Translation->Import Keys)
  4. I got blank page with text "please contact us if you see this page" when I am trying to login as customer
  5. @osCommerce-Official will the migrate data effect on the old site ,, will add or edit the data on the old site? Joe
  6. any input on this @osCommerce-Official @pandrei
  7. It's till free until 1/1/24, but I am not sure if its free ,, as its shown prices !! "Jun 21VladMal changed the title to osCommerce Apps - free until 1/1/24"
  8. Hello, which PHP version is requirement for oscommerce v.4? Joe
  9. two week ago there was not issue with requirements ,, the issue shows after the last update of oscommerce
  10. Hello, I just try to install oscommerce v4 but I can't install it, BTW two weeks ago I installed it without any issue but I had to delete it because I can't Connect to App Shop,
  11. Hi, I am trying to Connecting to App Shop . so when I go to admin- >App Shop I got this error Error (#2) An internal server error occurred. The above error occurred while the Web server was processing your request. Please contact us if you think this is a server error. Thank you.
  12. Hej, can I install it on localhost (windows )? thanks Joe
  13. He @raiwa thank you for updating this addon and your supporting it .. did you had any time to update stats_low_stock_attrib.php layout? I searched on the forum and I just find old topic Joe
  14. Hi Jack, Will Information Pages SEO addon work within Phoenix Joe
  15. Hello, I used this addon under PHP 5.6 without any issue, and after moving to PHP 7.2 its not working well, there is error in the log file PHP Warning: Division by zero in /home/admin/public_html/kirje1/includes/classes/sales_report2.php on line 175 and here is the line s from 167 - 175 // execute the query $cnt = 0; $itemTot = 0; $sumTot = 0; while ($resp[$cnt] = tep_db_fetch_array($rqItems)) { // to avoid rounding differences round for every quantum // multiply with the number of items afterwords. $price = $resp[$cnt]['psum'] / $resp[$cnt]['pquant']; and the issue that if there is sales and returns for some product like sold one and return one so it will be zero sales . but it show on the report as nan€ any one have same issue? Joe
  16. Hello @Jack_mcs is there any documente for install this version without the modular checkout addon by @raiwainstalled. BR Joe
  17. Hello @Jack_mcs before I install the addon, It will possible that the customers can buy the Gift Voucher if yes how ? Thank you Joe
  18. @BrockleyJohn there is a few errors more Notice: Undefined index: update_products in /XXX/admin/edit_orders.php on line 351 Notice: Undefined index: update_downloads in /XXX/admin/edit_orders.php on line 481 Notice: Undefined offset: 0 in /XXX/admin/edit_orders.php on line 549 Notice: Trying to get property of non-object in /XXX/admin/edit_orders.php on line 549 Notice: Use of undefined constant FILENAME_PDF_INVOICE - assumed 'FILENAME_PDF_INVOICE' in /XXX/admin/edit_orders.php on line 1149 Notice: Use of undefined constant FILENAME_PDF_PACKINGSLIP - assumed 'FILENAME_PDF_PACKINGSLIP' in /XXX/admin/edit_orders.php on line 1152 Notice: Use of undefined constant FILENAME_ORDERS_LABEL - assumed 'FILENAME_ORDERS_LABEL' in /XXX/admin/edit_orders.php on line 1155 Notice: Use of undefined constant FILENAME_GOOGLE_MAP - assumed 'FILENAME_GOOGLE_MAP' in /XXX/admin/edit_orders.php on line 1158 Any ideas ? Br Joe
  19. Thank you @BrockleyJohn here is the error : Warning: Cannot modify header information - headers already sent by (output started at /home/XXXX/public_html/includes/languages/english/modules/shipping/flat4.php:1) in /home/XXXXXX/public_html/XXXXXX/includes/functions/general.php on line 38
  20. Hi @BrockleyJohn when I create order and after adding products to order I get blank page .. so I have to press back on the browser and it show the order , so the oder are created and the product also add it, but why the blank page ?. oscommerce BS updated to Frozen php 7.2 Br Joe
  21. @raiwa Thank you for update it,, I just install it ,, when I create new product it show "Save Product before adding options" and after create product and save it and I come back to product but there is no Ajax Attribute Manager shown .. 1.) 2.3.4.1 CE Frozen 2.) test store 3) PHP Version 5.6 and 7.2 ( I test it under both)
  22. @raiwa is it possible in admin/stats_low_stock_attrib.php that can sort be by "products_options_values_name" ?
  23. @frankl I think in this code I need to change something .. the code from functions.php // Calculate pre-tax total $this->SubTotal = $lineitem_total; // Apply discount if (isset($this->DiscountMethod)) { if ($this->DiscountMethod == 'absolute') { // normal discount if ($this->SubTotal != 0) { $percentdiscount = ($this->DiscountValue / $this->SubTotal); // calculate the discount percentage so that we can correctly deduct from tax } else { $percentdiscount = ($this->DiscountValue); // calculate the discount percentage so that we can correctly deduct from tax } $this->SubTotal = $this->SubTotal - $this->DiscountValue; // take $x off the pre-tax total $this->Tax = $this->Tax - ($this->Tax * $percentdiscount); // take x% off the tax $this->CalculatedPercentDiscount = $percentdiscount * 100; } else { // percentage discount $this->SubTotal = $this->SubTotal - ($this->SubTotal * ($this->DiscountValue * .01)); // take x% off the pre-tax total $this->Tax = $this->Tax - ($this->Tax * ($this->DiscountValue * .01)); // take x% off the tax $this->CalculatedPercentDiscount = $this->DiscountValue; } } $this->CalculatedPercentDiscount = abs($this->CalculatedPercentDiscount); // total = subtotal after pre-tax discounts, prior to fees $this->Total = $this->SubTotal; // Remove tax if exempt if ($this->TaxExempt) { $this->Tax = 0; } // Final order total // $this->Total += $this->Tax; // subtotal only -- total + tax calculated at order insert time. $this->Total = $this->SubTotal + Tax; but I don't know what it's need to change there??? and how I can include the tax to product price? Thank you Joe
  24. Hello @frankl! How to add the discount after tax? Thank you Joe
×
×
  • Create New...