Discounts & Group Deals For Cs Cart

Was trying to do a search for a good price on a deal of the day addon and came across this.

http://codecanyon.net/item/discounts-group-deals-for-cs-cart/9948308

Every other one I have looked at was 65 to 99. We have put money into addons before and when the store updates we have to repurchase the addons or pay for updates it starts to become a pain.

Does anyone know if this is legit or not.

Thanks,

Scott

##update

Ok I am going to give it a shot and let you know how this works

Well currently trying the addon. Notice a couple of issues.

The documentation is not really that good. I have emailed the seller with a few questions.

Mine does not show the countdown on the product when you view it.

Also need to know how to add multiple products at the same time with out going to each one and creating a deal for each one.

Will let you know

http://cutritefx.com/index.php?dispatch=deal.list

Update. I have emailed them twice with an issue and still waiting on a response. I will wait another day and if I get no response I will just request a refund.

Update. I have emailed them twice with an issue and still waiting on a response. I will wait another day and if I get no response I will just request a refund.

Hi CutRiteFX,

I am also testing this addon, and agree with you with the problems regarding the communication with the developer.

I also had the issue with the product view. I had to make my own investigation on it. The addon relies on a couple of hooks that are not included in the product template of a standard cs-cart installation. So, I had to alter the template and include them.

In my case, I added the following lines in the design\themes\[your-theme-name]\templates\blocks\product_templates\default_template.tpl (I enclose only the part of the template affected)

				{**Hooks addon discount, codecanyon**}
				{* [antev] *}
						{hook name="products:before_price"}{/hook}
						{hook name="products:price"}
				{* [/antev] *}
            
{if $smarty.capture.$old_price|trim || $smarty.capture.$clean_price|trim || $smarty.capture.$list_discount|trim}
{if $smarty.capture.$old_price|trim}{$smarty.capture.$old_price nofilter} {/if} {/if} {if $smarty.capture.$price|trim}
{$smarty.capture.$price nofilter}
{/if} {if $smarty.capture.$old_price|trim || $smarty.capture.$clean_price|trim || $smarty.capture.$list_discount|trim} {$smarty.capture.$clean_price nofilter} {$smarty.capture.$list_discount nofilter}
{/if}
{**Hooks addon discount, codecanyon**} {* [antev] *} {/hook} {hook name="products:after_price"}{/hook} {* [/antev] *}

Hope that helps you somehow...

Regards,

So this will show your timer on your products?

Also the issue that I have I am using a response theme don't know if that makes any difference.

Have no idea where to add multiple products at the same time.

I can go into one product and click on the discount tab and at the bottom select products and them add them all. But they just don't show up. Also would like to know how to get these to my home page.

I had to create a menu block with all my categories then add the Deal of the Day as a link for it to show up. Hmmmm

Requested a refund and got it. But they gave me credit. Addon has NO SUPPORT.