I'm setting up a oscommerce store for my friends. He gets a product at 48.3 INR and sells at 60 INR . TAX for product is is 12.5%
For this he wants to have proper system to calculate profit
Now when I'm trying to enter product cost in OSC, it has only 2 fields.
Gross and Net.
If I enter 48.3 in Net it shows 54.3375 INR in gross (*TAX). while I need to show 60 INR for that product and calculate profit. Can any one help me about how to this in oscommerce!!
I need to show product cost on product page as 60 INR. and I should be able to input purchase cost somewhere in OSC. So that its possible to calculate profit.
I'm not entirely getting whether its possible in OSC or how to achieve it.
Please help.!
It's very possible. Either you will need to find a preexisting addon that does this or write your own addon. What you have described is simple to implement if you know php and mysql. If you don't then you should hire a programmer to do it for you.
Check out http://addons.oscommerce.com
Related
Does anyone know the programming issue that allows some companies to be able to track inventory by decimal place for weight based products such as cheese and meats vs only solid inventory values?
Square allows us small retailers to use weight based pricing and even variable weight/price barcodes which makes checkout an order of magnitude faster, especially with new staff. Shopify does not support this.
There is a third party app that attempts to do this but it also can not accurately adjust our shopify inventory because they simply do not allow an inventory count to be a decimal place.
Thoughts?
I think you would assign a weight to your cheese or meat. For example, 1 gram. A small enough unit right. So if you had 10 kilos of meat in stock, you might sell that meat by the gram. Someone buys 400 grams of meat, they pay the price that you set for that variant of meat, some unit price per gram.
You cannot put a decimal as a quantity in a shopping cart, but you can put in an integer value representing weight. I think if you keep that straight, it all works out fine.
Currently trying to optimise our e-comm shop and google merchant products and I can't seem to get any further or get any other information on how to display a total price and a price per ct.
Product.
I need to have the total price the customer pays displayed on the website (£100.00) the quantity they'll receive (100 ct), and the price per unit that they pay (£1.00).
But what would the pages microdata and JSON-LD be?
Thanks!
One way to provide that sort of info is to start with the offer and use includesObject which has an amountOfThisGood.
offer
price - 100
includesObject
amountOfThisGood - 100
typeOfGood
type - Product
offer
price - 1
However, I suspect systems including Google will not understand that yet.
i'm trying to get informations about tax in specific country/city.
I need this because in availability from Amadeus i have price with tax or price without tax never together. Need to know what is net price. So i'm trying to get info about tax in city/country and calculate that on price with tax.
This is my query:
<Command_Cryptic>
<messageAction>
<messageFunctionDetails>
<messageFunction>M</messageFunction>
</messageFunctionDetails>
</messageAction>
<longTextString>
<textStringDetails>FQNTAX/STO</textStringDetails>
</longTextString>
</Command_Cryptic>
But this returns 39 pages :) maybe there is some option to get only hotel taxes with value ? or maybe somehow i can get this in easier way (need net price of reservation) ?
Greetings.
I am working on a eCommerce website based on shopify. And for product I want to set a custom price. For example, The standard price of product is $500 but price will vary if user increased the quantity i.e. On 5 - 10 it will cost $450, On 11 - 15 it will cost $400 and on 20+ quantity it will cost $300.
I have searched module for this and also found a module i.e. https://apps.shopify.com/quantity-breaks. But its working on the basis of "Percent" that I don't need. Because I want to place price manually on the basis of quantity.
So please help me out from this and provide your valuable thoughts on the same.
Thanks in advance.
The way this is generally done in Shopify is to create variants where the option values are the price breaks. You have to modify your theme so that when a Qty > price break is entered the product page selects the variant that corresponds to that price level.
Other than the coding portion of this the main issue becomes inventory management since Shopify treats each variant as a separate inventory item but if you use variants to manage price breaks they are not actually separate items.
I think the easiest way to do this would be with a Shopify App. There are many that have price breaks etc. and they are usually easier to set up than using variants as the price break amounts.
I wish to make to rules/conditions regarding shipping and prices. I have tried several things so far, but with no result. The 2 rules are as following (The currency is Danish Crown - DKK):
When you buy products in the price interval 0-500 DKK, you have to
pay additionally 50 DKK for shipping.
When you buy products for (in total) over 500 DKK, there is free shipping.
So far, we have managed to make the second rule (free shipping when buying for more than 500 DKK). But how can I make the first rule?
Thanks in advance
EDIT:
I have 2 shipping companies to choose from. For each of them, there are some specific rules regarding weight.
I just need to make sure that (regardless of which shipping company it is) there will be added an additional 50 DK when the price is between 0 and 500 DKK. Above 500 DKK, the shipping is free.