Search found 39 matches

Search found 39 matches

Re: Force customer to login first

Solve,

catalog/controller/common/home.php:
$this->response->redirect($this->url->link('account/login', '', ''));

Jump to post
  • Thu Nov 23, 2017 6:27 pm
  • Replies 2
  • Views 1436
Re: Force customer to login first

anyone please?
where should I put this: $this->response->redirect($this->url->link('account/login'));
Is it at: /catalog/controller/common/header.php???

Jump to post
  • Thu Nov 23, 2017 6:04 pm
  • Replies 2
  • Views 1436
Force customer to login first

Hi, Cant find any solution, I want to force customer to login first, I found something like this: Create a class catalog/controller/common/login.php class ControllerCommonLogin extends Controller { public function index() { if($this->config->get('config_store_id') == 1) { // if desired store, contin...

Jump to post
  • Thu Nov 23, 2017 5:26 pm
  • Replies 2
  • Views 1436
Re: client denied by server configuration

Hi,

Due to we cant resolve this issue,
I tried to installed another platform which is pretashop, and it seems to be working fine, so far I got no errors encountered.
I cant transfer to another hosting site due to I already paid for it, and im just using its subdomain

Jump to post
  • Wed Nov 22, 2017 11:45 am
  • Replies 13
  • Views 3236
Re: client denied by server configuration

Hi,

I already contacted their support,
still cant fix the issue...

Jump to post
  • Wed Nov 22, 2017 8:10 am
  • Replies 13
  • Views 3236
Re: client denied by server configuration

Hi, here's my recent error logs in cpanel: [Tue Nov 21 11:30:50.741573 2017] [:error] [pid 29359] [client 70.55.184.88:57845] client denied by server configuration: /home/acrcomph/agcoop.acr.com.ph/index.php, referer: http://agcoop.acr.com.ph/index.php?route=checkout/checkout [Tue Nov 21 11:28:30.64...

Jump to post
  • Tue Nov 21, 2017 11:45 am
  • Replies 13
  • Views 3236
Re: system/storage move

I did this and move the storage outside, but I encountering error in uploading photos, using google chrome the gui is messing up while in mozilla firefox it runs without any error, anyone encountered this?

Jump to post
  • Tue Nov 21, 2017 11:43 am
  • Replies 4
  • Views 4302
Re: Popup asking to move storage directory in admin after new installation

I did this and move the storage outside, but I encountering error in uploading photos, using google chrome the gui is messing up while in mozilla firefox it runs without any error, anyone encountered this?

Jump to post
  • Tue Nov 21, 2017 11:43 am
  • Replies 4
  • Views 8886
Re: client denied by server configuration

Hi, I think this is due to my hosting, I upload and install a clean opencart 3 in a free hosting site, then it runs smoothly without any error, while in my paid hosting I updated to opencart3 clean install and still encountering this issue. here is my paid hosting site: http://agcoop.acr.com.ph and ...

Jump to post
  • Tue Nov 21, 2017 11:25 am
  • Replies 13
  • Views 3236
Re: client denied by server configuration

Hi Paul, I'm using OC v.2.3 just a simplica theme and import to excel extension, still encountering this issue, please guide me, http://agcoop.acr.com.ph getting not found... error in my checkout process even though I disabled display error in php.ini and in admin panel, but when you click OK you ca...

Jump to post
  • Tue Nov 21, 2017 9:52 am
  • Replies 13
  • Views 3236
Re: client denied by server configuration

Hi,

I tried to use require all denied and granted in apache 2.4, also in 2.2 and older I tried Order deny,allow
Deny from all
AND
Allow from all
Order Deny,Allow

I try this cause I don't know how to check my Apache version but still getting the error in my checkout page and in my cpanel errors

Jump to post
  • Mon Nov 20, 2017 11:36 am
  • Replies 13
  • Views 3236
client denied by server configuration

Hi I'm encountering this error in my cpanel: [Mon Nov 20 11:20:41.792249 2017] [:error] [pid 5905] [client 122.54.5.34:37641] client denied by server configuration: /home/acrcomph/agcoop.acr.com.ph/index.php, referer: http://agcoop.acr.com.ph/index.php?route=checkout/checkout I have this in my .htac...

Jump to post
  • Mon Nov 20, 2017 11:25 am
  • Replies 13
  • Views 3236
Re: How do I manage to make my City dropdown?

well, I just found out, that some (paid) Mods for this already exist ! --- Select City VQMOD https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=24445 --- Select City VQMOD (for AQC) https://www.opencart.com/index.php?route=marketplace/extension/info&extension_i...

Jump to post
  • Thu May 04, 2017 6:27 pm
  • Replies 6
  • Views 3182
Re: How do I manage to make my City dropdown?

Thank you for your feedback sir, I want to learn it, maybe some javascript will help me, but in my case getting the value of region state dropdown confused me how come: <div class="form-group required"> <label class="col-sm-2 control-label" for="input-<?php echo $type; ?>-zo...

Jump to post
  • Wed May 03, 2017 10:32 am
  • Replies 6
  • Views 3182
How do I manage to make my City dropdown?

Hi,

Anyone tried their checkout page city dropdown?
I'm trying to make it dropdown but I think I need to create table for cities,
and another geo zones for cities according to region/state?

Anyone guide me?
Don't have budget for paid modules

Regards,
Gary

Jump to post
  • Tue May 02, 2017 4:25 pm
  • Replies 6
  • Views 3182
Re: Payment to Shipping / Country to Region/State to City (Checkout page)

Problem Solve For Reference: in checkout.tpl <div class="spw"> <?php if ($is_shipping_required): ?> <?php echo $payment_methods; ?> <?php endif; ?> <?php echo $shipping_methods; ?> </div> In Address_form.tpl move under region/state <div class="form-group required"> <label class=&...

Jump to post
  • Tue May 02, 2017 3:05 pm
  • Replies 1
  • Views 436
Payment to Shipping / Country to Region/State to City (Checkout page)

Hi, Anyone can help me? I just want to reorder my checkout page, First is in Your Address: I want to interchange city - region/state - country to Country - region/state - city (also in city if it is possible to have a dropdown list according to region?) Another one is interchange Shipping method - p...

Jump to post
  • Tue May 02, 2017 2:47 pm
  • Replies 1
  • Views 436
Re: Sorting by price high to low

Hi,

Another option to this is:
Go to your admin panel,
then catalog->products-> edit each product then data tab, assign a sort order
If too many products assign sort order in its database, backup if needed

Regards,
Gary

Jump to post
  • Tue May 02, 2017 2:35 pm
  • Replies 1
  • Views 561
Re: Journal 2 Hide Bank Transfer instructions on checkout page

Problem Solve Comment this part: <h2><?php echo $text_instruction; ?></h2> <p><b><?php echo $text_description; ?></b></p> <div class="well well-sm"> <p><?php echo $bank; ?></p> <p><?php echo $text_payment; ?></p> </div> in \catalog\view\theme\default\template\extension\payment\bank_transfe...

Jump to post
  • Thu Apr 27, 2017 2:35 pm
  • Replies 1
  • Views 1019

Search found 39 matches