Search found 9 matches

Page 1 of 1

Search found 9 matches

Re: SEO URL isn't working (though all is configured correctly)

paulfeakins wrote:
Fri Jul 24, 2020 6:24 pm
MrBrain wrote:
Thu Jul 23, 2020 5:41 pm
Can you please tell me what could be the problem?
Make sure mod_rewrite is enabled.
It's enabled.

Jump to post
  • Sat Jul 25, 2020 3:30 am
  • Replies 5
  • Views 486
Re: SEO URL isn't working (though all is configured correctly)

IP_CAM wrote:
Fri Jul 24, 2020 8:47 am
Removed the txt extension from .htaccess and set the permissions to 777
Could NOT have been done worse ... :crazy: Better check Google on .htaccess permissions.
Ernie
I just tried everything =) Now it's 644 but you haven't suggested anything about my problem)

Jump to post
  • Fri Jul 24, 2020 3:30 pm
  • Replies 5
  • Views 486
SEO URL isn't working (though all is configured correctly)

1. Turned on the SEO URL in the settings. 2. Prescribed SEO URL categories. 3. Removed the txt extension from .htaccess and set the permissions to 777. 4. Cleared and updated the cache of the store and browser. 5. SEO URL categories are registered in the browser, but everything leads to the main pag...

Jump to post
  • Thu Jul 23, 2020 5:41 pm
  • Replies 5
  • Views 486
Re: How to show brand logo with its name in catalog heading in OC 3.0.3.2?

No, I've just added:

Code: Select all

$data['image'] = $this->model_tool_image->resize($manufacturer_info['image'], 100,100);
To the manufacturer.php, thx anyway!)

Jump to post
  • Wed Jun 17, 2020 6:14 pm
  • Replies 2
  • Views 281
[SOLVED] How to show brand logo with its name in catalog heading in OC 3.0.3.2?

When I press any brand I want that on the top of the catalog was shown brand's logo instead of its name if it exists. How can I do it?

Jump to post
  • Wed Jun 17, 2020 3:38 am
  • Replies 2
  • Views 281
Re: [UNSUPPORTED] - How to get category id in special module?

I did it much simpler, just added: $categories = $this->model_catalog_product->getCategories($result['product_id']); if($categories){ $categories_info = $this->model_catalog_category->getCategory($categories[0]['category_id']); $id = $categories_info['category_id']; }else{ $id = ''; }

Jump to post
  • Sat Jun 13, 2020 2:27 am
  • Replies 4
  • Views 3319
Re: How to get category id in special module?

You could see how it's done in your catalog/controller/product/product.php file. I tried something like that but it didn't work, I think I made some mistake because I have Journal theme which works a bit differently, I used this file to print product attributes in special module as you can see in t...

Jump to post
  • Fri Jun 12, 2020 11:37 pm
  • Replies 4
  • Views 3319
How to get category id in special module?

In catalog I just added this string to controller to use this variable:

Code: Select all

'cat_id' => $this->request->get['path'],
But in special module it doesn't work, how else can I do it?

Jump to post
  • Fri Jun 12, 2020 7:29 pm
  • Replies 4
  • Views 3319
How to add "buy on credit" to Journal 3?

Hello! I need to add new button in product page (and in cart and checkout page too if it is possible) to buy on credit which must send info about selected product(s) and client’s info to bank. How it can be done in Journal? As I can see you can only add extra buttons that work as simple links.

Jump to post
  • Tue Jun 11, 2019 5:29 pm
  • Replies 1
  • Views 208

Page 1 of 1

Search found 9 matches