How Can I Hide Price In Points In Products Details Page?

I need to use the reward points add-on, but I don’t want to display Price in points in products details page, how can I hide or remove Price in points retain Points Reward in products details page? is it possible? thanks all.

I need to use the reward points add-on, but I don't want to display Price in points in products details page, how can I hide or remove Price in points retain Points Reward in products details page? is it possible? thanks all.

  • 0
  • rep_up.png
  • rep_down.png

You can check in common/product_data.tpl & modify it.

Thanks your reply, but can you explain more? and how to modify?

Thanks your reply, but can you explain more? and how to modify?

Goto this location \design\themes\responsive\templates\addons\reward_points\hooks\products\options_advanced.post.tpl

Comment All Code Here .

Thanks again, I will try the fix it.

Goto this location \design\themes\responsive\templates\addons\reward_points\hooks\products\options_advanced.post.tpl

Comment All Code Here .


Dear here the code :

{if $show_price_values && !$dont_show_points}
    {include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if}

now please help us how can we hide this field ??


Dear here the code :

{if $show_price_values && !$dont_show_points}
    {include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if}

now please help us how can we hide this field ??

Just replace

{if $show_price_values && !$dont_show_points}
    {include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if}

with

{* if $show_price_values && !$dont_show_points}
    {include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if *}

Then clear the cache and check the result

Just replace

{if $show_price_values && !$dont_show_points}
    {include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if}

with

{* if $show_price_values && !$dont_show_points}
    {include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if *}

Then clear the cache and check the result

Dear ecom team

i replace these code but still this fields showing please see in attachment

& also i want to hide three fields in product page :

1) Short description:

2) Price in points:

3) Reward points:

its my request please help us

Thanks

Screenshot_1.jpg

Did you clear the cache? Try to delete the var/cache directory manually

Did you clear the cache? Try to delete the var/cache directory manually

yes i clear the cache & also delete var/cache in directory manually but this field still showing ??

now that can i dot for hide it

It is strange. It works on my local installation. Make sure that the file is changed in the active store-front theme. If it does not help, please PM me temporary FTP access

It is strange. It works on my local installation. Make sure that the file is changed in the active store-front theme. If it does not help, please PM me temporary FTP access

Sure my best team please i have been quote to you please check it & revert me :grin:

We will contact you with the answer today. Thank you.

Dear ecom team thanks for help its fixed now one more think i want to know we are useing redactor as a Default wysiwyg editor but problem is with it when we use formating option & do font size some big than font color & font background color can' change please see snapshot .

11.png

Please share the URL where we can check it

Dear ecom team thanks for help its fixed now one more think i want to know we are useing redactor as a Default wysiwyg editor but problem is with it when we use formating option & do font size some big than font color & font background color can' change please see snapshot .

Please share the URL where we can check it

Thanks dear team that issue solved by our team

One more think i want to know then we active any vendor than he/she will received a mail with login detail please see snapshot .

so where this mail templates save in design folder ?? we checked in

public_html/design/backend/mail.....

but can't found it so please help us ??

1.png

Looks like you meant the following template

design/backend/mail/templates/companies/status_n_a_notification.tpl

Hi!

How did you manage it work??

i changed the code although its only adding {"* *"} those two stars?

"Just replace

{if $show_price_values && !$dont_show_points}
{include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if}

with

{* if $show_price_values && !$dont_show_points}
{include file="addons/reward_points/views/products/components/product_representation.tpl"}
{/if *}

Then clear the cache and check the result"

is there anything else must be changed?

Thanks,

A.

It should work. Try

is there anything else must be changed?

Additional changes are not required. But note that mentioned changes are for old document editor