Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- ki11uaParticipant
function cart_limit( $cart_items ){ $limit_items= 50; if($cart_items>= $limit_items){ ////DO SOMETHING } } add_action( 'ims_berofe_add_to_cart', 'cart_limit', 10, $this->cart['items'] );
ki11uaParticipantSo, I managed to get this far, but cant’s go any further with the limit.
function cart_limit( $cart_items ){
$limit_items= 50;
if($cart_itemscart[‘items’] );Could you help in this?
Thank you
ki11uaParticipantPlease, take a look at it.
YOu mena that each customer in the “secure images” area, except from the password and id of the gallery they should have a wordpress user account as well in order to have their own favorites?
The problem in that case, should I prompt each visitor to register first somehow, as well, and then to log in the secured gallery?
How can i do this? - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)