Page 1 of 1

Remove wishlist, downloads, rewards points and returns in account

Posted: Mon May 29, 2017 8:46 pm
by oberheimer
How do i remove wishlist, downloads, rewards points and returns in account.
I have tried to remove it in template/account/account.tpl
But it's still there I have also cleared my cache...
I'm using opencart 2.3.0.2 (latest)

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Mon May 29, 2017 9:39 pm
by sachin6609
Hii

It is in the catalog\view\theme\default (YOUr theme folder)\template\extension\module then open the account.tpl file

Take the file backup first and do changes

All The Best

Thanks

Sachin

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Tue May 30, 2017 3:39 pm
by oberheimer
Thanks, now I found it. The lines with code where very long so i missed it.
Why not have everything on different lines?
It was the default theme.

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Fri Oct 12, 2018 7:00 am
by Blueey
Do I just remove the whole file or empty the file of all the code?

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Fri Oct 12, 2018 3:43 pm
by xxvirusxx
You need to delete a line.
Example: From account\account.tpl, remove this line:

Code: Select all

<li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>
And so on.
Then refresh OCmod, clear VQmod

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Fri Oct 12, 2018 9:58 pm
by Blueey
xxvirusxx wrote:
Fri Oct 12, 2018 3:43 pm
You need to delete a line.
Example: From account\account.tpl, remove this line:

Code: Select all

<li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>
And so on.
Then refresh OCmod, clear VQmod
Thank you xxxvirusxx,
As of currently, I am not using OCmod or VQmod. Are these very important tools to have? If so, how do I know if either is compatible with my store? (Basel theme)

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sat Oct 13, 2018 9:34 am
by IP_CAM
Are these very important tools to have?
VqMod and OcMod are both so-called Override-Functions. Such VqMod and/or OcMod
Files are written, to look for ANCHORS/TAGS, somewhere in one or more specific OC Source
or Theme Files, to then either:
1. ADD some Custom CODE, before or after the Anchor/Tag addressed/targeted,
2. CHANGE/MODIFY/REMOVE the existing Anchor/Tag CODE LINE , in parts, or in full.
3. Extensions, containing VqMods/OcMods, might also consist out of custom
system/... , catalog/... , admin/... Core Files, just to have this mentioned too.
---
Therefore, instead of changing default OC-Core Code, in order to add something, change
something, or remove something, the use VqMod or OcMod is very useful, since such files
can always be removed, to so restore the DEFAULT Values again.
But they also have their limits, since ANCHORS/TAGS have to consist out of one single Line,
to be addressed.

And depending on the Theme and/or Custom Modules used, possibly consisting out of Files, to
be placed inside of the OC Directories, some of those VqMods/OcMods need to be slightly
rewritten, to then match the possibly not exactly 'OC-Code like' written Custom File/Theme
Code.
In real professional OC Installations, ONLY one of BOTH Override Functions should be
installed and used. And to make sure, to AVOID any Problems, one should better install
the Integrated VqMod, created by JNeuhoff, if one really needs to use VqMods
with the default OcMod Engine, which is installed by Default in all later OC Versions. It might
keep one from a lot of problems, due to the different Caching Systems, if used otherways... ;)
https://www.opencart.com/index.php?rout ... n_id=19501
I hope, it helps a little...
Ernie

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sat Oct 13, 2018 10:09 pm
by straightlight
Blueey wrote:
Fri Oct 12, 2018 7:00 am
Do I just remove the whole file or empty the file of all the code?
Deleting a simple line from the account page will not prevent users to access the page from URL on anyhow. The best option is by using a search tool such as: TextCrawler.

Wishlist results:

Code: Select all

catalog/view/theme/<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/wishlist.tpl
catalog/view/theme/<your_theme>/template/common/footer.tpl
catalog/view/theme/<your_theme>/template/common/header.tpl
catalog/view/theme/<your_theme>/template/product/category.tpl
catalog/view/theme/<your_theme>/template/product/manufacturer_info.tpl
catalog/view/theme/<your_theme>/template/product/product.tpl
catalog/view/theme/<your_theme>/template/product/search.tpl
catalog/view/theme/<your_theme>/template/product/special.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
catalog/view/theme/<your_theme>/template/extension/module/bestseller.tpl
catalog/view/theme/<your_theme>/template/extension/module/featured.tpl
catalog/view/theme/<your_theme>/template/extension/module/latest.tpl
catalog/view/theme/<your_theme>/template/extension/module/special.tpl
Downloads results:

Code: Select all

catalog/view/theme/<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/download.tpl
catalog/view/theme/<your_theme>/template/common/header.tpl
catalog/view/theme/<your_theme>/template/information/sitemap.tpl
catalog/view/theme/<your_theme>/template/mail/order_add.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
Reward results:

Code: Select all

catalog/view/theme<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/reward.tpl
catalog/view/theme/<your_theme>/template/checkout/cart.tpl
catalog/view/theme/<your_theme>/template/product/product.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_braintree_confirm.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_express_confirm.tpl
catalog/view/theme/<your_theme>/template/extension/total/reward.tpl
Return results:

Code: Select all

catalog/view/theme/<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/login.tpl
catalog/view/theme/<your_theme>/template/account/order_info.tpl
catalog/view/theme/<your_theme>/template/account/return_form.tpl
catalog/view/theme/<your_theme>/template/account/return_info.tpl
catalog/view/theme/<your_theme>/template/account/return_list.tpl
catalog/view/theme/<your_theme>/template/account/tracking.tpl
catalog/view/theme/<your_theme>/template/affiliate/login.tpl
catalog/view/theme/<your_theme>/template/checkout/checkout.tpl
catalog/view/theme/<your_theme>/template/checkout/guest.tpl
catalog/view/theme/<your_theme>/template/checkout/guest_shipping.tpl
catalog/view/theme/<your_theme>/template/checkout/login.tpl
catalog/view/theme/<your_theme>/template/checkout/payment_address.tpl
catalog/view/theme/<your_theme>/template/checkout/payment_method.tpl
catalog/view/theme/<your_theme>/template/checkout/register.tpl
catalog/view/theme/<your_theme>/template/checkout/shipping_address.tpl
catalog/view/theme/<your_theme>/template/checkout/shipping_method.tpl
catalog/view/theme/<your_theme>/template/common/footer.tpl
catalog/view/theme/<your_theme>/template/product/product.tpl
catalog/view/theme/<your_theme>/template/extension/credit_card/squareup.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
catalog/view/theme/<your_theme>/template/extension/module/amazon_login.tpl
catalog/view/theme/<your_theme>/template/extension/module/amazon_pay.tpl
catalog/view/theme/<your_theme>/template/extension/module/pp_braintree_button.tpl
catalog/view/theme/<your_theme>/template/extension/module/pp_login.tpl
catalog/view/theme/<your_theme>/template/extension/payment/eway.tpl
catalog/view/theme/<your_theme>/template/extension/payment/globalpay.tpl
catalog/view/theme/<your_theme>/template/extension/payment/laybuy.tpl
catalog/view/theme/<your_theme>/template/extension/payment/paymate.tpl
catalog/view/theme/<your_theme>/template/extension/payment/payza.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_braintree.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_standard.tpl
catalog/view/theme/<your_theme>/template/extension/payment/realex.tpl
catalog/view/theme/<your_theme>/template/extension/payment/skrill.tpl
catalog/view/theme/<your_theme>/template/extension/payment/twocheckout.tpl
catalog/view/theme/<your_theme>/template/extension/recurring/squareup.tpl

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sun Oct 14, 2018 1:06 pm
by khnaz35
straightlight wrote:
Sat Oct 13, 2018 10:09 pm
Blueey wrote:
Fri Oct 12, 2018 7:00 am
Do I just remove the whole file or empty the file of all the code?
Deleting a simple line from the account page will not prevent users to access the page from URL on anyhow. The best option is by using a search tool such as: TextCrawler.

Wishlist results:

Code: Select all

catalog/view/theme/<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/wishlist.tpl
catalog/view/theme/<your_theme>/template/common/footer.tpl
catalog/view/theme/<your_theme>/template/common/header.tpl
catalog/view/theme/<your_theme>/template/product/category.tpl
catalog/view/theme/<your_theme>/template/product/manufacturer_info.tpl
catalog/view/theme/<your_theme>/template/product/product.tpl
catalog/view/theme/<your_theme>/template/product/search.tpl
catalog/view/theme/<your_theme>/template/product/special.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
catalog/view/theme/<your_theme>/template/extension/module/bestseller.tpl
catalog/view/theme/<your_theme>/template/extension/module/featured.tpl
catalog/view/theme/<your_theme>/template/extension/module/latest.tpl
catalog/view/theme/<your_theme>/template/extension/module/special.tpl
Downloads results:

Code: Select all

catalog/view/theme/<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/download.tpl
catalog/view/theme/<your_theme>/template/common/header.tpl
catalog/view/theme/<your_theme>/template/information/sitemap.tpl
catalog/view/theme/<your_theme>/template/mail/order_add.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
Reward results:

Code: Select all

catalog/view/theme<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/reward.tpl
catalog/view/theme/<your_theme>/template/checkout/cart.tpl
catalog/view/theme/<your_theme>/template/product/product.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_braintree_confirm.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_express_confirm.tpl
catalog/view/theme/<your_theme>/template/extension/total/reward.tpl
Return results:

Code: Select all

catalog/view/theme/<your_theme>/template/account/account.tpl
catalog/view/theme/<your_theme>/template/account/login.tpl
catalog/view/theme/<your_theme>/template/account/order_info.tpl
catalog/view/theme/<your_theme>/template/account/return_form.tpl
catalog/view/theme/<your_theme>/template/account/return_info.tpl
catalog/view/theme/<your_theme>/template/account/return_list.tpl
catalog/view/theme/<your_theme>/template/account/tracking.tpl
catalog/view/theme/<your_theme>/template/affiliate/login.tpl
catalog/view/theme/<your_theme>/template/checkout/checkout.tpl
catalog/view/theme/<your_theme>/template/checkout/guest.tpl
catalog/view/theme/<your_theme>/template/checkout/guest_shipping.tpl
catalog/view/theme/<your_theme>/template/checkout/login.tpl
catalog/view/theme/<your_theme>/template/checkout/payment_address.tpl
catalog/view/theme/<your_theme>/template/checkout/payment_method.tpl
catalog/view/theme/<your_theme>/template/checkout/register.tpl
catalog/view/theme/<your_theme>/template/checkout/shipping_address.tpl
catalog/view/theme/<your_theme>/template/checkout/shipping_method.tpl
catalog/view/theme/<your_theme>/template/common/footer.tpl
catalog/view/theme/<your_theme>/template/product/product.tpl
catalog/view/theme/<your_theme>/template/extension/credit_card/squareup.tpl
catalog/view/theme/<your_theme>/template/extension/module/account.tpl
catalog/view/theme/<your_theme>/template/extension/module/amazon_login.tpl
catalog/view/theme/<your_theme>/template/extension/module/amazon_pay.tpl
catalog/view/theme/<your_theme>/template/extension/module/pp_braintree_button.tpl
catalog/view/theme/<your_theme>/template/extension/module/pp_login.tpl
catalog/view/theme/<your_theme>/template/extension/payment/eway.tpl
catalog/view/theme/<your_theme>/template/extension/payment/globalpay.tpl
catalog/view/theme/<your_theme>/template/extension/payment/laybuy.tpl
catalog/view/theme/<your_theme>/template/extension/payment/paymate.tpl
catalog/view/theme/<your_theme>/template/extension/payment/payza.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_braintree.tpl
catalog/view/theme/<your_theme>/template/extension/payment/pp_standard.tpl
catalog/view/theme/<your_theme>/template/extension/payment/realex.tpl
catalog/view/theme/<your_theme>/template/extension/payment/skrill.tpl
catalog/view/theme/<your_theme>/template/extension/payment/twocheckout.tpl
catalog/view/theme/<your_theme>/template/extension/recurring/squareup.tpl
Can you please share the tool link :)

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sun Oct 14, 2018 1:38 pm
by xxvirusxx
lol @khnaz35

https://www.digitalvolcano.co.uk/tcdownloads.html

Or you can use Notepad++, can open multiple Files..search in them...

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sun Oct 14, 2018 2:35 pm
by khnaz35
xxvirusxx wrote:
Sun Oct 14, 2018 1:38 pm
lol @khnaz35

https://www.digitalvolcano.co.uk/tcdownloads.html

Or you can use Notepad++, can open multiple Files..search in them...
Offcourse i am using Notepad++ am just writing it here for some little fun and for those people who are just beginner ;) ;D

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sun Oct 14, 2018 3:47 pm
by xxvirusxx
So you make spam :laugh:

Re: Remove wishlist, downloads, rewards points and returns in account

Posted: Sun Oct 14, 2018 5:44 pm
by khnaz35
xxvirusxx wrote:
Sun Oct 14, 2018 3:47 pm
So you make spam :laugh:
Error Error Error :laugh: :laugh: :joker: