The product tag has no wiki summary.
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
11 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
11 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
24 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
14 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
0answers
22 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 the code must get the price of the product that is displayed on the page. (and, if there is, the ...
-2
votes
0answers
15 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
12 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
98 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
38 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
59 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
50 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
13 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
31 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
17 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
11 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
12 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
29 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
36 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
23 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
19 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
73 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
23 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
105 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
53 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
69 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
45 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
42 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
39 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
31 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
97 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
49 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 ...
-3
votes
0answers
11 views
BLANK PAGE WHEN I SAVE PRODUCT
When I save my product in Magentos backend it just leads to a blank page and does not save the item.
Any ideas why?
Not sure how to fix
-2
votes
0answers
36 views
How to add products in prestashop
[PrestaShopDatabaseException]
Unknown column 'b.id_shop' in 'where clause'
SELECT *
FROM ps_category a
LEFT JOIN ps_category_lang b ON a.id_category = b.id_category AND b.id_lang = 1
LEFT JOIN ...
1
vote
1answer
93 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');
...
-1
votes
0answers
24 views
Need help in selecting CMS according to my needs
Im new to developers community. I need to develop a product catalog. There are two options for me either to develop a custom catalog and start from the scratch or Use any open source cms.
My ...
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
38 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
23 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
69 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
55 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
58 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. ...
0
votes
1answer
17 views
Including an XCode project product into another project
Within an XCode project I have createed a new ColorPicker (MyCustomPicker.colorPicker).
Then I have a second project, where I would like to use that colorPicker.
Once I build it, I can manually copy ...
0
votes
2answers
42 views
Some product are not showing up at front end in magento
I am uploading product on my web site via csv using magmi. Everything was going fine.
But one time i made a mistake while uploading the products via CSV.
The products get uploaded but have not been ...
0
votes
1answer
17 views
Database | Google Product Feeds Field Length
Trying to construct a database to hold a bunch of product data. The plan is to programmically generate TXT (Text tab delimited) filed and upload to Google, Amazon, and Bing (all use Google Product ...


