How to remove price amount from Virtuemart Custom field? [closed] - joomla

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a website where I have used joomla with virtuemart. I have added a custom field Where field type is Cart Variant. But problem is I don't want to display the price in the drop down select option. You can see it from this screen short (http://i.stack.imgur.com/yCx3a.jpg) or (http://awesomescreenshot.com/011ih9ue8)
I want to remove the red mark item. Anyone can help me please.

After a long try I got the solution. I am using joomla 2.5.7 & virtuemart v2.0.12. Just follow this:
Go to:
administrator/components/com_virtuemart/models/customfields.php & find the following line it may be line number 871:
$productCustom->text = $productCustom->custom_value . ' ' . $price;
Delete . $price & that's all :)

Please be more specific, this issue is related to virtuemart, the best way to get an answer is to ask it on official site forum.virtuemart.com.
What version of joomla and virtuemart are you using?
On Back-end in virtuemart configuration you can set not display price, have you tried this?
If this won't work, you will probably need to make template override, usually located in components/com_virtuemart/views/productdetails/tmpl/default_showprices.php
Without more info I'm not able to answer your question better.

Related

Retrieving people who +1 an URL [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I've burning out the past 2 days trying to come with a recipe to get all the People who have +1 an URL, I'm trying to calculate the potential reach of a publication in Google+.
I did get the public shares of a URL using Ripple, amount and users, but is not the same.
I writing my app in ruby, but at this moment, I can't care less about the language.
To get clear view of my problem, please read my comment below.
There is no API method to get a list of who as +1'd a URL. If you would like to see such a feature please open a new issue.

create priced magento order without paying [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
any help would be appreciated.
I need to create a 2 orders on products that are $100 per order. I need to create these orders but would like to do so without having to actually pay for the order. I know I can apply a coupon to force it to $0, but I actually want the reflected price to be $100.
Is there any way to manually create these in magento while reflecting the full price, and without having to go through the payment gateway or entering in a credit card on the create orders page?
Thank you!
You can enable an offline payment method and use that. Like 'Check / Money order'. If you want this only available in the backend override the class Mage_Payment_Model_Method_Checkmo and add this line protected $_canUseCheckout = false;
If you want to restrict this to back-end only, i.e. not letting online customers choose this option, then the Check / Money Order payment method is the way to go. However you need to tweak the code slightly. Follow this tutorial:
http://jagdeepbanga.com/blog/magento-how-to-place-an-order-for-free-using-free-payment-option-in-admin.html
Take note to save the new file in the app/code/local folder and not app/code/core.
Basically you'll leave check and order visible on backend only.

Select on top magento [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm new to magento. I need to implement Select box on top of site. It must be on every page. Depends on that select on product page will change additional information so people can choose if they like metric or imperial. You can see product page:
http://www.vetus.com/boat-windows/portholes/vetus-porthole-aluminium-category-a-iii-incl-mosquito-screen-8063.html
Thanks for help! Sorry for grammar mistakes.
The best way doing this would be to create two different store views (metric and imperial) this will serve your purpose without involving into too much of programming.
However you could well do this using sessions.

Does Magento cache third party modules? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Does Magento cache third party folder and files?
I have some WordPress blogs in the Magento root folder, will Magento attempt to cache them?
If it is possible how can I achieve it ?
No.
Magentos caching is object based, not folder based.
To see how Magento implemented its major caches see the classes:
Mage_Core_Model_Config // CONFIG
Mage_Core_Model_Layout_Update // LAYOUT_GENERAL_CACHE_TAG
Mage_Core_Block_Abstract // BLOCK_HTML
Mage_Core_Model_Translate // TRANSLATE
Mage_Core_Model_Resource_Db_Collection_Abstract // COLLECTION_DATA
Mage_Eav_Model_Entity_Attribute // EAV_ATTRIBUTE
Enterprise_PageCache_Model_Processor // FPC
No, as it's not part of Magento.
its odd that we need to type at least 30 chars to say "no, it will not cache them"

Links contains #, would it affect SEO? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
If i have such links in my site (i am using mvcsitemap):
http://mysite.com/coollink
http://mysite.com/coollink#contanttab1
http://mysite.com/coollink#contenttab2
If i want to submit site map to google for example, should i use the links with # in mysite XML sitemap? or better not to use them in sitemap XML?
Because in such case there would be 3 links to the same resource as i understand and it is not so good for SEO? could some one correct me if i am wrong.
As far as I know so far, hashes will be ignored by most of the search engines and they have no use for SEO. It is user more for internal page navigation or some sort of JavaScript actions.

Resources