Jump to content

jpayam

Member
  • Posts

    63
  • Joined

  • Last visited

Recent Profile Visitors

4,565 profile views

jpayam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Problem has been fixed by disable cache. But now my store speed decreased , i hope receive next update Shortly .
  2. Yes download link works when i submit a test order with tangible and a digital product and set order to completed in admin. but on real orders with paypal payments Download link not works . clients receive below message The following errors were detected: Payment must be completed before the file can be downloaded. i think something is wrong with CASH as client can download when i use CLEAR CACHE in admin !!
  3. After upgrade to last CC ver if order mixed with both digital and tangible products client receive below message for download link ( on paid and completed order ) The following errors were detected: Payment must be completed before the file can be downloaded. also Reset Download Link Not woks Correctly
  4. Seems also there is favicon problem on cubecart demo https://demo.cubecart.com/cc6/index.php
  5. Yes, my favicon.ico file exist I Change below code on main template file <link href="{$ROOT_PATH}/favicon.ico" rel="shortcut icon" type="image/x-icon" to <link href="{$ROOT_PATH}favicon.ico" rel="shortcut icon" type="image/x-icon" and for now problem has been fixed and below is source code of my site for favicon <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
  6. after upgrading to last Cubecart my favicon Disappeared ! I am not sure that problem is from my skin or cubecart , i use Custom Foundation 5 Skin Version: 3.2.0 below is source code of my site for favicon <link href="//favicon.ico" rel="shortcut icon" type="image/x-icon">
  7. Hello, what for my store not return a 404 (not found) error for some of pages for eg : www.domainname.com/*.php or www.domainname.com/*.jpg thanks
  8. Hi can i disable token ( like below ) on add to cart and other forms on my store? <input type="hidden" name="token" value="7df6b9f14c4d76ef6f4b6777465295b0"></form>
  9. HI at main store page, is this possible remove "index.php?" or "?" on canonical address ? <link href="https://domainname.com/index.php?" rel="canonical">
  10. I can not create rule for CDN system by HTTP Header, I need to find or create a way to differentiate static versus dynamic content by the URL.
  11. for Controlling CDN provider cashing system. i want to set a rule to cash all my HTML pages ( http://storeurl/*.html ) but I don't want my content cached if languages, currency are not default or customer loggeds.
  12. I wish if it possible add a parameter to end of url (eg: http://storeurl.com/index.php?12334) for below 4 situations : if languages is not main default languages, currency is not main default currency, ,customer loggeds and hopping cart is not empty. thanks in advance for any suggestions
  13. Thanks, A problem on foundation template in Mobile view has been fixed.
  14. Thanks, this works. How to change image and button to full-width in Mobile (small) view ?
  15. Hi on foundation template product page , Can I move the "Add To Cart" button below the picture in Mobile view?
×
×
  • Create New...