The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

Magento enterprise upsell products missing after updating to 1.12

We have recently updated a Magento site to version 1.12. Now the site wont retrieve up-sell products to product details page anymore. No custom code changes committed and no target rules specified. ...
0
votes
0answers
4 views

one pass product of sequence with mean removed

I am trying to compute product of an incoming sequence of numbers, after I remove the mean of the sequence. I can't see how I can do this in one pass (i.e. not storing the incoming data). \sum_i log ...
0
votes
0answers
18 views

Magento: How to delete the price of simple-product in a bundle product (in front-end)?

I made a bundle product in Magento with dynamic price. Because I wanted to have a prices in drop-down list of all options. On the other hand I add a simple product with a price, above the all options. ...
0
votes
1answer
20 views

Magento - get list all bundled products

I am using magento version 1.7. I want show the all the bundled products in view.phtml file. I get list of produts within bundle products using below link. Magento - get a list of bundled product ...
0
votes
6answers
47 views

Product Search php mysql

Im trying to create a search for a product from the database. MY DB: tbl_brand ----------- brand_id Brand_name 1 Canon 2 Nikon tbl_product ------------- prod_id prod_name ...
-1
votes
0answers
14 views

Mangeto “The service is unavailable.” error after adding product [closed]

I added a new product. It created URL Rewrite paths automatically but when i try to request http://www.lamicolorqld.com.au/product/category-melamine/rustica/dark-realm.htm it give me "The service is ...
0
votes
0answers
5 views

How do I prevent my products from grabbing the product description?

I want to remove preview description from my products. The problem is on this page http://ishotdesigns.com/New%20Design/?page_id=626 under the latest products. I still want the description to be ...
0
votes
2answers
32 views

Can I use PhoneGap to embed ASP.Net website to make Android App?

I am using .Net MVC 4 with JQuery Mobile to make a website that can both fit desktop browser and mobile experience. However, I am also thinking of packing my website code into PhoneGap to make an ...
-3
votes
2answers
61 views

Product method in c#

I am working with python, and I am implementing my code to c# and in python there is method "product", anyone knows if there is something similar in c#? if not maybe someone can put me on a track of ...
0
votes
0answers
14 views

Cumulative product of matrix?

I need to write a code to calculate cumulative product of a matrix. For example, if A = ( 1 2 3 | 4 3 2 ) then cum.sum(A) = ( 1 2 6 | 4 24 144 ) Is there any good algorithm for doing this? ...
-4
votes
0answers
26 views

Magento: How can i echo manufacturer with link on product view [closed]

I currently use getAttributeText('manufacturer') ?> to display the manufacturer of the product. How can i add link to manufacturer of the product?
0
votes
0answers
13 views

Email input in Magento Product

I need to add this 3 custom attributes to a Magento product: Name Email Contact I need it to be in the product page so that the user can add the information. I can't use and don't want to use the ...
0
votes
0answers
20 views

Magento 1.7: Where to place to a global filter on product collection?

In my case I want to add a global filter, affecting all product collections. At the moment I filter inside a rewritten 'Mage_Catalog_Block_Product_List' (getCollection) resulting in different outputs ...
0
votes
0answers
16 views

Get counting special product

I added 'special' attribute for product. Just logged user can see special product. In category page, it's show product have 'special'=NO. But at toolbar, it count total product ( include special and ...
0
votes
1answer
26 views

How to make Installments on product page get Final or SpecialPrice instead of GrantTotal?

Maybe someone can help me on this one. I want to insert a dropdown installments on product page, and must show the price numbers with 2 decimals, for example: R$ 300,00 instead of R$ 300,0000. Thank ...
-2
votes
0answers
16 views

add quantity beside the products-Opencart [closed]

When we move to products category then beside the products I need an option called "Quantity" with +/- to increase/reduce the products quantity to be added to the cart. How i can get that option in ...
-2
votes
0answers
14 views

beside search box add an cart symbol Opencart- [closed]

If i search a product in search box then the output will be a searched product with "Add To Cart" symbol Beside the product in search box. Thank you
3
votes
1answer
100 views

Multiply list elements in Haskell

I want a function which takes the product of the inits of a list and duplicates its elements. For example the list is: [2, 3, 4, 5]. The product of its inits : [1, 2, 6, 24, 120]. At the end the ...
0
votes
2answers
45 views

How to properly create the SQL query for displaying number of products in each refined criteria of the specified results

I'm building a page for displaying the results of a specified search within a table of products. What I want to achieve is to display a "Filter widget", to allow users to refine their search. In this ...
0
votes
1answer
25 views

Python: Various Lists To Cartesian Product, Variable Length

I want to create words or rather combinations from three different arrays. The output should be a Cartesian product with itself and the other array with variable length. Example: array1 = ["a", "b", ...
0
votes
2answers
79 views

Where to change Magento default tabs on products?

I am struggling with a problem that I hope you can be helpful with. I need to change the default product tabs on my product page, but I can't change it in the backend, only set the different ...
1
vote
2answers
52 views

Magento custom Product Attribute

I add an attribute type Yes/No is_special to product. (I want to just logged user can see special products.) Then, I open some products and set to Yes But when I show it on front end, All is No. I ...
0
votes
0answers
16 views

Product images are not uploading on server in magento v1.7

I am using magento v1.7 but i am facing a problem for uploading a product images. Image uploading working fine on my local server but its going failed on live server when i moved my local database to ...
0
votes
1answer
32 views

Get numbers of completed sales by product ID in Magento

I have a .phtml file and i want to show all products of a category with the number of Completed sales and if possible the price x the number of sales so i can make a total for each product. Now i ...
0
votes
0answers
20 views

eBay, M2EPRO and Magento - linking variation SKU's to Magento products

I have a magento item SKU: PRODUCT On eBay I have created a variation listing for this product for multiple quantities (at discount prices). eBay treats each variation as a unique product with a ...
0
votes
0answers
12 views

Sample product data and content for sample website

Hi, I need to build a sample site for our portal and need some help finding some free product data, content and imagery to download. Can anyone recommend a good site?
0
votes
0answers
13 views

Can't create product variant through API

Cant seem to create new product variant using shopify api. This is my code: global $shopifyClient; $config['shopify_api_product_price'] = "/admin/products/128671451/variants.json"; $variant = ...
0
votes
0answers
33 views

Remove variation price in Woocommerce

When I create a woocommerce product with variations such as a t-shirt with different sizes, the product page shows a "from" price. As the products all have the same prices I don't need to display the ...
-1
votes
0answers
43 views

Write a program that prints sum, product,subtract,division of two input integers in prolog [closed]

*question:*Write a Prolog program that will take two integers and the operation (sum, subtract, multiplication, division) as input and return the operation’s result of that integers as output. ...
0
votes
0answers
27 views

Is there a way to make Magento simple product URLs to direct to bundle URLs?

Most of our products are of type "Simple", and then we have "Bundle" types that show in the store, and you select the simple types for your bundle. However, if someone comes in from a simple-type URL ...
-1
votes
0answers
12 views

Menu & Product Search Module Conflict - Business Catalyst

I am working in Business Catalyst and having issues with the menu functioning properly after I have inserted the Product Search Module into my website. When I take out the search module, the menu ...
0
votes
0answers
30 views

Woocommerce Variable Regular and Sale price

I am trying to display the regular and sale price of a variable product. I know it can be achieved from get_post_meta( $post->ID, '_regular_price', true); but it isnt working in variable products only ...
0
votes
0answers
88 views

Default values for product custom attributes not working

I have a very peculiar situation for which I spent almost whole day trying to figure out. While my problem got solved, I am not sure why was this a problem in the first place. Here's what I was dong: ...
0
votes
2answers
25 views

how to continue the loop inside the if else case?

final static int arrayLength = 1000; //maximum array size static float[] productPrice = new float[arrayLength]; //stores the prices of products static String[] productName = new ...
0
votes
0answers
132 views

Magento 1.7: Importing products with multiselect attributes

I have created a working CSV structure to be used with native Magento Import (System/Import/Export/Import). Here is an example of my structure, with simple products and configurable products based on ...
0
votes
2answers
59 views

Magento add additional field for give product hight and width

i have to add 2 text input field for Magento product detail page. That will be hight and width for every product. when a customer buy any product, they will give product hight and width and click ...
1
vote
1answer
76 views

Magento product delete not working

I am using Magento 1.7.0.2 and have encountered a problem when deleting products. I create 20 products in a clean install of magento using the product import routine. The products where assigned to ...
-1
votes
0answers
48 views

BigCommerce API - getting rules pricing PHP

I'm trying to build a custom quoting system that grabs all the product SKUs with price and cost info from the store. Some products have rules associated with them that change the SKU as well as the ...
1
vote
1answer
50 views

Dynamics crm - including other columns in product lookup search > is it possible?

I have customized my product lookup view to include manufacturer which is a new field however when typing into the search box it will not look in this column for matches. Is it possible to include ...
0
votes
0answers
45 views

how to get Magento order custion product options?

In admin panel we can create orders. When saving the created order I want to save additional custom product option value in the sales_flat_order table. The option is a date. I have added a new column ...
0
votes
0answers
37 views

Add all options at once using “Quick simple product creation” on a configurable product

I'm developing a website where we sell Murano chandeliers and I have a problem: Products can be chosen in 40 different colors and all colors cost the same but I have to create each different color ...
0
votes
1answer
118 views

Magento custom option not saving data on error while adding product to cart

I working on Magento 1.7. I have setup custom options in each product. My problem is when I customer upload file in file upload options for product, and if that file is not allowed file type then ...
0
votes
1answer
56 views

Magmi not importing product type

I have just started using Magmi to upload products but keep running into a problem. My products are uploading ok but when I look in the admin section they have not been assigned a product type. Also ...
1
vote
1answer
106 views

OpenCart XML feed - display only products from specific category

After a few days I gave up on this - I couldn't figure it out. This is the relevant part of my OpenCart XML feed code: Code: $this->load->model('catalog/category'); ...
0
votes
0answers
27 views

Define thousand of products in several languages in a sitemap

I've got an online shop with more than 70.000 products. In a few months we will have more than 200.000 products. Every product has its own url depending on the language, for example: ...
-2
votes
2answers
40 views

How to add a video or an mp3 as a product in a Magento-driven shop? [closed]

Is it possible in my Magento-driven site to add video / mp3 as a product? Please guide me.
1
vote
1answer
25 views

Display a link and by clicking on that all the new products should be displayed like category view page in Magneto

I am displaying all the NEW products on the homepage through Widget. I am displaying 3 NEW Products on the homepage. I want to put a link under products display. By clicking on that link, all the ...
0
votes
2answers
72 views

Limit number of characters in product name within a product list

I am trying to limit the characters of a product name in the product list. I have found this code: // define the maximum length of the product name here $maxLength = 10; $productName = ...
1
vote
1answer
80 views

Opencart sort by bestselling product

I'm trying to add sort by best selling product in category page. To do this I added the code below in catalog/controller/product/category.php controller: $this->data['sorts'][] = array( 'text' ...
1
vote
1answer
60 views

Python Itertools: Complex “product”

1+3+9 = 13 = 1+3 = 4. 6+1+1+5 = 13 = 1+3 = 4. 9+9+4 = 22 = 2+2 = 4. etc Considering the previous examples, one could say that the possibilities of reduction to the number 4 goes up to infinity. ...

1 2 3 4 5 14