Jump to content

fldavidallsop

Member
  • Posts

    37
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Derbyshire, UK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

fldavidallsop's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Can someone take a look at the skin demo preview on the extension marketplace. I have noticed that the JavaScript on our skin demo breaks when being viewed via the CubeCart marketplace preview (works fine everywhere else), this error seems to be in relation to the iframe which is being used for the demo preview window. If you go to the direct link of the demo there are no console errors. If you do this via the marketplace preview link you get the attached errors. I have also looked at this for a few other skins published by other developers and similar console errors occur. On a side note but equally as important if you try the marketplace preview on an actual mobile device (rather than resizing your desktop browser) the media queries a lot of these skins are using aren't kicking in, again if you go to the direct URL to the skins they work fine. So marketplace customers aren't getting a true demo of the responsive functionality of the skins for sale. If you need any further information please let me know.
  2. Strange, I have just created a new test account on my bug tracker and can report bugs. I have just deleted your account entirely, can you try registering the account again? If you are still have issues reporting after this please email me direct so we can get to the bottom of it, sounds like a permissions issue with your old account as others are using the tracker just fine.
  3. Great to hear that this worked for you, I will raise this as a bug and include this fix in the next release. Hopefully the bug tracker is working for you now, any ideas like the one suggested please feel free to add into my bug tracker as a feature request. It may not be quite as simple as including the code in another file as some variables only work on specific pages. Have a good evening, David
  4. Hi - sorry to hear you are having a problem with our bug tracker, I can see you have registered on there - is the issue with not receiving the email confirmation link to validate your account? If so I have just resent the confirmation link to you. Even if you can't get on to the bug tracker you can always receive support using my direct email address which you will find in the readme file for the skin . I scan these forums fairly regularly and have just seen this one, hopefully we can get it solved for you right now. Open up skins/cleanskin/templates/content.receipt.php and around line 38-45 you should see the following code: {if !empty($DELIVERY.date)} {$LANG.orders.shipping_date}: {$DELIVERY.date}<br> {/if} {if isset($DELIVERY.url)} {$LANG.basket.track}: <a href="{$DELIVERY.url}" target="_blank">{$DELIVERY.method}</a> {else} {$DELIVERY.method} {$LANG.orders.shipping_tracking}: {$DELIVERY.tracking} {/if} Replace all of that with the following code: {if !empty($DELIVERY.date) && $DELIVERY.date!=='0000-00-00'} {$LANG.orders.shipping_date}: {$DELIVERY.date}<br> {/if} {if !empty($DELIVERY.url)} {$LANG.orders.shipping_tracking}: <a href="{$DELIVERY.url}" target="_blank">{$DELIVERY.method}{if !empty($DELIVERY.product)} ({$DELIVERY.product}){/if}</a> {elseif !empty($DELIVERY.tracking)} {$LANG.catalogue.delivery_method}: {$DELIVERY.method}{if !empty($DELIVERY.product)} ({$DELIVERY.product}){/if}<br> {$LANG.orders.shipping_tracking}: {$DELIVERY.tracking} {/if} You may need to rebuild your cache after this, once done check the result and let me know if fixed, if so I will include this in the next release. Please remember to let me know about your issue with the bug tracker as I want to ensure this is fixed. Any further questions drop me an email or reply here.
  5. Just a quick one... When I am browsing the CubeCart website on my laptop (1366x768) the hover menu cuts off for the extensions so some people may not be able to access lower than the Shipping Methods (Skins & Social Plugins). See attachment.
  6. Still have this issue, it makes it really hard to help customers as I can't see the links they are sending me.
  7. Hi bsmither please drop me a PM and I can send you a dev copy of the skin and if it is a skin issue then we can work together to fix it. I am pretty sure the code for facebook was untouched when building the skin. If anyone else believes they have found a bug or wants to raise a feature request please do so at http://bugs.davidallsop.com/ PS, there are no plugins or hooks which are needed to run alongside Clean Skin.
  8. You can submit a feature request for this on http://bugs.davidallsop.com and we'll look at adding it into a later version. Currently the skin only shows ratings on the product page. Try adding related code from the product page template to the category template to get the result you want, remember to take into account all the responsive break points when adding the associated styling.
  9. For clean skin the product image sizes need to be the same otherwise a larger height image will cause the next row to be out of position. See the readme for the recommended size. The fix above will make all your image heights the same but they may end up skewed, for the best quality use the same image size across all products. Also applying the height fix above could cause a problem with responsive unless you apply some extra rules.
  10. I have discovered a similar thing last night on a CubeCart installation, some of the links are to a wig website too. CubeCart are investigating, but I need to send further information. This is on v5.2.17 (latest v5). Google security has picked up links back from over 1000 CubeCart powered websites too which appear to have the same issue.
  11. Just to check, if someone wants to enter a product description with HTML formatting (like most people do) they should be populating the short description and leaving the main product description blank? Seems strange as most people use the main product description textarea and the expected result would be the entered content (plain or rich text) appearing on the product page. I just want to confirm this before updating documentation related to product descriptions.
  12. I have recently found out that when users contact via the marketplace contact button any web addresses and email addresses are stripped from the email I receive. This makes it very hard to help users as I have to explain this and get them to email me direct. Pretty much everyone who needs help is going to want to send you a link to their website. Can this restriction be removed?
  13. Many thanks for the information bsmither. Is this worth flagging as a potential issue/bug? I see it that way because the website user/store owner is expecting CubeCart to output all results on a page=all for sale items and search results but it is only outputting 100 results max? What are your thoughts...?
×
×
  • Create New...