Search found 7 matches

Page 1 of 1

Search found 7 matches

Re: Missing 'Filemanager Option' for Image

my version of opencart : 3.0.2.0

there is no any error in the logs . ( just won't open up the image manager)

Jump to post
  • Wed Oct 20, 2021 9:21 am
  • Replies 5
  • Views 779
Missing 'Filemanager Option' for Image

Missing 'Filemanager Option' for Image

https://imgur.com/a/xZ3hme3
and whenever i click the image it work just like normal upload image ( But it wont update / add to my folder )

Jump to post
  • Tue Oct 19, 2021 11:47 am
  • Replies 5
  • Views 779
Regarding on "create new tpl file" and link to my page

Hi ,
Wanted to ask is that how do I create new tpl file and link to my page ?

Jump to post
  • Mon Feb 24, 2020 8:58 pm
  • Replies 1
  • Views 366
"Filter Placement" in category page.

How do i change the filter function below the banner of the category ?

Image : https://prnt.sc/r5gkff (the view)

What i wanted : https://prnt.sc/r5gl6l (Banner on top and filter and product listing is on the bottom of the banner )

Tried to change with the layout but not working

Jump to post
  • Fri Feb 21, 2020 11:00 am
  • Replies 0
  • Views 1336
Re: twig to php syntax

Thanks , the page is working right now after some modify <td class="text-left"> <select name="product[{{ list_row }}][status]" id="input-status" class="form-control"> {% if i.status %} <option value="1" selected="selected">{{ text_enabled }...

Jump to post
  • Tue Jan 14, 2020 9:50 am
  • Replies 10
  • Views 6445
Re: twig to php syntax

<?php if($categories){ ?> <?php foreach ($categories as $category){ ?> <option value="<?php echo $category['category_id']; ?>"><?php echo $category['name']; ?></option> <?php } ?> <?php } ?> <td class="text-left"> <?php if($sort == 'pd.name'){ ?> <a class="<?php echo strtol...

Jump to post
  • Mon Jan 13, 2020 4:50 pm
  • Replies 10
  • Views 6445
twig to php syntax

{% if categories %} {% for i in categories %} <option value="{{ i.category_id }}">{{ i.name }}</option> {% endfor %} {% endif %} <td class="text-left"> {% if sort == 'pd.name' %} <a class="{{ order|lower }}">{{ column_name }}</a> {% else %} <a>{{ column_name }}</a> {% ...

Jump to post
  • Mon Jan 13, 2020 4:13 pm
  • Replies 10
  • Views 6445

Page 1 of 1

Search found 7 matches