

day2
Members-
Content count
79 -
Joined
-
Last visited
Profile Information
-
Real Name
engbok
-
Prices for Logged-In Users Only (official support)
day2 replied to azer's topic in General Add-Ons Support
I hope you find the answer caused i need to achieve this urgently. If anyone got answer, can please assist in the matter?? Thank you -
### POINTS AND REWARDS MODULE V1.00 ###
day2 replied to deep-silver's topic in General Add-Ons Support
i got it solved by editing the code in checkout process.php From: #### Points/Rewards Module V2.1rc2a balance customer points BOF #### if ((USE_POINTS_SYSTEM == 'true') && (USE_REDEEM_SYSTEM == 'true')) { // customer pending points added if ($order->info['total'] > 0) { $points_toadd = get_points_toadd($order); $points_comment = 'TEXT_DEFAULT_COMMENT'; $points_type = 'SP'; if ((get_redemption_awards($customer_shopping_points_spending) == true) && ($points_toadd >0)) { tep_add_pending_points($customer_id, $insert_id, $points_toadd, $points_comment, $points_type); } } take out the "&& (USE_REDEEM_SYSTEM == 'true')" and become: #### Points/Rewards Module V2.1rc2a balance customer points BOF #### if ((USE_POINTS_SYSTEM == 'true')) { // customer pending points added if ($order->info['total'] > 0) { $points_toadd = get_points_toadd($order); $points_comment = 'TEXT_DEFAULT_COMMENT'; $points_type = 'SP'; if ((get_redemption_awards($customer_shopping_points_spending) == true) && ($points_toadd >0)) { tep_add_pending_points($customer_id, $insert_id, $points_toadd, $points_comment, $points_type); } } It work fine now. ^^ Thanks -
### POINTS AND REWARDS MODULE V1.00 ###
day2 replied to deep-silver's topic in General Add-Ons Support
Finally i recalled what have done during my year-end promotion: i disabled points for Special/Discounted Product, and this apparently disabled the point for all the products. I enabled back the point for special product, the pending point work fine now, the issue now is i am forced to give point to special/discounted product coz i can't disabled it anymore, else the whole point system is not working >< -
### POINTS AND REWARDS MODULE V1.00 ###
day2 replied to deep-silver's topic in General Add-Ons Support
Hi I have been using this add on and it work great, until 2010 where i realized all purchases doesn't automatically have pending point in admin page that awaiting for approval. I ve checked the phpMyadmin, the pending point doesn't go into the table of customers_points_pending. Has anyone experience this before?? What possibly has gone wrong?? Thanks -
How to add images to show hot item, best seller etc?
day2 replied to day2's topic in Templates and Images
no clue?? wasn't there anyone out there done this coz this is almost a very popular features in most of the online store?? -
Hi How do i able to show small images like hot selling, saving alert, together with product image "automatically" as shown in the following website: http://www.ckmusic.com.my/webshaper/store/viewCat.asp?catID=71 Thanks
-
Hi Guys I am using Ship In Cart v2.2.2a+product info with OSC rca2.2 I have some prob with the Product info page. Problem 1: For user that not log in, i have enabled the state selector option and the shown "update" button option. The prob is when a state is selected and update button hit the url will come to something like: "wwww.xxx/catalog/_", and no such address page will be shown. Problem 2: If user log in with more than an address to be selected, the update button doesn't shown and i can't refresh it after selecting one of the address in the profile. Anyone facing the same prob and got the solution?? Many thanks
-
-
Cool , does it work OSC 2.2RC2a version?? or still remain for 2.2 version as stated in the contribution page??
-
Thanks for the reply. I have shoot an email to blue host, hopefully they will reply asap. BTW, i am using 2.2 RC2.a version.
-
Hi I have been using this anti robot registration and it work like a charm until lately where the verification image cannot be shown out of sudden and i have no clue what have made this. I have check the relevant edited php script and it is all still there, i have check the following source html file and it still shown the following: <img src="validation_png.php?rsid=bcb1b6c753fad7d1ba6792bf70686343&csh=04ad9d755bb5d7" alt="" border="0"> <br> <input name="antirobotreg" type=""> <small><font color="#ff0000">required</font></small></span> Can i have some clue why the image out of sudden gone missing?? Your help is very much appreciated. Thank you
-
Hi How do i apply FCeditor to my other admin page like newsletter, it works fine in my product update but i wish i works for my newsletter as well. Thank you
-
Please delete this thread as i am using 2.2 version..i have opened a new topic is OSC 2 zone.. TQ
-
Hi I am looking for a contribution where a category is only available for purchase after some item are purchased. The reason i need this is there are some tiny item that are cheap and not worth to be bought only as the shipping itself is more expensive then the selling price. Nevertheless, will combine shipment, it is worth to buy or sell as the the item is light weight and most probably doesn't incurred additional shipping cost if it is ship together. To further elaborate, lets say i sell burger in my store, when buyer add burger to cart, they start to have access to a category where they can find french fries or coke to add on into their cart. These french fries or coke are not available if the cart is empty. Is there such contribution available?? The closest i can find is gift item add on, but it is a free of charge item, i need to price my item. Any help is very much appreciated. Thank you
-
Hi I am looking for a contribution where a category is only available for purchase after some item are purchased. The reason i need this is there are some tiny item that are cheap and not worth to be bought only as the shipping itself is more expensive then the selling price. Nevertheless, will combine shipment, it is worth to buy or sell as the the item is light weight and most probably doesn't incurred additional shipping cost if it is ship together. To further elaborate, lets say i sell burger in my store, when buyer add burger to cart, they start to have access to a category where they can find french fries or coke to add on into their cart. These french fries or coke are not available if the cart is empty. Is there such contribution available?? The closest i can find is gift item add on, but it is a free of charge item, i need to price my item. Any help is very much appreciated. Thank you