

Lastwolf
Member-
Posts
167 -
Joined
-
Last visited
-
Days Won
4
Lastwolf last won the day on February 5
Lastwolf had the most liked content!
Profile Information
-
Gender
Male
Recent Profile Visitors
8,294 profile views
Lastwolf's Achievements
-
How do I make a document with thumbnails in it
Lastwolf replied to cqpbert's topic in Customising Look & Feel
It's fine, I ask way too many questions too. Yeah, this goes into the source part of the document. Yes, you need both one is creating the "thumbnail" and one is the ...not nail ? the larger image. You don't need to but you can, just use as many LI's as you need as the css is making the rows anyway, Medium-block-grid-3, is defining how many there are per row in this case "4" (though iirc with padding etc it's 3). Foundation uses a grid system out of 12, you can change that number to increase or decrease the size of the thumbnail and how many you can get per row. grid-12, would be one big thumbnail and grid-1 would be 12 tiny ones (though probably less cause the images themselves take up space but in theory, I just liked the size of 3 personally. I wouldn't really mess with any grid css directly as it's used globally, you are much better using the properties as intended but both it and gallery are defined in foundation.css iirc, but again I didn't make any changes to them. -
How do I make a document with thumbnails in it
Lastwolf replied to cqpbert's topic in Customising Look & Feel
<div class="columns horizontal "> <ul class="medium-block-grid-3 clearing-thumbs marg-top" data-clearing> <li><a href="/image.jpg" class="th"><img src="/image.jpg" class="image-gallery"></a></li> <li><a href="/image2.jpg" class="th"><img src="/image2.jpg" class="image-gallery"></a></li> <li><a href="/image3.jpg" class="th"><img src="/image3.jpg" class="image-gallery"></a></li> </ul> </div> This works to do what I "think" you want in a document on foundation, least in my test shop. -
How do I make a document with thumbnails in it
Lastwolf replied to cqpbert's topic in Customising Look & Feel
what skin are you using? you can probably mimic the thumbnail aspect of your product page. -
NiteFox - Notice of Discontinuation of Content - EOL
Lastwolf replied to NiteFox's topic in Developer Forum
I've not used your skins in a while, but it was always great work, sorry to hear you'll be gone. -
Paypal starts off at 2.9% until you hit discount thresholds, though iirc it's fairly easy to hit the first few and it's like 10k per month to hit the "best" rate If you have a merchant account; Card funded payment from a user of our Terms for Payments without a PayPal account 1.2% + fixed fee If you don't have a merchant acocunt you might be getting slapped with higher fees? Most paypal transactions these days are card funded and 1.2% + 30p is cheaper than most card handlers rates. But even then Paypal are pretty competitive if you use them alot, if your starting off it's gonna hurt a bit fee wise. The main benefit of using them is high consumer trust due the percieved protections of the format over something like a random credit card handler. Just anecdotally, I've offered a payment gateway (Sagepay) and Paypal for years and around ~70% of my sales are Paypal. Sage or Opayo or whatever they hell they are called now are fractionally cheaper even now but it's not much.
-
russian spam getting through invisible recaptcha :-(
Lastwolf replied to exibar's topic in General Discussion
they are bypassing the check sometimes according to report on google, not sure what's that about tbh. -
I'm still using Cinda, the dude stopped responding to emails like a week in, pretty sure it's missing some features now cause I haven't had time to look into the foundation updates.
-
I use a work around, Bsmither made me an extension to output a sales report, which I used with another piece of software "Onestop Order Processing" to print labels, it's still a bit of a hatchet job as OSOP hasn't supported Cubecart since v4. You could in theory bypass the need for onestop if you were savy enough to modify the extension, to output the correct csv, the real fun and games is importing the data back in. If we could import a "confirmation file" with tracking ID's I'd be soo happy.
-
How to I roll back to a previous version? 6.4.3 bug?
Lastwolf replied to RossF1984's topic in Technical Help
FTP programs sometimes really mess up the folder permissons and/or ownership of the folders, least they have done for me in the past. -
How to I roll back to a previous version? 6.4.3 bug?
Lastwolf replied to RossF1984's topic in Technical Help
I don't really understand why this is happening, looking at the lines in the error code, doesn't look that important. Have you tried chmoding and chowning all the folders correctly, I find that fixes 99% of rando issues. -
yeah I was in that area, just couldn't see it, have a hard time reading real php , cheers
-
How Change or Add icon link for digital product
Lastwolf replied to Iztac's topic in Customising Look & Feel
It's in /skins/foundation/templates/content.downloads.php <svg class="icon"><use xlink:href="#icon-download"></use></svg> <del>{$download.file_info.filename}</del> I think "#cloud-arrow-down" will work, I'm not famliar with which index of icons I've to look in for Foundation. -
Remove 'Delivery Notes..." line from basket/checkout
Lastwolf replied to CoderJim's topic in Customising Look & Feel
it's in language/definitions.xml <string name="your_comments" introduced="5.0.0"><![CDATA[Delivery Notes or Additional Comments]]></string> -
I'm not seeing how to clip it, though I'm convinced I've done it before. I find having the bread crumb finish on the item to in the product description to be a be redundant, like shown in the attachment, it's just the same words x 2
-
Cinda - Multipurpose Cubecart Theme
Lastwolf replied to CubeCart Bot's topic in Extension Discussion
This skin hasn't been updated in a bit, my fix from june last year still hasn't been added. And now you'll get 404 errors now if you use the newer seo with no .html at the end as it's all hardcoded to html. It's in a bunch of places, like 6 or 7 of the templates, I went down the list and anytime you see login.html, search.html or register.html, you need to replace the .html with {$CONFIG.seo_ext} I was a real pain in the ass, I'd upload the files but given as it's behind a paywall to even download the skin not sure that's a great idea