

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
reset owner of files in your direct admin filemanager fileowner is now apachefilippota wrote:straightlight. thanks for all that help! no success and i am guessing theres is something going on with the files permissions in vqcache folder. i cannot change files permissions in that folder to 777. all files in that vqache folder are chmod 644.
now you can cmod them to 777.
consider going to a good hosting using cpanel it makes a difference and certainly makes your day better
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
\catalog\view\theme\default\template\product\product.tpl
\catalog\language\english\product\product.php
\catalog\controller\product\product.php
I would love to understand what is done, I have a few other things I'd like to add in the future and once I know this then maybe I could do it myself later. Last time I did any programing was on a commodore 64
sayx
Attachments
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
What would be even better is is it would show the shipping cost of each item.
Weigth: 8kg
Shipping cost: 6.00€ (0.75€ x weight)
The thing is I have a minumen shipping charge so when a customer is under 80kg its 60€ and anything over 80kg is weight * 0.75. Like i said it would be nice but not a must have for me.
I have seen the addon moduals that would take care of this and may use that some day.
Sayx
Done: http://forum.opencart.com/viewtopic.php ... 26#p240126sayx wrote:I'm not getting the weight in the product page. I have a weight based shipping modual and I would like to show my customers the weight of each item.
What would be even better is is it would show the shipping cost of each item.
Weigth: 8kg
Shipping cost: 6.00€ (0.75€ x weight)
The thing is I have a minumen shipping charge so when a customer is under 80kg its 60€ and anything over 80kg is weight * 0.75. Like i said it would be nice but not a must have for me.
I have seen the addon moduals that would take care of this and may use that some day.
Sayx
With your request, you can use the additional:
Code: Select all
<?php echo $product['shipping']; ?>
<?php echo $shipping; ?>
Take note that the returned shipping value may differ from the one you're using with an API service. If you rely on an API service to gather the shipping price by the weight, do NOT use the shipping additions but rather remain with the API. The manufactured response is the most accurate one.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Attachments
Tested on v1.5.2.1.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester

Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
http://www.jecjordan.com/index.php?rout ... uct_id=364
Can I make weight and dimension title in red and values in gray as other info instead in showing them all in gray?
From where I can translate units in Arabic?
Many thanks
No need to re-write the username, simply copy and paste it or quote it.Dear stairghtlight
Of course.Can I make weight and dimension title in red and values in gray as other info instead in showing them all in gray?
Solution 1:
In the XML file, look for language/english block and edit each lines between the <add> and </add> to specify the appropriate colors.

In Arabic case, it should also be language/arabic so simply add this entire block below the english block from <file ... to </file>.
Solution 2:
No matter which language from the XML file, you could edit the colors from templates which is a far easier solution since your request is about colors and not text specifically.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I cannot seem to get it to work since the tab only displays if there are attributes, so no way I've found to make the tab always appear and with dimensions and weight even if there are no other attributes given

Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I use the default template.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I would just like to add at top of this box the same info your mod pulls like below as that info to me are some of the product details and I've already had people miss them under availability.
Size x L x W x D Inches
Shipping Weight: x lbs
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Users browsing this forum: No registered users and 103 guests