Jump to content
thirty bees forum
  • 0

Link "shipping cost" in AEUC


Question

Posted

I don't know if this is a bug because i am using the theme "Warehouse":

If i enable "Anzeige Versandkosten" (shipping cost "AEUCLABELSHIPPINGINCEXC" ?) in AEUC v.3.1.3, link on product pages ("...content_only=1") opens text of shippingcost-cms in popup-box.

Clicking on same link in category pages (both grid view, list view), text of shippingcost-cms opens without popup-box directly in whole window without header, footer and so on.

0_1516351969156_nice.jpg0_1516352024297_ugly.jpg

2 answers to this question

Recommended Posts

  • 0
Posted

Hello, this seems to be a bug (also in PS), i think this is also present in the default-theme and maybe is interesting for the TB team?! Sometimes this depends on if an item is in the cart or not. Maybe you can see some difference in your theme, is there an difference with the popup for shipping costs if an item is in the cart?

I have solved this as follows (but maybe this works only with my theme, NOT SURE if this works with other theme or the default theme !!):

create a file named custom.js located in the folder "themes/yourtheme/js/autoload" and paste this code in it:

$(document).ready(function(){ if (!!$.prototype.fancybox) { $("a.iframe").fancybox({ 'type': 'iframe', 'width': 600, 'height': 600 }); } });

  • 0
Posted

@DRMasterChief There is no difference if there is an item in the cart. Just checked your custom.js-solution: It doesn't work with the warehouse theme :-(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...