AbanteCart Development > Extensions and Add-Ons

Abantecart 1.2.5 all extensions problem

(1/1)

natdroid:
Hello, AbanteCart team. 
Recently we had a customer write in broken extensions with 1.2.5
In what universe product urls from shopping cart differ from standard url?  :(
Why http://localhost/index.php?rt=product/product&product_id=116 reverted to http://localhost/index.php?rt=product/product&key=116:c02e4b65f5afd23e0c568d04b9c85ef5  (SEO 2.0?)
All extensions broken and how to get prod.ids? we're tired of update the code because of 'unnecessary mini changes every month  :'(


abantecart:
I suggest that you set this code at the beginning of the function

--- Code: ---$that = $this->baseObject;
--- End code ---

And reference $that->request->....

This way, code looks shorter and you can distinct local scope from core scope

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod