News:

AbanteCart v1.4.3 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - gcleff

#1
Customization help / product slider extension
March 28, 2017, 04:09:59 AM
Hi im trying to use product_slider extension. if i put the product_slider to content_top layout it doesnt show any images from featured list or product list it just plain blank.

#2
Hi i have set my base currency to PHP and config my payment to papal standard all my products is in php after the checkout my order summary comes back to USD for example i bought 3800 PHP then i checkout paypal page appears with "your order summary" and the details instead of PHP 3800 it became USD 3800. is there a way it can be replaced with PH.

MY currency is supported in paypal which is PHP Philippine Pesos.

i know theres an extension for usd conversion named paypal_usd but i want it straight as PHP as paypal accepts my currency.
#3
Installation and Configuration / Shipping Days on Items
January 31, 2017, 03:26:42 AM
Can you help me i need to add a shipping details under the QTY per product say item 1 ship withn 5-7 days and item 2 ships within 14 days is this possible?
#4
Hi im installing v1.2.9 at lincense ok at compatibility all ok at configuration ok at data load i get this error

Following error has occurred during installation:
OK: {"ret_code":50}
Name
Info
2::warning
A non-numeric value encountered in /storage/h3/704/571704/public_html/core/lib/request.php on line 148
2::warning
A non-numeric value encountered in /storage/h3/704/571704/public_html/core/lib/request.php on line 148
2::warning
A non-numeric value encountered in /storage/h3/704/571704/public_html/core/lib/request.php on line 148\

Can you help me with this thanks a lot.

below is the line 148 of request.php
   private function _detectBrowser(){

      $nua = strToLower($_SERVER['HTTP_USER_AGENT']);

      $agent['http'] = isset($nua) ? $nua : "";
      $agent['version'] = 'unknown';
      $agent['browser'] = 'unknown';
      $agent['platform'] = 'unknown';
      $agent['device_type'] = '';

      $oss = array ('win', 'mac', 'linux', 'unix');
      foreach ($oss as $os){
         if (strstr($agent['http'], $os)){
            $agent['platform'] = $os;
            break;
         }
      }

      $browsers = array ("mozilla", "msie", "gecko", "firefox", "konqueror", "safari", "netscape", "navigator", "opera", "mosaic", "lynx", "amaya", "omniweb");

      for ($i = 0; $i < count($browsers); $i++){
         if (strlen(stristr($nua, $browsers[$i])) > 0){
            $agent["browser"] = $browsers[$i];
            $n = stristr($nua, $agent["browser"]);
            $j = strpos($nua, $agent["browser"]) + $n + strlen($agent["browser"]) + 1; <--Line 148
         }
      }

Forum Rules Code of conduct
AbanteCart.com 2010 -