2000 Posts in 532 Topics by 435 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » How to override certain functions
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 842 Views |
-
How to override certain functions

15 April 2010 at 2:59pm
Hello,
How do I override certain functions in e-commerce module without modifying the core files?
To be specific, I want to override the "AllowPurchase" and "addToCart" functions in Product.php
Thanks,
Jatinder Singh Thind -
Re: How to override certain functions

21 March 2012 at 11:49am
Hi Jatinder,
Did you find a way to solve this?
Regards,
Rodolfo -
Re: How to override certain functions

26 March 2012 at 12:43pm Last edited: 26 March 2012 12:44pm
Hi guys,
AllowPurcahse on Product class has been deprecated, and replaced with canPurchase a while back.
You should be able to override / modify this function by creating an extension of Product that implements the canPurchase function. See silverstripe documentation on how to create extensions.
regards,
Jeremy
| 842 Views | ||
|
Page:
1
|
Go to Top |



