Show Posts


Topics - eCommerce Core

Pages: [1]
1
General Support / MOVED: Add to Cart button looks goofy
« on: January 15, 2017, 09:44:46 PM »

2
General Support / MOVED: How can I make this menu link appear on white?
« on: September 27, 2016, 09:49:21 AM »
This is not a support topic and related to customization.

This topic has been moved to Customization help.

http://forum.abantecart.com/index.php?topic=5045.0

3
General Discussion / MOVED: I cant restore my password
« on: September 08, 2016, 09:43:32 AM »

4
Security / XSS Vulnerability Fix v1.15 to v1.2.7
« on: June 14, 2016, 09:40:57 AM »
There is a cross-site scripting vulnerability was discovered in AbanteCart version 1.1.5 to 1.2.7

If you run AbanteCart v1.1.5 to v1.2.7, we suggest that you apply the fix provided below:

To apply the fix is very easy and can be done 2 different ways.

Option 1: replace the file /core/lib/request.php with attached request.php

OR

Option 2: replace the line in the file

In file: /core/lib/request.php

Locate code:
Code: [Select]
public function decodeURI($uri) {
$params = array();
$open_uri = base64_decode($uri);

    $split_parameters = explode('&', $open_uri);
    for($i = 0; $i < count($split_parameters); $i++) {
        $final_split = explode('=', $split_parameters[$i]);
        $params[$final_split[0]] = $final_split[1];
    }
    return $parms;
}

Replace line:
       return $parms;
With:
   return $this->clean($params);

Fix is complete

7
Documentations & Manuals / MOVED: Shipping rate
« on: May 27, 2014, 11:22:51 PM »

9
Tips and Tricks / MOVED: Product count
« on: May 26, 2014, 10:34:38 PM »

11
Tips and Tricks / MOVED: zones not mandatory
« on: April 26, 2014, 08:40:19 PM »

12
Idea Polls / AbanteCart Multivendor and Marketplace capabilities
« on: January 30, 2014, 05:00:32 PM »
Exciting news! We, as AbanteCart development team, consider building Multivendor and Marketplace capabilities into shopping cart 
Please vote and let us know your thought on the topic

Pages: [1]

Powered by SMFPacks Social Login Mod