Hi,
I have removed the line as suggested and now the "store managers' link is the link for downloads.
My very basic understanding of PHP is that there are 4 %s strings in order and deleting the link for one, doesn't remove it.
Where so I remove the extra %s that refers to downloads?
I have removed the line as suggested and now the "store managers' link is the link for downloads.
My very basic understanding of PHP is that there are 4 %s strings in order and deleting the link for one, doesn't remove it.
Where so I remove the extra %s that refers to downloads?
Hi, You need to understand that no one have "duty" to assist/ support community question, even though moderator. You need to be more patients
When you edit:catalog\language\english\checkout\success.php
The %s need to be consist with catalog\controller\checkout\success.php (line 53), because all %s will be replaced with the link.

When you edit:catalog\language\english\checkout\success.php
Code: Select all
$_['text_customer'] = '<p>Your order has been successfully processed!</p><p>You can view your order history by going to the <a href="%s">my account</a> page and by clicking on <a href="%s">history</a>.</p><p>If your purchase has an associated download, you can go to the account <a href="%s">downloads</a> page to view them.</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';
Code: Select all
$this->data['text_message'] = sprintf($this->language->get('text_customer'), $this->url->link('account/account', '', 'SSL'), $this->url->link('account/order', '', 'SSL'), $this->url->link('account/download', '', 'SSL'), $this->url->link('information/contact'));
I understand, I'm sorry!
I guess I am used to the community on another cart forum and I have an urgent cart to complete asap.
Anyway with your help I was able to compile my very first vqmod to remove downloads from the success page!
Thanks
I guess I am used to the community on another cart forum and I have an urgent cart to complete asap.
Anyway with your help I was able to compile my very first vqmod to remove downloads from the success page!
Thanks

HI MissLiss!
Would you be willing to post the vQmod for others who want to accomplish the same thing?
Would you be willing to post the vQmod for others who want to accomplish the same thing?
A good site for e-commerce advice.
If you're wanting dedicated support for an urgent cart completion, you should consider hiring an opencart professional to help with your bugs. I realise it's frustrating not getting a reply quickly, but you have to remember all the people that help out on the forums do so free in their spare time. You also have to realise that the vast majority of people on these forums are in the same boat as yourself, wanting help, not giving it, and as such, there's lots of posts to answer and only a few people with the knowledge and skill to give you the help you needMissLiss wrote:I understand, I'm sorry!
I guess I am used to the community on another cart forum and I have an urgent cart to complete asap.
Who is online
Users browsing this forum: No registered users and 10 guests