Search found 165 matches

Search found 165 matches

Re: Flexible Shipping Calculation Based on Volume or Weight

I checked the extensions. But I don't know if I can use it to calculate: Cart Volume divided by 5000 = X Cart Weight = Y If X is greater than Y, shipping fees are determined by X; otherwise, they are based on Y. Is there a built-in function in Opencart 3.0.9.0 to calculate the cart volume? I'm consi...

Jump to post
  • Sat Feb 10, 2024 6:22 pm
  • Replies 3
  • Views 216
Flexible Shipping Calculation Based on Volume or Weight

Hello, I'm seeking a solution or extension capable of calculating shipping costs based on volume or weight. For instance, the extension would calculate the shipping volume in cubic meters, dividing it by 5000. If the result surpasses the weight, shipping fees would be determined based on volume; oth...

Jump to post
  • Fri Feb 09, 2024 11:00 pm
  • Replies 3
  • Views 216
Re: Downgrade from OC4 to 3

I discovered that the Journal export/import feature can transfer catalog data as well, though I encountered errors due to mismatched columns in certain database tables. After aligning the table columns using phpMyAdmin, the process became straightforward. I exported from Journal on OC4 and imported ...

Jump to post
  • Sat Jan 13, 2024 12:36 am
  • Replies 22
  • Views 3935
Re: Downgrade from OC4 to 3

The easy way https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=17 The extension gave this error on OC 4.0.21: ReflectionException: Class "Psr\SimpleCache\CacheInterface" does not exist in /home/user/public_html/extension/export_import/system/library/expo...

Jump to post
  • Fri Jan 12, 2024 3:17 am
  • Replies 22
  • Views 3935
Re: Downgrade from OC4 to 3

After completing several projects, I've found that version 3.0.3.9 proves to be the most stable and efficient choice today, and it runs on PHP8.

Jump to post
  • Sun Jan 07, 2024 12:24 am
  • Replies 22
  • Views 3935
Re: Downgrade from OC4 to 3

You need to decide whether you want to use the Journal3 framework, or the OpenCart framework. A Journal3 framework has several times more PHP files than the whole of OpenCart, with a different framework, and IMHO poor software engineering quality. If you use Journal then for future issues you shoul...

Jump to post
  • Fri Jan 05, 2024 8:51 pm
  • Replies 22
  • Views 3935
Re: Downgrade from OC4 to 3

Yes, I think that still makes sense at this point. I believe 4.0.2.4 will have OCMOD and at that point I think extensions will start to be upgraded much faster as it will be much easier for developers. Perfect, this sounds good. Currently, I don't have any extensions installed; it's only OC 4.0.2.1...

Jump to post
  • Fri Jan 05, 2024 1:19 am
  • Replies 22
  • Views 3935
Downgrade from OC4 to 3 [Solved]

Hello, I am currently using OC 4.0.2.1 with a populated database containing products, categories, orders, etc. However, it seems that not all extensions are available or compatible with the latest 4.x version. Due to numerous errors and defective functionalities, I am thinking of downgrading to vers...

Jump to post
  • Thu Jan 04, 2024 3:40 am
  • Replies 22
  • Views 3935
Re: Default shipping and payment method selected

Can't you use the "Sort Order" column in Extensions > Payments? Hi Paul, I think the sort number determines which payment or shipping methods are displayed first. But, on my website, I currently have only one payment method and one shipping method (Screenshot attached). When I access the ...

Jump to post
  • Tue Nov 14, 2023 10:24 pm
  • Replies 5
  • Views 507
Re: Default shipping and payment method selected

Thanks for the reply. Do you know any extension for this purpose ?

Jump to post
  • Mon Nov 13, 2023 5:21 pm
  • Replies 5
  • Views 507
Default shipping and payment method selected

Hello,

Is there a way to choose the default payment and shipping methods in checkout page ? I'm using OC4.0.2.1
Please note that I have just one shipping and one payment method available, which is why there's no need to click the "choose" button.

Regards,

Jump to post
  • Sat Nov 11, 2023 6:08 pm
  • Replies 5
  • Views 507
Re: Clean database after extension removal

In your extension's admin controller file, just add the following functions: public function install() { // do something... } public function uninstall() { // do something... } If you're still unsure, perhaps take a look at one of the existing payment methods that adds their own tables in the datab...

Jump to post
  • Thu Nov 09, 2023 12:27 am
  • Replies 5
  • Views 466
Re: Clean database after extension removal

If you are developing an extension that modifies the database, use the `install()` and `uninstall()` functions in your extension's admin controller file to update the database. These functions will automatically be called when the user installs or uninstalls the extension, so you can perform your d...

Jump to post
  • Wed Nov 08, 2023 3:22 am
  • Replies 5
  • Views 466
[SOLVED] Clean database after extension removal

Hi, I occasionally create OCMOD or VQMOD XML files, and sometimes, I need to add a new column to a database table, like the "slider_status" column in the product table, using a query such as: $this->db->query("ALTER TABLE " . DB_PREFIX . "product ADD COLUMN new_column TINY(1...

Jump to post
  • Wed Nov 08, 2023 1:49 am
  • Replies 5
  • Views 466
Re: Remove useless zeros in decimals

The price of $0.003 remains unchanged, while $1.10 becomes $1.1. Your situation appears to be somewhat complex. Are you seeking paid work? We can achieve this by simply adding "+0" in PHP. I'm reaching out to the community to get recommendations on the most suitable file to edit for imple...

Jump to post
  • Wed Oct 04, 2023 8:15 pm
  • Replies 4
  • Views 270
Remove useless zeros in decimals

Hello, I've encountered an issue with the product prices on the website. Some products are listed with significant prices, such as $10,000, while others have prices as low as $0.003. To address this, I adjusted the decimal settings to display up to three decimal places. However, this change has resu...

Jump to post
  • Wed Oct 04, 2023 6:39 pm
  • Replies 4
  • Views 270
Re: Search by Product Dimensions

Me too trying to find an extension to search by dimensions

Jump to post
  • Sat Aug 19, 2023 3:40 am
  • Replies 3
  • Views 1511
Re: Disable price by manufacturers

paulfeakins wrote:
Fri Aug 18, 2023 7:26 pm
trishrosaline wrote:
Fri Aug 18, 2023 2:55 pm
Disable the price from the products by the manufactures can occur the problems for the customers and the users of the services.
What on Earth are you trying to say? ???
;D

Jump to post
  • Fri Aug 18, 2023 8:33 pm
  • Replies 6
  • Views 472
Re: Disable price by manufacturers

Currently, there doesn't appear to be an extension available for this specific purpose. If anyone is familiar with such an extension, kindly share the link. Alternatively, if someone has a basic understanding of which files might need editing, I'd greatly appreciate some pointers. I'm willing to han...

Jump to post
  • Fri Aug 18, 2023 3:53 pm
  • Replies 6
  • Views 472
Disable price by manufacturers

Hello,

How can I effectively hide prices for products associated with specific manufacturers? For instance, I'm looking to withhold price display specifically for Toshiba products. Any insights on achieving this?

Regards,

Jump to post
  • Thu Aug 17, 2023 9:12 pm
  • Replies 6
  • Views 472

Search found 165 matches