Re: Product Price not visible if product quantity is =< 1
The problem was coming from installing "Hide of Stock - Disabled Add to Cart Button" extension.
Thank you,
- Tue Dec 21, 2021 12:56 am
- Replies 4
- Views 573
Product Price not visible if product quantity is =< 1
Dear all, I am encountering a very strange issue in my website, the product price is shown as it should only if the product quantity is =< 1 ! However, if the product quantity is equal to 1 then the product price will be hidden on the front end page of the product. Any ideas about what is going on h...
Jump to post- Mon Dec 20, 2021 12:51 am
- Replies 4
- Views 573
Re: [SOLVED] Installing my custom extension make no changes to my store
Hello Again, I have been a developer in Drupal CMS for more than 5 years and can't tell you how much the support community for Drupal is super awesome. No body complain about asked questions and everyone will try to help in any way possible. Since I moved to Opencart, the first thing noted is the at...
Jump to post- Thu Jan 21, 2021 6:06 pm
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
Thank you again for your help, Of course I remember the storage folder and mine is located as below: public_html/mydomain.com public_html/mydomain-storage I went to: /public_html/mydomain-storage/modification/admin/view/template/catalog and opened the file product_list.twig and as you said I couldn'...
Jump to post- Wed Jan 20, 2021 10:03 pm
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
One quick question if someone can guide me on the issue. Now, and after the extension has been successefully installed and all modifications/caches has been cleared... I can see an error under: Extensions > modifications > Log MOD: My Extension CODE: <td class="text-center">{{ column_image...
Jump to post- Wed Jan 20, 2021 5:48 pm
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
Finally, it is working now ! Thank you guys for your kind help ! Explanation: Mainly it was a zipping issue nothing more ! I did create a folder named "my-extension" and inside this folder I have created the "install.xml" file as below: - my-extension -- install.xml and I used to...
Jump to post- Wed Jan 20, 2021 5:44 pm
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
@by mona my bad, I was speaking about "System > Maintenance > Error Logs" Page which is showing no errors. Step by Step: 1) Extensions > installer > uploading the custom extension (sort_admin_products_by_id.ocmod.zip) 2) Dashboard > Clear caches 3) Extensions > modifications > clear 4) Ext...
Jump to post- Wed Jan 20, 2021 8:35 am
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
<operation> <search><![CDATA[$sort_data = array(]]></search> <add position="after"><![CDATA[ 'p.product_id', ]]></add> </operation> Here I am trying to add 'p.product_id', after $sort_data = array( so I don't think is wrong ! However, I have replace it with below code and yet no changes: ...
Jump to post- Wed Jan 20, 2021 8:12 am
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
The error log is totally clear after installing my custom module... no errors displayed ! any ideas please ? is there something wrong with my code ? the weird is if I manually apply the changes listed in my "install.xml" file, and then refresh all modifications... the changes took effect a...
Jump to post- Wed Jan 20, 2021 7:43 am
- Replies 34
- Views 6505
Re: Installing my custom extension make no changes to my store
It is already applied a month ago and I have already many extension installed on my store with no problems at all.
Jump to post- Wed Jan 20, 2021 12:29 am
- Replies 34
- Views 6505
[SOLVED] Installing my custom extension make no changes to my store
Hello, I am new to Opencart development and below in my first extension but somehow after installing it and clearing all modifications, it is not making any changes to my store (specifically to catalog > products page) Can anyone please point me to the issue ? For OC v3.0.3.6, I have created an &quo...
Jump to post- Tue Jan 19, 2021 11:43 pm
- Replies 34
- Views 6505
Re: An extension for creating vertical slider off canvas menu
Any Update please about my requirement.
Thank you
- Thu Jan 14, 2021 6:14 am
- Replies 4
- Views 1216
Re: Display the Total Sales amount in Dashboard as it is without rounding it
I have replaced: $sale_total = $this->model_extension_dashboard_sale->getTotalSales(); if ($sale_total > 1000000000000) { $data['total'] = round($sale_total / 1000000000000, 1) . 'T'; } elseif ($sale_total > 1000000000) { $data['total'] = round($sale_total / 1000000000, 1) . 'B'; } elseif ($sale_tot...
Jump to post- Fri Jan 08, 2021 6:02 am
- Replies 5
- Views 831
Re: Display the Total Sales amount in Dashboard as it is without rounding it
My bad, I did not mention that I am using the default theme and OC 3.0.3.6
Jump to post- Thu Jan 07, 2021 4:47 pm
- Replies 5
- Views 831
Display the Total Sales amount in Dashboard as it is without rounding it
When Total Sales amount reach above 1 Million or even 1 Thousand , the dashboard number displays "1M" or "1K", so you cannot see the exact total sales amount because it will be rounded up or down to the nearest number. What file I should edit in order to have the "Total Sale...
Jump to post- Thu Jan 07, 2021 5:56 am
- Replies 5
- Views 831
Re: An extension for creating vertical slider off canvas menu
Yes of course and to no avail !
Jump to post- Mon Jan 04, 2021 2:23 pm
- Replies 4
- Views 1216
An extension for creating vertical slider off canvas menu
Hello,
Is there an extension for creating vertical slider off canvas menu like below screenshot. (You can check it here as well https://www.journal-theme.com/2)
Thank you,
- Sun Jan 03, 2021 5:19 pm
- Replies 4
- Views 1216
Re: Add "customer_id" in a new column in "/admin/customer" page
@khnaz35, I have tested your code and returned the below error:
Code: Select all
Notice: Undefined variable: customer_id in /home/user/public_html/example-storage/modification/admin/controller/customer/customer.php on line 577
thank you for your time, Jump to post
- Sun Nov 29, 2020 4:47 pm
- Replies 9
- Views 1571
Re: Add "customer_id" in a new column in "/admin/customer" page
Already sent to developer of the mentioned extension many messages and yet with no reply.
if anyone could help please
- Sun Nov 22, 2020 10:23 pm
- Replies 9
- Views 1571
Re: Ability to assign 2 affiliates to a single order
Are you aware of any extension that will do what I am asking for because I have searched a lot with no avail ?
Jump to post- Sat Nov 21, 2020 6:01 am
- Replies 3
- Views 620