

joe122joe
Members-
Content count
119 -
Joined
-
Last visited
Profile Information
-
Real Name
joe
Recent Profile Visitors
4,047 profile views
-
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
- 368 replies
-
- qtpro
- attributes stock
-
(and 1 more)
Tagged with:
-
Hi Jack, Will Information Pages SEO addon work within Phoenix Joe
-
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
-
Hello @Jack_mcs is there any documente for install this version without the modular checkout addon by @raiwainstalled. BR Joe
-
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
-
-
@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
-
-
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
-
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
-
@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)
-
@raiwa is it possible in admin/stats_low_stock_attrib.php that can sort be by "products_options_values_name" ?
- 368 replies
-
- qtpro
- attributes stock
-
(and 1 more)
Tagged with:
-
OllaCart Point of Sale for osCommerce - ocPOS
joe122joe replied to a topic in General Add-Ons Support
@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 -
OllaCart Point of Sale for osCommerce - ocPOS
joe122joe replied to a topic in General Add-Ons Support
Hello @frankl! How to add the discount after tax? Thank you Joe -
it will be good if there is any addon will do that
-
Hello everyone, I have been looking for addon that I can display,show / hide /default product image when I edit the product to not show in the product_info page .. example if I have product with different color and for every color have image .. so if some color sold out that it will be easy to just click the box check-box to not show that image in product_info page.. and when you restock the out of stock just click the check-box no need to add the image . any one have idea if there is addon working on oscommerce 2.3 bs edge will do that?? Joe
-
Hello, Will this addon work with osc 2.3 Edge? Joe