Search found 1479 matches

Search found 1479 matches

Re: Reducing width of Product page

I'm fairly new to OpenCart and I've been searching days on either: (1) how to reduce the width of the product page (my preferred solution), or (2) how to reduce the size of the product image. Any help on how to reduce the image size or the product page width would be great. Thanks in advance! Simon...

Jump to post
  • Wed Apr 13, 2022 2:02 am
  • Replies 7
  • Views 3035
Re: Price Without tax and With tax in the cart

MateusAMOK wrote:
Wed Apr 13, 2022 1:24 am
It's working perfectly. But i did make my twig file diffent for visuals.
Thanks
Image
In what way - I don't see it in the image. Sorry Yes I get it now :-)

Jump to post
  • Wed Apr 13, 2022 1:27 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

In the editor it looks just like the CDATA [
AND i can barely see it looking for it :-)
After 2 pages and all this - It BETTER work.

Jump to post
  • Wed Apr 13, 2022 1:18 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

No glasses :-)
well done I just did not see that.
Try it now

Jump to post
  • Wed Apr 13, 2022 1:13 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

Post you cart TWIG file here as an attachment

Jump to post
  • Wed Apr 13, 2022 1:09 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

Why it is not finding your twig file line I have no idea. I can see the Ex Tax: is DISPLAYED so that must be the CODE YOU PUT there. There is SOMETHING with your install that is impossible to identify from here and the info you have provided

Jump to post
  • Wed Apr 13, 2022 1:06 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

OK i in modifications you will see LOG Find the line that starts with this below cut and paste here. should be just a few lines long ALSO - THAT IS NOT A STANDARD OC CART PAGE WHAT IS PRECO SEM IVA YOU HAVE A MODIFIED FILE after INSISTING YOU DO NOT --------------------------------------------------...

Jump to post
  • Wed Apr 13, 2022 12:45 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

Try this
Its an XML mod.
I will make an events one as well

Jump to post
  • Wed Apr 13, 2022 12:26 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

Then you must have a modification using the cart file OR you have edited it in the theme editor.
catalog/controller/checkout/cart.php is the correct file.
I will make a modification for you and you can see if that works.

I asked you before - WHAT THEME and EXTENSIONS are you using.

Jump to post
  • Tue Apr 12, 2022 11:26 pm
  • Replies 25
  • Views 1218
Re: OpenCart 3.0.2.0: How to convert .tpl snippet to .twig snippet?

All this for a link :-) Treat the link in twig like html NOT php - simple as that. It depends where you put data[tracking] as to how you call it in the twig. It will probably just be {{ tracking ]] required to pick it up in the twig view. You have THIS correct - EXCEPT the END QUOTE WAS out of place...

Jump to post
  • Tue Apr 12, 2022 11:19 pm
  • Replies 11
  • Views 984
Re: Wishlist layout 3.0.3.7

Zath wrote:
Tue Apr 12, 2022 9:06 am
Wishlist layout 3.0.3.7
Is there an easy way to have the wishlist follow the same list / grid view of the normal catalogue
No
Unless you can find an extension that does what you want.
Otherwise it would take a bit of work

Jump to post
  • Tue Apr 12, 2022 9:34 am
  • Replies 10
  • Views 527
Re: Price Without tax and With tax in the cart

There is an error in that code I will change it.
OK I have changed the code above, sorry.
Works perfect now

Jump to post
  • Tue Apr 12, 2022 1:59 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

how can i make it work like yours ? can you share your code ? Not normally But here Twig Change <td class="text-right"> {{ product.price }}</td> TO <td class="text-right">{{ product.extaxprice }}: Ex Tax<br> {{ product.price }}: Inc tax</td> Controller FIND $data['products'][] =...

Jump to post
  • Tue Apr 12, 2022 1:47 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

Well you didn't do it right
Do you want it too look like this
There is NO KNOWN ISSUE with the controller at all, as you put it.
What THEME are you using and what OTHER EXTENSIONS do you have installed

Jump to post
  • Tue Apr 12, 2022 1:28 am
  • Replies 25
  • Views 1218
Re: Price Without tax and With tax in the cart

That part of the cart has totals only. You are going to need get the product price from the cart controller and make it available to the twig view Then alter the twig view to reflect how you want the data. I will make an extension for it if you want. Did you search the marketplace for extensions for...

Jump to post
  • Tue Apr 12, 2022 12:57 am
  • Replies 25
  • Views 1218
Re: Unable to update or replace Opencart files

Use GCP control panel ssh terminal and see if you can edit the file ON the VM directly.

Jump to post
  • Mon Apr 11, 2022 9:51 pm
  • Replies 4
  • Views 388
Re: catalog /product error http 500

Also check your host didn't up your php version to 8

Jump to post
  • Mon Apr 11, 2022 8:33 am
  • Replies 9
  • Views 1932
Re: Trying to do an OCMOD

Search and replace can be hit and miss. You can try altering your searches till you find one that works. Like this ( no guarantee ) After modification the file is is the modification folder - it no longer uses the original file. But if the mod didn't work then the original file is used unless used b...

Jump to post
  • Mon Apr 11, 2022 8:15 am
  • Replies 9
  • Views 623
Re: How to make /index.php?route=information/sitemap your 404 page?

I am running into a wall when trying to make /index.php?route=information/sitemap display in place of my 404 page. Any insight? I tried: Creating 404.shtml and 404 html with a meta forward to /index.php?route=information/sitemap In .htaccess ErrorDocument 404 /index.php?route=information/sitemap Re...

Jump to post
  • Mon Apr 11, 2022 3:29 am
  • Replies 10
  • Views 1057
Re: How to make /index.php?route=information/sitemap your 404 page?

I am running into a wall when trying to make /index.php?route=information/sitemap display in place of my 404 page. Any insight? I tried: Creating 404.shtml and 404 html with a meta forward to /index.php?route=information/sitemap In .htaccess ErrorDocument 404 /index.php?route=information/sitemap Re...

Jump to post
  • Mon Apr 11, 2022 3:28 am
  • Replies 10
  • Views 1057

Search found 1479 matches