How To Display Option Weight In Opencart? - opencart

I am using Opencart for my ecommerce website.
In available Options option name and price are only displayed. I want to display the weight and points. Please help me to display weight and points values in available options. Please check the image attached in this post. I want to display weight and points near to price.
http://i.imgur.com/3pWbRl1.jpg

Log In to admin panel
catalog/options
Click on Insert Option
Option Name: Kilogram
Type:Radio
Add option Value
20G
50G
100G
Go to
catalog/product/
Edit Product and in option tab type Kilogram it will auto suggest you and now you can update price eg
Option Value:20G
Quantity:1
Price:20
You can modify according to requirement.
Hope this helps

Related

Product secondary picture linked to the product option on Big Cartel / Luna Template

I am wondering whether there is on option to display secondary picture when relevant option is chosen.
For the reference this is the product: https://www.evascentemporium.com/product/black-coconut-scented-wax-melts
I would like second image to show when second option is selected.
Thank you in advance.
Asia

OpenCart - Create unique product option from within product edit page

Would it be possible (with some modification or maybe an existing plugin) to create unique product options from within the product edit page? Those options then only assigned to that product?
In total across all my products, I'll have around 500 'options'. Each product of mine has about 5 options, rather than having to go to the OPTIONS section which will then list all 500, I'd rather input them directly from within the product edit page.
As it stands I cannot, I have to create the 'option value' elsewhere, then go back in to the product edit page area and then assign the option.
As you'll see in my attachment, you can only select already created product 'options value' from the product edit page, not create them here.

Opencart, Flat Charge for option (not related to Quantity)

I am having trouble with my order processing for Opencart 1.5.6. I have a series of checkboxes that if checked each cost $50.00. The problem is that the customer is ordering print materials in quantities of 500, 1000, 5000, etc. When they get to the shopping cart it charges the $50 extra for each option for each individual item ordered based on the quantity. This makes it so that their total skyrockets. If they pick one option for $50 and order 500 business cards they get charged an extra $25,000 for that one option.
The only solution that I can see is to have the Quantity be an option and only allow them to order one product but that does not allow them to change the Quantity of cards in the Cart.
Is there anyway to set it up so that an option charges a flat rate not based on total quantity of the order?
When customizing OpenCart follow these steps.
Look to see if this link has an extension that will do what you want.
If step 1 did not work. Go to your public_html file (the place that has all your code). Open the files that are related to your problem and edit those. There is also an OpenCart forum that will help with common problems.
As far as changing the settings on your payment function. Go look at OpenCart->catalog->checkout folder. Or maybe OpenCart->admin->checkout. You will need to find the function that adds quantity and gives value. You will need to change those around a little.

Modify Dynamic Field Display Length in OTRS

I've added a dropdown field to a customer's ticket in OTRS called Branch. It allows users to select their branch, identified by a number and a name. For example, my branch is 901 - Support Group. When I display this field in the ticket zoom view on the Agent side, it gets truncated to 901 - Support[...]. I can see the entire value of the field as a hover text when I hold my mouse over it, but I was hoping there would be a setting to expand the length of the field or to tell OTRS to display it as multiline text. Is there a configuration option in OTRS to change the display length, or does anyone know where I would need to modify the code to change the length myself?
With some help from crythias over at the OtterHub forums, I was able to find the right setting.
Navigate to the SysConfig
Filter by the Ticket config group (dropdown on left)
Locate and select Frontend::Agent
Locate Ticket::Frontend::DynamicFieldsZoomMaxSizeSidebar
By default this is set to 18 characters. I reset it to 140 (Twitter rules), and it automatically wrapped the text for me.

how to add a list with different product sizes in opencart?

i'm have to make a webshop with opencart.
The person who i am making this website for, wants to sell cooking pans, with different sizes.
so, if you click on a product, there has to be a list with the different sizes of the cooking pans, and different prizes.
Is this possible ?
many thx !
This, of course, is possible :-)
All You need to do is to set the product options. In Opencart administration, go to tab Catalog and select the Options item. Crete an option, let's call it Pan sizes and choose a form field for it - whether a radio buttons or select would be OK for it. After saving You would have to add Pan sizes option's values - here You can set all the possible sizes of the pans. When You are finished You can assign that option and set the concrete possible size options in the product detail -> open up the desired product, choose the Options tab and add an option - Pan sizes. Then add all the relevant sizes options and adjust the pieces count, price that is added or subtracted as well as other options there and hit Save at the end.
You should be done.