kashifau
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Sort OrderAnyone?
Forum: Plugins
In reply to: [Jigoshop] Sort OrderCan you explain how to do this because I set the sort order but it is not working. Can you give me an example?
Forum: Plugins
In reply to: [Jigoshop] Product CategoriesI want to do something else. For example when I open this link:
https://safetyprint.dk/product-category/advarsel/
it shows the list of products under jigoshop category advarsel. I want to show my own list of subcategories insteadForum: Plugins
In reply to: [Jigoshop] Plugin IssueThere was a mistake in include. I figured it out. Thanks.
Forum: Plugins
In reply to: [Jigoshop] Modifications in Original CodeHi. I am now trying to implement this functionality as a plugin. The question which I want to ask is, I want to add an extra public member to jigoshop_product Base class. How can I achieve this in a plugin?
Forum: Plugins
In reply to: [Jigoshop] Modifications in Original CodeI created a new field ‘cost’ in jigoshop_product_class and added relevant code to make it work. But I did not add code to one place instead added one or two lines to few different files.
Forum: Plugins
In reply to: [Jigoshop] All orders in codingThank you. Great Help.. Appreciated..
Forum: Plugins
In reply to: [Jigoshop] All orders in codingYes. It does. What I want to know where is the relevant code for this page in backend i.e. the relevant php file as I want to make few modifications.
Forum: Plugins
In reply to: [WooCommerce] how to show woocommerce product page in sidebar(widget)?Thanks lorro .. Adding the line of code in functions.php worked great…
Forum: Plugins
In reply to: [Jigoshop] How to increase price?Hi. I bought Product Addons extension but it didn’t solve my problem. Let me explain my problem a bit more. Lets say I have a product named TrafficSign and it has two variations: material and dimension. My product variations will look like this:
Material: Aluminium Dimension: 70 cm …> price 100
Material: Magnet Dimension 20 cm ….> price 50, making cost:40and so on.. Now the variations with the making cost will have the cost added only once. So if customer orders 2 then the final cost will be 50 +50 + 40 = 140. So how can I achieve this.. I am really confused about this
Forum: Plugins
In reply to: [Jigoshop] Information for each Product VariationOK. I will try that.
Forum: Plugins
In reply to: [Jigoshop] How to increase price?To rephrase, can how can i add an extra checkbox when I add product variation data in admin panel. When that checkbox is select some extra cost, say 100, is added to final price.
Forum: Plugins
In reply to: [Jigoshop] How to increase price?anyone?
Forum: Plugins
In reply to: [Jigoshop] How to increase price?Hi. But this will increase the total price if the quantity is increased. I want to add one time cost of a product and want to show it separately.
Forum: Plugins
In reply to: [Jigoshop] How to increase price?To give an example why I want to do this: I have different product variations and few variations have some extra costs attached to them which is added in final price. I want to show the user that final price is comprised of two components i.e. original price + cost