Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC 2.0.0.1b: Fixed missing text for button_continue when special is empty #2072

Merged
merged 1 commit into from
Oct 22, 2014

Conversation

gortsilas
Copy link
Contributor

Fixes issue #2070

2014-10-22 03_02_37-special offers

danielkerr pushed a commit that referenced this pull request Oct 22, 2014
OC 2.0.0.1b: Fixed missing text for button_continue when special is empty
@danielkerr danielkerr merged commit a231e37 into opencart:master Oct 22, 2014
@gortsilas gortsilas deleted the patch-3 branch October 26, 2014 16:08
@JerryDurand
Copy link

The patch fixed one of two instances. Now the error is:
The requested URL /cart/Notice: Undefined variable: continue in /var/www/OpenCart/catalog/view/theme/default/template/product/special.tpl on line 105 was not found on this server.

@manakill
Copy link
Contributor

manakill commented Nov 6, 2014

Do the same thing in special.php line 85 add

$data['continue'] = $this->language->get('continue');

@JerryDurand
Copy link

My file now looks like:
$data['button_continue'] = $this->language->get('button_continue');
$data['continue'] = $this->language->get('continue');

and I get this
The requested URL /cart/continue was not found on this server.

@manakill
Copy link
Contributor

manakill commented Nov 7, 2014

Check if you renamed your htaccess.txt to htaccess
Check if mod_rewrite is enabled on your server

check settings in config.php and /admin/config.php are set to the right servers? (it was special.php and not special.tpl)

@ronvis
Copy link

ronvis commented Nov 20, 2014

I have this same problem. I still get "requested URL /cart/continue was not found". I am using the 2.0 version that was downloaded from the official Opencart site, not from github.

I tried uploading the github version today and it gave me a bunch of errors in the header area of the front page. This seems to be the only error for now. Is there a simple fix for this?

@BillyBoyle
Copy link

Think that
$data['continue'] = $this->url->link('common/home');
is needed for the same file.
Added in around line 272

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants