The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
26 views

How can I show the number of facebook likes for a page?

Let me start by saying that I'm a newbie to coding, so it's probable that I'm missing out on the absolute basics... I'm working on a phtml file (done by professionals) and trying to show the number ...
0
votes
0answers
27 views

Add checkout step in magento and save the value in database table

I followed the steps of this link. and able to add a step into checkout. I have done some modifications in it and added one step (Character field contact_name) in the checkout after payment. For ...
1
vote
0answers
55 views

php in .phtml file not parsing

I have problem with my boxbilling script. all the phtml files refuse to parse my php codes. I have already confirmed that all handlers and types have been added and working. Its weird, when i create ...
0
votes
1answer
31 views

How to change position of product options?

Is there a way to change position of product options? I want to show options below product quantity. I tried to call wrapper.phtml in ...
0
votes
0answers
55 views

How to refresh Cart using PHTML file with AJAX Magento?

In following File, there is a file "reload.php" But i want to use "myajaxcart.phtml" in Magento, How ?? Is it possible to use .phtml there, as magento doesn't allow direct access to .phtml files ?? ...
0
votes
1answer
110 views

Moving Magento “Add to Cart” button to new file not working

I want to move Add to cart button from view.phtml file to 2columns-right.phtml file and I am cant make it work. What I did is that I copied <?php echo $this->getChildHtml('addtocart') ?> from ...
-3
votes
0answers
64 views

Have I been Hacked? Phtml File [closed]

I was recently going to edit my header.phtml and then found this piece of code on top... It can be found in all of my .phtml files. Have I been hacked? If so what is the best way to get rid of it? Any ...
1
vote
3answers
74 views

Magento Get url after the main url

I have looked all over the internet, but can not find the following answer: We want to get the part in Magento in .phtml after the main url so if: domain.com/shoes.html we want to get only ...
2
votes
1answer
110 views

Call to undefined function dl()

I am using PHTML encoder to encode my php file but it is giving error "Call to undefined function dl()" when i run the encoded file. Somebody please help. <?php ...
0
votes
1answer
72 views

Want to Change the Magento go header section

Currently I'm working on magento go. Its not just like Other magento CMS. Its a online CMS where I can manage my store. I need to change the home page design. I have tried to edit CSS files but it ...
0
votes
1answer
76 views

Magento toolbar not rendering pager

I'm new to Magento and I'm having a hard time trying to figure out how to display the pager inside the toolbar when it is called from the catalog/category/view.phtml file. Here's the code I'm using : ...
0
votes
1answer
32 views

Nested IF statements in PHTML

Evening, I tried to edit a simple code in Magento, yet im totaly new to PHTML and im having problems with basics... I wanted to check the title to set a custom div for the translator to invoke... ...
1
vote
2answers
150 views

magento - adding a block using local.xml

if I have a template in app\design\frontend\base\default\template\dir\template.phtml that look like this <div class='block block-list'> <div ...
1
vote
0answers
60 views

if json_encode a string contains (&quot;) in phtml, the browser will change it's construction,how to prevent it?

php:5.3.3 jquery:1.7.2 here is the way we use to send the value from php to jquery. get the escaped string. $a = '&quot;xxxxx'; $b = json_encode($a); and now, $b is '"xxxxx'; put $a ...
-1
votes
2answers
124 views

Magento Amasty Coupons with One page Checkout [closed]

In my site, i use amasty multiple coupons with one page checkout ( onepagecheckout.com ). Multiple coupons are work fine with default magento checkout, but with onepagecheckout, it accept only once at ...
0
votes
2answers
223 views

Magento: Add static block in between rows of products in category view

I have category pages with rows of 4 products and a standard view of 16 products per page (4 rows). I want my category pages to show a static block under the first row and one other statick block ...
0
votes
1answer
75 views

magento - default size of select box

I need to move the "advanced search" feature of magento ecommerce to a sidebar. In order to make it more compact I want to reduce the size of the "select" boxes. The code in the advanced search ...
0
votes
1answer
69 views

Create a block in view.phtml

I am wanting to add a block in the view.phtml page. The block will located above the "Description" section when viewing a product. The block will show different automobiles that fit a particular ...
0
votes
2answers
373 views

Limit number of products shown on homepage, list.phtml

I am trying to limit the number of products from a certain category to 4 on my homepage. The code I am trying to do this with is: {{block type="catalog/product_list" column_count="4" ...
0
votes
1answer
64 views

How to insert content in a header of web page from other file?

I have a problem with an included header in a phtml file. I have an MVC project and the view file is builded like this <?php require_once'header.phtml'; //SOME PHP COMMAND TO PRINT SOME STUFF ...
0
votes
0answers
65 views

Magento Full Page Caching - Does adding logic to template/phtml affect it?

We're in the process of customizing a Magento theme by adding some small object data retrieval to phtml files like catalog and product views. IE calculating a % saved comparing price to MSRP via ...
0
votes
1answer
327 views

Magento call block for specific product in list.phtml

I want to print some additional data for each product on list.phtml that will depend on the product. For example, print html with New and Sale labels for each product (this is just an example). I want ...
0
votes
1answer
99 views

Split up 2-columns design in magento

I hope you can help me with this one. I am trying to split up the 2-columns-left template on the category pages. Its easiest to show on a screenshot. Right now it looks like this: ...
0
votes
3answers
69 views

Picking up Declared Sessions Variables

Turns out my php.ini file wasn't configured properly. With fatcow (my host) you have to change the .ini file to specify the directory where you are saving session date and include ...
0
votes
1answer
238 views

Magento sql query from phtml

I wanted to know how to run sql queries in magento via the phtml files. The query itself is quite complicated and will require joins. Any ideas? For you information: I have products which have 3 ...
0
votes
2answers
257 views

Magento /catalog/product/view.phtml cache issue

I'm having an issue with a Magento site. I've setup a new theme, and I'm trying to edit the Product page/template. I'm editing this file; /catalog/product/view.phtml I've got the Template hints ...
1
vote
1answer
112 views

Magento - add an option in Category's Custom Design

In Catalog > Manage Categories Under Custom Design tab, I want to add a new field just below Apply to Products. Upon searching I found a php file ...
1
vote
2answers
256 views

Magento: include custom block in view.phtml

I have created a block accrording to this tutorial: http://www.gravitywell.co.uk/blog/post/how-to-creating-your-own-custom-block-in-magento . Now I need to use my manufacturerblock.phtml on my pruduct ...
-1
votes
2answers
33 views

Suffix available in php [closed]

Hello eveyone i am trying to find a list of suffix available in php such as .php/.phtml, Thank you all and have a nice day.
0
votes
0answers
20 views

Tax class is not calculated products although applied manual tax class in product

If you have idea related to tax rules applied on perticular product then suggest to me idea about that. I have created also tax rules in it but some products can't calculated tax for this product. ...
0
votes
0answers
75 views

How can I add extra info / attributes to my magento cart and to the order and invoice emails?

I am trying to add extra attributes/info to my CART and to the emails in magento 1.7. Here's what my Order review looks like: (good_item.phtml) I need to have the Description/beschreibung ...
1
vote
0answers
248 views

Add products in custom cart in magento

I have created a page where I have images of some items like product1, product2, product3 etc. All the products are configurable products. Below that I have added a custom block for cart. Which ...
1
vote
3answers
198 views

Hide Products without images magento

I have followed this answer to hide products without images on the category listing page. It worked nicely for a while. Now, for some reason it seems the products without images are still showing up ...
2
votes
1answer
249 views

Magento configure product regular price being set to zero when sale price occured

I noticed a issue on my configure product today. and Hope all of you guys can help me solve this problem. I am running magento CE 1.7.0 on the site. Here is the issue link ...
0
votes
1answer
234 views

Any tutorials to create phtml file in Magento? [closed]

Is there any tutorial to create a phtml file in Magento?
0
votes
2answers
234 views

Magento attributes in view.phtml

I'm looking to define a specific attribute list by looking at the product id. Currently I have the below, but I know it needs more work, especially as it's conflicting with the php within the ...
1
vote
0answers
159 views

How to add VAT Tax Price in Grand total on cart page in magento?

I have add VAT Tax display and add in Grand Total Price on cart page . So, how is it possible in magento? If you have any idea about it then suggest to me. Thanks
1
vote
1answer
337 views

Magento display grouped products special price

I am trying to figure out how I display the special price of a grouped product on the catalog page. For example if i have 5 simple products attatched to my grouped product, how do I display the RRP ...
1
vote
0answers
124 views

Sort products first by image regardless of page in Magento

I am trying to list products within my categories to display products with images first and then sort by user chosen method. I have been able to do this per page but I would like it to apply to the ...
0
votes
1answer
123 views

How to add a block below products list of perticular category in magento?

I want to add one block for product lines below the products list. When I select a perticular product I want to add Product name as well as its price in the product lines block. Also I will select ...
-3
votes
1answer
92 views

Magento: retrieving products via phtml [closed]

I am trying to call a list of products with names, images, etc.. from a specific category in a template using php. It seems like this should be easy to do, but I have been working on this for hours ...
1
vote
2answers
422 views

Magento Related Product don't show up

I am trying to get the related products block to show up on my product detail page. I have the folling code in the respective .phtml file <?php <?php echo "Related product block"?> <?php ...
0
votes
1answer
168 views

Display category and subcategories on left block

I want do display selected category name and it subcategories on left side. app\design\frontend\base\default\template\catalog\navigation\left.phtml in left.phtml <?php if ...
0
votes
0answers
267 views

Display multiple categories on homepage magento with pagination

I am using magento 1.7.In my home page I want to display product in different categories with pagination. I tried the following code, and pagination is working but when i click the pagination of one ...
3
votes
2answers
1k views

How to pass variable from block to phtml in magento

I want to pass value from block but I am unable to get the desire results.Something going wrong which I don't know why. I try the code "block type="multibanners/multibanners" name="multibanners" ...
2
votes
1answer
216 views

Magento wordpress header cms block

I have a small question. I have included a wordpress blog on my magento shop via the fishpig module. This works great but what I want to include are header options via static cms blocks on the blog. I ...
2
votes
1answer
309 views

Rich snippets not showing because of hidden Schema.org markup

I have just contacted google asking why the rich snipets are not showing on their results and they answered the following URL: http://www.theprinterdepo.com/hp-color-laser-4700dn-printer-q7493a-r ...
0
votes
1answer
340 views

Schema.org hidden html

I have contacted google about my rich snippets, and they say that some html is hidden and thats why the rich snippets are not visible yet on the search engine: Example: URL: ...
0
votes
3answers
868 views

templating system with zf2?

we are planing to create a CMS with zf2 and doctrine orm . actually we are concern about our cms templating we want our system works with several templates and easily change between themes via admin ...
0
votes
3answers
769 views

Magento changing the language selector

In my project i have to display the webshop in two languages. By default you can choose languages with the following code in: app/design/frontend/base/default/template/page/switch/language.phtml ...

1 2 3