product

How to set Sku Type & Price Type of Bundle Product programmatically in Magento?

I have added a Bundled Product in Magento programmatically, using all the options / properties of the Simple Product & the use of the 3 methods specifically for Bundle Options:- setBundleOptionsData() setBundleSelectionsData() setCanSaveBundleSelections() The result is that the newly added Bundle Product shows just fine in the Admin ...

Set Special Price Dates for Products in Magento

I am adding a simple Product in magento, in which I want to set the following, along with others:- Special Price Special Price From Date Special Price To date The problem seems to be the #2 & #3 points. I have been successful in setting the #1 point, but I need help in solving the issues with the last 2 points. I have tried using ...

Magento product images messed up

I run magento and host 2 stores, for simplicity call them: Store A located at www.storea.com Store B located at www.storeb.com Currently I have a bit of an issue with my product images and with the cache. When I add a new product to display on store B (so I enter the admin backend through Store A) the image is uploaded to storea.com/med...

How do I get the x or y angle of two vectors?

I know I can get the total angle of two vectors by the dot product of them both, but what if I just want to break down the angle into components of angle by X and angle by Y? ...

Personalized or Custom Input Fields for Products with Shopping Cart

Hey Everyone, I have a question revolving around the idea of customized or personalized products. I have been researching the heck out of the existing cart solutions, both open source and paid looking for a solution. I'm not a developer myself, but I do have some technical knowledge and developers on staff. Here's my question. I hav...

Product .exe does not start if # is in folder name

Hi everyone, I was wondering if there is a specific reason, why my eclipse product .exe does not start, if the parent directory of the exe-file contains a #. I am using Windows XP (SP3) and exported my eclipse application. The resulting .exe file saluts me with the following screen: Any ideas? ...

How do I add external dependencies to an Eclipse Plugin Product definition?

I'm attempting to define an eclipse plugin product that includes bundles from Spring's Enterprise Bundle Repository and Eclipse's Zodiac repository. I've used Maven to download these repositories, but I can't figure out how to make the product editor aware of them. Ideally, I'd like to make the product editor aware of a list of maven ...

How do I send parameters to advanced search in Magento?

Hi, I have the following search form in Magento: <form action="catalogsearch/advanced/result/" method="get" id="form-validate"> <input name="name" type="text" id="textfield" value="" /> <select name="platform" id="select"> <option value='6'>XBox</option> <option value='5'>XBox 360</option> </select> <input type="submi...

Purchase physical product from iPhone app without Apple in app purchase

Can an iPhone app allow a user to purchase a physical product (say a pen or a mouse) from inside an app, without using Apple in app purchase? Is it allowed by Apple? If yes, do you know any API that supports this? Thanks AJ ...

What's the best approach to build the same Android apps for different public?

I'm working on an app that is meant to be used by fans of a sport team. In the future, I expect to use the same app but for any different team. So, what changes would be the colors, team logo, app name and the like. So, is there any technique that allows me to build binaries for different teams without having duplicated resources? ...

Welcome menu in Eclipse product

Hi, I have a product definition that depends on my feature. In my feature I have dependency on org.eclipse.ui.intro. However, when I launch product I don't see Welcome item in Help menu. What can cause welcome menu not to load? thanks! ...

Finding the product of a variable number of Ruby arrays

I'm looking to find all combinations of single items from a variable number of arrays. How do I do this in Ruby? Given two arrays, I can use Array.product like this: groups = [] groups[0] = ["hello", "goodbye"] groups[1] = ["world", "everyone"] combinations = groups[0].product(groups[1]) puts combinations.inspect # [["hello", "world...

Magento - How to pull a configurable product view into a template

I have a template file under the 'page' directory. This template has been assigned to be a category's 'Page Layout' through the backend. In this template I have a configurable product object. The following pulls in the view, but all it has in it is the product's name and short description. $prod = /* get product object here */; $layo...

In App Purchase for iPad

i have created two app id for in app purchase and done all works. when i'm running my in-app purchase it returns one product as valid and another one as invalid product id.. Please can any one help me.. Thanks in Advance ...

Product Usage Information

Hi, I am sure that his is not forum to ask this question, but I do not find any other forum for the same. I am looking place where I can gather information about customer base for a particular product. like how many are using product say Open View. ...

How do I change certain plugins under Eclipse 3.6 product export to deploy as exploded Jars?

I am using Eclipse 3.6 product export to build an Equinox-based OSGi application. I would like to be able to configure some of my plugins to deploy exploded instead of as JARs. Is there a way to do this? ...

What product folder name to use?

I am shipping my product X version 1. It is installed in folder "%program files%\X V1". It has a sub folder /addins where users will put addins to my product written by the community. Fast forward to V2. What should be the deployment strategy? Create a folder "%program files%\X V2" and manually copy all addins from V1 to it. Always us...

Finding the product of a variable number of string arrays in Java

Is there a Java equivalent to Ruby's Array#product method, or a way of doing this: groups = [ %w[hello goodbye], %w[world everyone], %w[here there] ] combinations = groups.first.product(*groups.drop(1)) p combinations # [ # ["hello", "world", "here"], # ["hello", "world", "there"], # ["hello", "everyone", "here"], # ["he...

Should a Product Owner look after more than one product?

In a Scrum or Agile team is it advisable for a Product Owner to be involved in more than one product? Is it good to have a Product Owner for the Enterprise System and "sub" Product Owners for the components of that system? i.e. In a Retailer would you have a PO for the enterprise system that drives "sub" PO's for say Retail, Supply Chain...

Google Product Manager Interview Preparation, To the point

Hi, I have an interview for a product manager position at Google, I am a 4+ years of Experience Software Developer and an IT Entrepreneur having a start up. I am currently preparing for the interview, after googling around, I found that I will be asked in Product Management/Design, Problem Solving (Brain Teasers), some were asked tech...