how can I show share button in bigcommerce quickview popup.I have used %%GLOBAL_QuickViewShareLinks%% variable.but no use.
Any help is appreciated.
Depending on the theme, the share options should be there anyway. You shouldn't need to customize them. Make sure you aren't running something like uBlock as that can prevent them from showing.
Alternatively, you can use AddThis to implement them yourself.
Related
I have a design for this popup, I've tried looking around, but not found any tutorial to edit the above popup with HTML/CSS.
Is it possible to customize it or is there an alternative?
Thanks for your help!
You can not - otherwise an attacker could present a misleading interface that gets a user to share something they do not want.
Title says it all. I want to create a custom prestashop page, but I don't know how.
What I actually want to do: create a button that opens a custom page. I can't find anything useful in the internet so I came here to ask for help. Could someone explain me how to do that?
There are many ways to add a new page, it depending in your needs.
By a CMS page, you can add the content you need in the HTML editor, like the product description: http://doc.prestashop.com/display/PS16/CMS+-+Managing+Static+Content
By a front controller from a module: https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/
By creating a new page, here my explanation: Prestashop custom page with own template
The point 1 is the most easy way for a common user, the rest of the points require advanced knowledge.
I want to use Revolution Slider within my html template.
Main issue is I have no any idea how to integrate it to my database and PHP codes.
Can anybody help me?
The core concept of visual editor is to use it as standalone slider builder tool which spits out a full html code with all links, markups etc without the needs to understand html/css/slider functions at all for your sliders. And have ability to export it in html or include it using php functions.
Full integration include user authorization, fixing possible code conflicts, other possible caveats.
The most easiest way to integrate is to add an option to specify slider alias and pass it to render functions. And keep editor as separate application.
If you add more details about how exactly you want to integrate it i would try to give you better answer.
I'm new with shopify and mailchimp so I'm finding it a bit hard to implement mailchimp APIs inside shopify. Can anyone walk me through the process on where to add the API code and help me put up the javascript code to be used to disable mailchimp's double opt-in inside my shopify theme?
Every help is very much appreciated.
Thanks!
To disable the mail chimp integration, you can choose the Customize theme option----> footer----> disable the newsletter option OR just remove the Form 'Action' URL. (I'm using GRID theme, the steps might change for a different theme.)
I've just installed Flags module and it looks awful when on the bottom I see "Flag this item" link. The only thing I've found in configuration is enabling it to show as normal link. Still I haven't found how to change position of this link. Is it even possible to change link's place? I have installed CCK Blocks but it doesn't give me any option to get rid of it. If someone know or suspect what's possible - please help me.
Try the Display Suite module, this module is integrated with many modules like flag, title etc...
Display Suite allows you to take full control over how your content is displayed using a drag and drop interface. Arrange your
nodes, views, comments, user data etc. the way you want without having
to work your way through dozens of template files. A predefined list
of layouts (D7 only) is available for even more drag and drop fun!
https://drupal.org/project/ds
You can move and generate custom layouts for the fields/properties on the entity display formatter: teaser, full...