Jump to content

Recommended Posts

Hello,

 

In the 1.6 backoffice on the dashboard screen, on the right hand side bar displays "prestashop updates"  I can't find instructions for either editing the words and links or disabling that function. 

 

Can someone please provide instructions where to find the file for editing & instructions for editing?

 

I imagine many people would find this post helpful and if its already been posted before, please provide link to the post. 

 

Thank you for your time. 

Link to comment
Share on other sites

open file:

 

ADMIN_DIR/themes/default/template/controllers/dashboard/helpers/view/view.tpl and remove this code:
 

			<section id="dash_version" class="visible-lg">
				<iframe frameborder="no" scrolling="no" allowtransparency="true" src="{$new_version_url}"></iframe>
			</section>
Link to comment
Share on other sites

Adding a product, the product is often not maintained.
Often not maintained the reference number and attributes.
So often throws the following error:

Warning: require_once(/home/delfimlv/eurofishing.lv/modules/shopgate/classes/PSShopgateOrder.php) [function.require-once]: failed to open stream: No such file or directory in /home/delfimlv/eurofishing.lv/override/classes/Cart.php on line 34

Fatal error: require_once() [function.require]: Failed opening required '/home/delfimlv/eurofishing.lv/modules/shopgate/classes/PSShopgateOrder.php' (include_path='.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/delfimlv/eurofishing.lv/override/classes/Cart.php on line 34

When fully unlocks Cart module, then working.

 

 

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...