Re: Back In Stock Notifications
Hi,
Quote:
Originally Posted by
countrycharm
conor I have a question for you. If you look
here you will see that something didn't install right for some reason when I updated. I rename the folders like they should be. If I knew what file it was I suppose I could fix it. This is what it is showing. Thank you
BACK_IN_STOCK_NOTIFICATION_TEXT_PRODUCT_LISTING_FORM_LINK
You probably have a template override in effect and haven't updated to the latest version properly. The file which contains that definition is a language define (obviously ;) ):
includes/languages/english/extra_definitions/back_in_stock_notifications.php
You probably have a file overriding this in your
includes/languages/english/extra_definitions/YOUR_TEMPLATE
directory.
Hope that helps!
All the best...
Conor
ceon
Re: Back In Stock Notifications
Hi,
Quote:
Originally Posted by
DigitalShadow
I've been through everything I can think of, I think my knowledge of pure code may have been reached on this one though.
Thankyou for any help you can offer.
If you are serious about your business, you should consider hiring someone to help you with your site if you are not comfortable with coding.
Just my two cents!
All the best...
Conor
Re: Back In Stock Notifications
Quote:
Originally Posted by
conor
Hi,
You probably have a template override in effect and haven't updated to the latest version properly. The file which contains that definition is a language define (obviously ;) ):
includes/languages/english/extra_definitions/back_in_stock_notifications.php
You probably have a file overriding this in your
includes/languages/english/extra_definitions/YOUR_TEMPLATE
directory.
Hope that helps!
All the best...
Conor
ceon
Hi Conor, I do have a custom file overriding system in place. I have double check to make sure that the file extra_definitions/back_in_stock_notifications.php is in my template override correct, but it still throws the error. Should that file be in my override or before my override? Is their anything else I should look at here. Thanks
Re: Back In Stock Notifications
Hi,
Quote:
Originally Posted by
countrycharm
Hi Conor, I do have a custom file overriding system in place. I have double check to make sure that the file extra_definitions/back_in_stock_notifications.php is in my template override correct, but it still throws the error. Should that file be in my override or before my override? Is their anything else I should look at here. Thanks
In the override directory.
All the best...
Conor
Re: Back In Stock Notifications
Quote:
Originally Posted by
conor
Hi,
In the override directory.
All the best...
Conor
If that is the case, it is set up correct in my override. It still throws the error for some strange reason. If you look beyond that page to the product page you will see that the link is correct on that page.
Re: Back In Stock Notifications
Hi,
Quote:
Originally Posted by
countrycharm
If that is the case, it is set up correct in my override.
Sorry but that is impossible. You definitely have not set up the language files correctly.
I'm afraid there's nothing else I can say.
Please delete the file from your overrides directory and recreate the file using the version of the file from the latest version of the module. Or just don't use an override file at all.
As this is definitely the problem I hope you understand that I can't help you further with this!
All the best...
Conor
Re: Back In Stock Notifications
Quote:
Originally Posted by
conor
Hi,
If you are serious about your business, you should consider hiring someone to help you with your site if you are not comfortable with coding.
Just my two cents!
All the best...
Conor
The business is fine and we are very serious :flex:
The problem is trying to understand why the code displays fine on all the other pages and not this one.
Re: Back In Stock Notifications
Well, if I can't solve the problem, is it possible to have it so on this page the sidebars don't display?
Re: Back In Stock Notifications
Quote:
Originally Posted by
DigitalShadow
Well, if I can't solve the problem, is it possible to have it so on this page the sidebars don't display?
Done that, I'm learning :)
Re: Back In Stock Notifications
Quote:
Originally Posted by
conor
Hi,
Sorry but that is impossible. You definitely have not set up the language files correctly.
I'm afraid there's nothing else I can say.
Please delete the file from your overrides directory and recreate the file using the version of the file from the latest version of the module. Or just don't use an override file at all.
As this is definitely the problem I hope you understand that I can't help you further with this!
All the best...
Conor
Conor I have deleted the file re-installed it to the original, still no luck. It has the same problem. Now I know everything is in it's correct folders and it just throws the error I mention before. You say not possible but it's their just the same.