Search found 2376 matches

Search found 2376 matches

Re: How to: make product discription in category page into link?

In catalog/view/theme/YOUR-THEME/template/product/gategory.twig find

Code: Select all

<p>{{ product.description }}</p>
and change it to

Code: Select all

<p><a href="{{ product.href }}">{{ product.description }}</a></p>
This is assuming you are using 3 version

Jump to post
  • Thu Feb 24, 2022 12:13 am
  • Replies 1
  • Views 288
Re: Admin Panel -> Catalog/Options

Are you talking about this....or have you got an extension for option images ??

Jump to post
  • Tue Feb 22, 2022 1:51 am
  • Replies 5
  • Views 555
Re: Admin Panel -> Catalog/Options

if you dont insert an image in admin then you will just see the size options on front end

Jump to post
  • Thu Feb 17, 2022 11:48 pm
  • Replies 5
  • Views 555
Re: (Programming Help) How can I add short description on product page?

musabka wrote:
Thu Feb 17, 2022 7:29 pm
but I can't see the "Short Description" section on the product page.
As taken from the extension page "A short description will appear everywhere, except for the product page where the original will remain:"

Jump to post
  • Thu Feb 17, 2022 11:38 pm
  • Replies 10
  • Views 865
Re: Move search to top NAV menu and center Logo below it

Hi roger you would need to add something like this /* search and cart adjustments */ @media (min-width: 768px) { #search { margin-top: 30px; } #cart > .btn { margin-top: 30px; } } @media (min-width: 992px) { #search { margin-top: 50px; } #cart > .btn { margin-top: 50px; } } @media (min-width: 1200px...

Jump to post
  • Sun Feb 13, 2022 11:12 pm
  • Replies 1
  • Views 2149
Re: Including Product model in search

mikeinterserv wrote:
Tue Nov 23, 2021 11:48 pm
paulfeakins wrote:
Tue Nov 23, 2021 11:39 pm
sedra wrote:
Mon Nov 22, 2021 11:18 pm
in a country which inflation is above 100% annually or the exchange rate for 1US$ is 400000 (count the zeros!) your help worth a Billion!
What country is this?
Soon to be UK and everywhere else - If not nearly there already
Your not wrong :laugh: :laugh: :laugh: :laugh:

Jump to post
  • Wed Nov 24, 2021 1:50 am
  • Replies 11
  • Views 777
Re: Opencart 3.0.3.6 Login after redirect to account/account problem

This has been the norm for opencart for as long as i can remember
You can change where you want to go after you login in the relevant php file

Jump to post
  • Sun Nov 21, 2021 9:55 pm
  • Replies 5
  • Views 622
Re: Stuck in the Admin Portal

Simple..... change the timezone back

Jump to post
  • Fri Nov 19, 2021 1:39 am
  • Replies 2
  • Views 228
Re: Database backup Fatal error

I would backup the database from cPanel if you have it and not bother with built in opencart one
Especially if you are thinking of changing servers

Jump to post
  • Thu Nov 18, 2021 7:44 pm
  • Replies 5
  • Views 322
Re: No product showed in category tab

Products will only appear in the categories you have assigned them

Jump to post
  • Thu Nov 18, 2021 7:36 pm
  • Replies 5
  • Views 310
Re: Cropped Product Descriptions?

Isnt the product decription cropped to 100 characters in admin/controller/extension/theme/default,php ??
Which is also in the database settings table

Jump to post
  • Tue Nov 16, 2021 5:24 am
  • Replies 6
  • Views 422
Re: Product page won't load

You certainly added lots of extensions in two days????

Jump to post
  • Fri Nov 12, 2021 2:12 am
  • Replies 14
  • Views 8476
Re: Help! I've managed to completely ruin my default theme

Make sure you have cleared all your cache
Can you post the url of your site?
Also let us know what version you are using and what theme extension you tried to add

Jump to post
  • Sun Nov 07, 2021 1:15 am
  • Replies 2
  • Views 369
Re: [No longer supported] - PayPal Express Checkout

Ahh i see
Thanks for the clarification

Jump to post
  • Mon Nov 01, 2021 1:05 am
  • Replies 172
  • Views 107527
Re: [SOLVED - v3.0.3.1 - Fix] - PayPal Express Checkout

I no longer support this extension since the master branch on Github no longer contains any extension payment and shipping modules connecting via a service provider. If you'd like to use a patched version of PayPal Express, please search on the Marketplace. I am talking about you said the payment e...

Jump to post
  • Sun Oct 31, 2021 11:51 pm
  • Replies 172
  • Views 107527
Re: [SOLVED - v3.0.3.1 - Fix] - PayPal Express Checkout

I no longer support this extension since the master branch on Github no longer contains any extension payment and shipping modules connecting via a service provider. If you'd like to use a patched version of PayPal Express, please search on the Marketplace. Have they been removed again then since t...

Jump to post
  • Sun Oct 31, 2021 10:26 pm
  • Replies 172
  • Views 107527
Re: [SOLVED] Remove "Cash On Delivery" and put "Pre-pay via bank transfer" method

TBH it could be put better
I.E "Your order will be shipped once money is received"
This sounds a bit better
Both mean the same thing i admit

Jump to post
  • Sun Oct 31, 2021 10:05 pm
  • Replies 11
  • Views 1197
Re: Remove "Cash On Delivery" and put "Pre-pay via bank transfer" method

I was about to, but I tested it, so one final question. At the end of the Bank transfer message there is one message saying: "Your order will not ship until we receive payment." How can I remove this message? It looks kinda like pushing the buyer to pay. https://i.ibb.co/Fkrjb5j/order-not...

Jump to post
  • Sun Oct 31, 2021 2:28 am
  • Replies 11
  • Views 1197

Search found 2376 matches