drobato
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Testimonials] Please add dynamic paths in your pluginSame problem here. After update your plugin now breaks on my site because I have wp in it’s own directory and wp-content at the site root…not under /wp/wp-content. Things like the ABSPATH constant on line 28 of easy-testimonials.php don’t work on sites configured as mine is. Here’s one of the offending lines:
require_once( ABSPATH . “wp-content/plugins/easy-testimonials/include/config.php” );ABSPATH return /site_root/wp but the required file is under /site_root/wp-content/easy-testimonials.
This needs to be fixed ASAP.
Thanks.
Forum: Plugins
In reply to: [Featured Video Plus] video.js.mapI was getting this error as well. I found this link:
https://stackoverflow.com/questions/18407543/video-js-map-throwing-a-404-not-foundBased on this I edited the file js/videojs.min.js and deleted the comment at the end that includes the reference to the video.js.map.
It’s a hack as the next time I update this plugin if the author hasn’t fixed the problem the 404 errors will be back.
Forum: Plugins
In reply to: [eShop] Shipping cost not includedI did read it…but somehow it escaped me that this is the one I wanted. It does look like what I want. I’ll give it a try. Thanks your your help.
Forum: Plugins
In reply to: [eShop] Shipping cost not includedWell…except the explanation for that method says this: “The shipping charge remains the same irrespective of how many items are purchased.” …but that’s not what I want. I need to charge $0.50 per book ordered.
Forum: Plugins
In reply to: [eShop] Shipping cost not includedNo. They are books.
Forum: Plugins
In reply to: [eShop] Shipping cost not includedYes. You can see that on this image (included above as well)
https://www.cmilearn.org/beta1/includes/images/MissingProductDetails.jpgForum: Plugins
In reply to: [eShop] Shipping cost not includedAny idea what I’m doing wrong? I need to get a e-commerce solution up soon. Thought I was almost there with this one…but I’m not willing to live without the shipping cost problem solved.
Forum: Plugins
In reply to: [eShop] Shipping cost not includedMethod 4 is what is setup now. Here’s an image of the eShop->Products page.
https://www.cmilearn.org/beta1/includes/images/Products.jpg
I started with trying to implement Method 1 but in the Product Entry form in the page editor it didn’t give me an option to change the shipping class. As you can see from the Products.jpg it’s stuck at “F”. I thought maybe Method-4 would ignore that.