Search found 212 matches

Search found 212 matches

Re: https not working

Few questions.
First how many site are you running on the same server?
Does your SSL covers all the sites?
Are you using shared hosting or its VPS/Dedicated server?
If you type your site with https:// what does happened ?
Have you change the url in both config.php files?

Jump to post
  • Mon Oct 09, 2023 11:52 pm
  • Replies 7
  • Views 1292
Re: support for modules where developer is no longer around

I don't believe my question has been answered so therefore not solved, some people might say that changing other peoples code can be a copyright issue. Navigating the legal waters of software modification can be complex, but I'll try to provide some clarity. Rights to Modify: If you have legally ac...

Jump to post
  • Thu Sep 14, 2023 6:17 pm
  • Replies 13
  • Views 1441
Re: Adding Reward Points to Product Options in OpenCart 3

Hi, Points are assigned to product and product option. Reward points are assigned to product. Aren't these points are the same ? If so then when adding a product like: Required Yes Option Value Quantity Subtract Stock Price Points Weight Apple 9 Yes +25.0000 +2500 +0.00000000 And the reward points ...

Jump to post
  • Thu Sep 14, 2023 6:09 pm
  • Replies 3
  • Views 1942
Re: Alternate of modification

Ateeq wrote:
Thu Sep 14, 2023 3:05 pm
How we can modify files in opencart 4.x like 3.x modification system?
You can use event system and here is a extensive guide for you to use https://github.com/osworx/opencart-event-boilerplate

Jump to post
  • Thu Sep 14, 2023 5:40 pm
  • Replies 2
  • Views 387
Adding Reward Points to Product Options in OpenCart 3

Hello everyone, I'm currently using OpenCart 3 with default theme and no extra addon. I am adding reward points to the main product as well we to the product options. I'm trying to understand how the reward points system behaves with these product options. When a customer purchases a product with sp...

Jump to post
  • Thu Sep 14, 2023 4:54 pm
  • Replies 3
  • Views 1942
Re: Tying Recurring Profile to Specific Product Options in OpenCart 3.0.3.8

paulfeakins wrote:
Thu Aug 24, 2023 10:59 pm
So to do exactly what you want you might need some custom development.
Thanks for your comment and Yeah, i have started it already. Will update time to time

Jump to post
  • Sat Aug 26, 2023 3:17 pm
  • Replies 6
  • Views 1176
Re: Tying Recurring Profile to Specific Product Options in OpenCart 3.0.3.8

Hi, Recurring profile is attached to a product, but not specific product options. Add Recurring Profile Name Digital Copy: $8 Price 8, Duration 1, Frequency Month Name Printed Copy: $12 per month, Price 12, Duration 12, Frequency Month Name Both Digital and Printed Copy: $18 per month Price 18, Dur...

Jump to post
  • Sat Aug 26, 2023 3:16 pm
  • Replies 6
  • Views 1176
Re: Distributed attack

I'm too busy at the moment. I might post a guide article on my website though when I get time. Alternatively I can install it for the price of a bag of chips. :-) Its fine mate, i do have my own dedicated server with CSF and cloudflare etc setup i was only refferring the guide for the other OC users.

Jump to post
  • Thu Aug 24, 2023 12:11 pm
  • Replies 14
  • Views 3501
Re: Distributed attack

johnp wrote:
Tue Aug 22, 2023 4:33 pm
If you install Ninja Firewall that can be set to automatically block attacking IP addresses.
Do you want to create a fork and then add a Readme.md for specifically for opencart users?

Jump to post
  • Wed Aug 23, 2023 4:54 pm
  • Replies 14
  • Views 3501
Re: Distributed attack

HAO wrote:
Wed Jun 07, 2023 3:28 pm
How to install CIDRAM in OpenCart 2.3?
You should follow this readme.md
https://github.com/CIDRAM/Docs/blob/master/readme.en.md

They do have plugin for Wordpress but not sure if opencart coumnity has time to built and manage this for its users.

Jump to post
  • Tue Aug 22, 2023 4:10 pm
  • Replies 14
  • Views 3501
Re: Extension not modifying .twig files

If i want to replace a entire block via event system let say in <file path="catalog/view/theme/*/template/product/product.twig"> {% if recurrings %} <h3 class="title recurring-title">{{ text_payment_recurring }}</h3> <div class="form-group required"> <select name="...

Jump to post
  • Tue Aug 22, 2023 4:05 pm
  • Replies 13
  • Views 1918
Tying Recurring Profile to Specific Product Options in OpenCart 3.0.3.8

Hello Everyone, I'm working with OpenCart 3.0.3.8, using the default theme, without any additional addons and I have a unique scenario that I'm trying to address. I have a product with three options, and I'd like to tie a recurring profile to a specific option, hiding it when other options are selec...

Jump to post
  • Tue Aug 22, 2023 2:17 pm
  • Replies 6
  • Views 1176
Re: Need Help with Recurring Price Logic

I have tried your proposed solution as well but then the issue is that i start getting error like when visiting the cart view page notices can be solve with if (isset($product['recurring']) && $product['recurring']) { and also notice that Recurring options: Array doesn't hold any value at al...

Jump to post
  • Fri Aug 18, 2023 7:49 pm
  • Replies 3
  • Views 552
Re: Need Help with Recurring Price Logic

controller $data['recurring_options'] = array(); if ($product['recurring']) { $frequencies = array( 'day' => $this->language->get('text_day'), 'week' => $this->language->get('text_week'), 'semi_month' => $this->language->get('text_semi_month'), 'month' => $this->language->get('text_month'), 'year' ...

Jump to post
  • Thu Aug 17, 2023 8:57 pm
  • Replies 3
  • Views 552
Need Help with Recurring Price Logic

Hello fellas, I am using opencart 3.0.3.8 with default theme. I'm working on a modifying my opencart to deals with recurring pricing, and I've run into a roadblock that I hope someone here might be able to assist me with. Recurring Prices: I have recurring products with various frequencies (e.g., da...

Jump to post
  • Thu Aug 17, 2023 6:07 pm
  • Replies 3
  • Views 552
Re: OpenCart 3.0.3.8 Bugreports

Every time payment method change order is being created. How to re-produce this bug. On clean opencart 3.0.3.8 default theme no add on install add any item into cart and proceed to checkout upon selecting the payment method the order will be created now without abandoning the cart try to choose any ...

Jump to post
  • Sat Mar 04, 2023 3:22 pm
  • Replies 45
  • Views 59862
Re: Warning: A non-numeric value encountered...

I am using OC 3.0.3.8 with default theme and
For me i am seeing the same warning message for catalog/controller/product/catalog.php on line 291

Jump to post
  • Sun Feb 26, 2023 12:38 pm
  • Replies 5
  • Views 3072
Re: Recaptcha craziness driving me NUTS

Johnatan is right and it can be seen here: https://prnt.sc/9Yl-WSarpEOe,
Maybe you want to disable the extension product out of stock notifications and see if it works.

Have you tried checking the system/setting/store > options? https://prnt.sc/yGOwucTqntcW

Jump to post
  • Thu Feb 09, 2023 2:21 pm
  • Replies 15
  • Views 2881
Re: Recaptcha craziness driving me NUTS

labeshops wrote:
Thu Feb 09, 2023 3:26 am

Thanks. I am still trying to figure out how to get to my server via ssh.
You can follow this url https://phoenixnap.com/kb/ssh-to-connec ... or-windows

Jump to post
  • Thu Feb 09, 2023 3:47 am
  • Replies 15
  • Views 2881

Search found 212 matches