Closed Arn2014 closed 6 years ago
If only one product is shown and the price is missing you have an error on your page.
Please turn on display_errors and check.
rundown of error shows a 500 internal server error on:
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/hidden/domains/hidden.com/public_html/app/code/local/Mycustom/Taxremover/Model/Observer.php on line 7
which is: public function removeMageSetupPriceHint($event)
Seems you are missing a class definition...
An alternative to the observer is, to just add display: none; to your CSS.
The class around the infos is: .tax-details-box
Thank for the css suggestion but i need clean SEO friendly code.. I already use the css: display none option for over a year but it's messing up my keyword density with words as zzgl. versandkosten uzw...
i prefer the observer method:
class Mycustom_Taxremover_Observer extends ???
fixed..
class mycustom_taxremover_model_observer
no extend needed.. topic may be closed..faq can be updated..;)
@Schrank @sprankhub Thanks for the support!
Hi,
Based on your FAQ I've made a module to remove the Tax and Shipping costs display on my category pages but the result is not as expected:
this is my config.xml
This is the Observer as suggested in the FAQ..
Seems like the Observer creates issues with:
Any further advice / faq update is much appreciated!