Show Posts


Messages - Mahomed Dawood

Pages: [1] 2 3 ... 5
1
General Support / Re: Potential Bug on Checkout
« on: April 28, 2022, 02:13:50 AM »
global setting

default stock checkout is set to off
default pre order stock status is set to out of stock

2
General Support / Potential Bug on Checkout
« on: April 27, 2022, 07:59:15 AM »
Hi AbanteCart

I seem to have picked up a bug in the checkout process

So if two customers have the same product in their cart at checkout but the stock level of that particular product is 1 or low in general  , abantecart will allow for both customers to checkout thus giving us a negative stock balance , this can be tested by having to user choose a product that is low on stock the users should then be allowed to add all the stock to their cart and then begin the checkout process

Please advise if this is how it is supposed to work ? or should stock levels be checked on the checkout/cart page before a user can checkout , so that negative stock does not become a problem as this will end up making potential clients unhappy

Steps to replicate

1 Two separate users
2 Add the same product to the cart make sure that it is all the stock for that particular product and checkout with the customers
3 Do the normal checkout process with both customers
4 Confirm the orders
5 Check Stock quantity for the product on the admin side , it should go into a negative

Please note my stock settings are set to

Track Stock: Yes
Stock Checkout: Default

3
General Support / Re: + sign disappears when hitting save on a product
« on: April 25, 2022, 03:53:19 PM »
Hello.
Some symbols are filtered when saved to the database to prevent insecure code to execute.

Hi

So i figured out what was wrong

Abantecart recently fixed a xss vulnerability which I logged

Topic
https://forum.abantecart.com/index.php/topic,9394.msg37087.html#msg37087

Fix
https://github.com/abantecart/abantecart-src/issues/1513

 $data = htmlspecialchars(urldecode($data), ENT_COMPAT, 'UTF-8');

URL Decode was causing the special character "+" to turn into a whitespace

So I basically changed it to :
 $data = htmlspecialchars(rawurldecode($data), ENT_COMPAT, 'UTF-8');  and it worked again

Please advise if this was the right approach ?

4
General Support / Re: + sign disappears when hitting save on a product
« on: April 22, 2022, 04:13:04 AM »
Hi

Please note that this affects product name also , whereby the "+" sign dissapears when hitting save

5
General Support / Re: + sign disappears when hitting save on a product
« on: April 22, 2022, 03:15:32 AM »
Is there a way to change this filter in the code ?

6
General Support / Re: + sign disappears when hitting save on a product
« on: April 21, 2022, 08:42:51 AM »
Hi

Yes I am on the catalog page within the product

if I add a + sign to my product name , Description etc after I hit save it goes back to the name without the "+" sign in the name

eg Test Product 1B +

Hit save

Result

Test Product 1B

7
General Support / + sign disappears when hitting save on a product
« on: April 21, 2022, 04:07:04 AM »
Hi Guys

When adding a + sign to my product description or name and after hitting save on the admin change , the plus sign disappears , any idea on how i could allow it to be saved with the + sign in the name and description

Where can i make that code change ?

8
Support / Re: Admin Orders Page Potential Bug
« on: April 12, 2022, 07:29:12 AM »
Hi

So i tested and order on my website , when i purchase through the website , the admin page with the order shows the "Unit Price" Exc Tax Rate

When I add a product to the order from the admin order page , the "Unit Price" Includes Tax Rate , is this expected behaviour ? Or a bug ?

Please advise

Please take a look at the screenshot below :

First product is purchased through the website

The second product is added on the order admin page


9
Support / Admin Orders Page Potential Bug
« on: April 10, 2022, 07:38:31 AM »
Hi AbanteCart

I have noticed that in admin area if you change the shipping price and click on "Save and recalculate" this defaults back to the normal shipping price and does not change the value

Please see attached images (all images are from demoabantecart.com

Image one I have created my own shipping price after I hit "save and recalculate"  in image two it defaults back to $2

Second case

Image 3

if i remove shipping and add my own shipping and i hit "save and recalculate" it defaults back to  $2


Please advise if this is expected behaviour ?


10
Hi

this works well for a few categories, but the minute i add more it goes back to left aligned , please see attached image

second image looks perfect but has less categories

11
Hi

This just seems to make the menu container a little bigger , it does not center align the categories inside the menu container

12
Hi

Yes that makes sense but I have noticed that it also shows as the payment address, is the expected behaviour, Should it not be the customers actual address ? or is this because it is a collection too ?

Please see attached screenshot


13
General Support / CSS Rule for centering the categories in the menu
« on: April 07, 2022, 02:03:33 AM »
Hi AbanteCart

Does anyone know how to center the menu categories , I cannot seem to find the css rule for this

See attachment

14
Hi

These are links to actual products

The problem is what the links are showing it is not showing the correct images as in the actual product

eg: we want to see the actual image of the product as shown here
https://www.pishop.co.za/store/okdo-raspberry-pi-4-4gb-basic-kit-with-universal-power-supply

But when i send the following link https://www.pishop.co.za/store/okdo-raspberry-pi-4-4gb-basic-kit-with-universal-power-supply the image in the link resolves to attachment one

Where the image actually needs to be the second attachment


15
Hi

Please check out the attached images to see what I actually mean


Pages: [1] 2 3 ... 5

Powered by SMFPacks Social Login Mod