After editing short description from magento admin panel and clicking on save, it shows message that it was saved successfully, but the short description was same before editing. I hope this issue is because of store view.
Has anyone else experienced this, and, what am I doing wrong?
If you use multiple store view...then on a drop would be came on left of each product view admin panel and here you should change store view according to your respective.after that you would change data of product.
Is effect visible in backend.
Are you sure you are viewing same store view for edit effect where you edited.In left sode you have an option to select store.
If effect visiblein backend and not in front end then you need to clear cache.Also if you are looking intp some listing page you need to do reindexing.
Related
i am not that much export in Joomla. and i stuck at one problem.
i want to add some custome fields in article manager page when we add / edit article from admin side. just like wordpress when i add some function in function.php page it reflacts on wp-admin side.
also i want that selection to be effect on front side.
can some one show me is there any way i can add a function in my theme which will show a custome selection fields on admin side and based on that front page changes.
i am using Joomla 3.4
Thanks in advance
You need to write a plugin to add this functionality. There is a recipe here. In the example they are using the #__user_profiles - table, which might be okay, but adding your own table might be more flexible.
This here might also be a useful link.
Afternoon all,
I have some Advanced Custom Fields set up, which allow the user to download files which are appropriate to a certain product.
For example, if the product was 'Product 1', the files would be 'Product 1 size' etc. This works perfectly, using the following:
Brochure
This adds the file which is added on each individual page, as in ACF I have set the location rules as shown in the screenshot
Now, the issue is as follows.
I need to create a whole new page, called downloads.
This page, will list all the products in my page, and then need to have the downloads available (the Custom Field File). Now, because this field is set up to show on the product pages, I am completely unsure as to how to show the downloads on a seperate page, because using
Brochure
is technically not telling me which product this is for.
I hope this makes sense.
EDIT:
I completely forgot to mention, this information will need to be inside a table, and I am currently using TablePress, a plugin.
So it would go like:
Prouduct --- Category --- Download
Thank you all!
After you have edited your question, my first answer does not make sense anymore. So here is what I suggest now:
A. This is the solution to what you actually asked
Install the Reveal IDs Plugin so you can see in the admin panel what post-IDs your products have
Look up the ID for a specific product
In your TablePress table-cell you paste the ACF-shortcode:
Download brochure
post_id="12": this is the ID of your product-post which you can look up with Reveal IDs.
I already tested this right now, so I do know it's working.
B. Another solution that is more a question
Your ACF field 'brochure' obviously contains a URL to a file which might be available in your WP media library too?!
When this is the case you don't need the ACF field for your table. You can just:
click "Advanced Editor" (when working with the table)click into a table cell
click into a table cell
click "Add files" and link to your file directly this way
Maybe that is an option too.
I think I understand what you're trying to do. This should point you in the right direction: http://www.advancedcustomfields.com/resources/query-posts-custom-fields/
I've been trying to customize my Wordpress Dashboard based on the user roles. For ADMIN, he has all the menus showing up in his dashboard menu:
Now I also have a user for whom I want only two menu items to show up, ie. Users and Upload Document, something like:
I tried Adminimize and Admin Menu Editor, but both doesn't do the intended task. Can anyone please suggest a way/Plugin to achieve this?
Go on user profile and give permission which you want to do it.
User >> all user >> select user >> and find list of role(this role has some permission.).
You can use the following plugin to have control on your admin menu and you can customized it based on your user roles
https://wordpress.org/plugins/client-dash/
Its really easy to use. Just Install it and Go to Settings – >Client Dash. The second tab will be Menus. Go there. Where it says “Select a menu to edit”, click in the dropdown and select the role you would like to customize the admin menu for. Then click on the Select button.
Ensure that “Import role’s existing menu items?” is checked and hit the Create Menu button. This will show a progress bar briefly as the menu that the selected role is currently seeing is imported. This way you don’t have to start from scratch but can easily modify what users with this role are already experiencing.
You can even add and delete menu items.
Hope you will find it helpful.
In magento enterprise version. 1.14.1.0 ,I want to sort manually the categories order (categories - manage categories), when the page is ready, I do drag and drop with the category but after ajax saved if i refresh the page the order is not working properly, I look around but i don't have find nothing.
I try also, tried to re index data but nothing change, why don't work?
Use f12/right click inspect console and reload the category page. Check to see if you have javascript errors as the drag and drop functionality uses Prototype heavily.
You likely have some output in your index.php or javascript clash.
Finally success,there was not any error in magento coding level.Actually we were importing category via csv file,there was a field name 'position' ,we have fill this field with sorting numbers according to category position.
Cheers.
I have 1 website , 2 stores and 2 store views ...ym and main store, I needed the main store view to be the default home page and not the ym store view, while trying to do that in the manage store page, I mistakenly put the ym view that belongs to store 1 under store 2 in the drop down box shown.
Immediately both the front-end and Admin went to error 404 and I can no longer access the website.
please help, I am a new Magento User and I have been working on this website for over 4 weeks and almost done with it.
First correct the urls in the database table in core_config_data
Only store view has dropdown menu in the frontend for choice.
When it creates website, shops and views have to share products and categories if necessary, since the pages and blocks you can choose the same for all or will be necessary to have one selected identical to another store
The most common among website and shop is to have a index.php for each, then create a subdomain, copy the index.php and edit the end of it which is the automatic choice of website and shop, then change the urls just that shop for test.
In Database I verified the following 3 tables are consistent
_magento.core_store_group;
_magento.core_website;
_magento.core_store;
Also I changed in _magento.core_website table the name and code as I had before and everything works!
Open index.php and change value of $mageRunCode='admin', then reload admin page .
It will get opened. Go to store view and revert back your changes and select status :"enabled".
Now go back and change value of $mageRunCode=''.
Hope this helps.