|
Option A We are working on a small project that requires a pricing wizard for custom tables. (yes, actual custom tables- the kind you eat at. From here out I'll call them kitchen tables so we don't get confused) I came up with a model where each kitchen...
Started by Shawn Simon on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's what my experience.
You could then enforce that any given option is only used for the attribute to which it applies all through foreign keys.
Option would be of a particular table attribute type.
|
|
I'm starting to pull my hair out over this, because it surely can't be this hard? Can it?
I have a product (Product A) with Option A (same as original price, $25.00), Option B ($30.00), Option C ($35.00) - these options are obviously the different values...
Started by domin8tor24 on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at virtuemart):
I need to be able to offer color options without price being added on the forum) - say, the product....
How to make sure that the price listed is an attribute to be finite, but not modified very disappointed in the support.
Not a number.
|
|
Would you guys charge the same rate for your canvas prints when you did not photograph the wedding and the client is bringing in the full res images on DVD?
I'm happy to sell these products and would appreciate the sales. I do know that they can go to...
Started by Steve Tinetti on
, 12 posts
by 1 people.
Answer Snippets (Read the full thread at fredmiranda):
The person would attribute the photo to me just because I sent it to the lab for her (especially.
|
Ask your Facebook Friends
|
Hi,
I have implemented prestashop for my online shop and just wondering how to enable the different pricing option for customers of various demographics.
For example I have product, Let suppose it's X
Now I want that USA customers see the price as (let...
Started by syed83 on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at prestashop):
Attribute Wizard Pro | Ajax Filter | Website Translator | Facebook Comments | Mass Combination Editor very much
Back to top Hi, we are based in the UK and I've added Specific Price for the US, but this is now shown as the default price....
|
|
Tweet
Dear Affiliate,
At Euroffice we have been working tirelessly to ensure our product pricing is unrivalled in the Office Supplies market, so just in case you were in any doubt we have put together a comparison on some of our fastest moving lines to...
Started by DavinderB on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at affiliates4u):
|
|
Hi,
So now that I've gotten some of the bigger stuff taken care of, I can take care of the smaller parts.
Under Configuration->Configuration->Pricing this is what I currently have selected:
Price Configuration:
-show tax in cart
Show Following Prices...
Started by dj55b on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at virtuemart):
Doing so will only display taxes....
The "calculation kind" needs to be changed from "Tax per product" to "Tax per Bill" .
What need to be changed is the tax & calculation rules .
Bump? Found my own answer but putting it up here if anyone else runs into this .
|
|
Here is a slice of the array in question:
Array ( [Pricing] => Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [MType] => A [PType] => JBN ) [PSNumber] => 19753 [CCode] => USD [EDate] => 2008-12-19 [Price] =>...
Answer Snippets (Read the full thread at stackoverflow):
Ptype = $price_a['Pricing'][0]->attributes()->Ptype;
Isn't it:
$price_a['Pricing'][0]-> of the first node's @PType $Pricings->Pricing[0]['Ptype']; // value of the first node's Price ....
|
|
Hi, I'm new to Prestashop and I am having a problem with my products that have a Combination Attribute aswell as a tax rule of 20%
Here is one of the products in my shop for example.
http://www.northerna...&submit_search=
The price on the list page shows...
Started by northernarb on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at prestashop):
Page and saw the price at 9.50
Did you figure it out, or do I need to do something special to see the lower price?
http://www.Presto-Changeo.com Prestashop Modules and Website Development
Modules : Attribute Wizard Pro | Ajax Filter....
|
|
This set was found in a container by a military archaeologists, can you guys please attribute it, and help with pricing? what are the strange white eagle on it? The set similar as for gebirgs mountain troops... I have an idea that it was used by early...
Started by Uhu on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at wehrmacht-awards):
Yes, indeed....
222333444 Thats the winter camo suit for pilots, which goes wich the emergency survival gear .
|
|
In my block code I am trying to programatically retrieve a list of products that have a attribute with a specific value.
Alternately if that is not possible how would one retrieve all products then filter them to just list the products with a specific...
Started by Christian Thamer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
AddFieldToFilter(array( array('attribute'=>'orig_price','gt'=>'100'), )); //AND filter('attribute'=>'orig_price','lt'=>'130'), ));
While this will filter by a name that equals one thing/product')->getCollection....
|