Search found 477 matches

Search found 477 matches

Re: logout cache issue...I believe

Seems to work great, thanks.

Jump to post
  • Mon Mar 18, 2024 8:09 pm
  • Replies 7
  • Views 296
Re: CDN setup

I have it working now for the most part, at least with the images. The site is pulling directly from the S3 bucket. I'm just having a little difficulty with the css and js. I don't know if it's because of the theme, or how they are gathered and then displayed, but they are duplicating. One coming fr...

Jump to post
  • Sun Mar 17, 2024 1:13 am
  • Replies 6
  • Views 302
CDN setup

How exactly do I point my images to a cdn? I setup a cloudfront cdn and structured the bucket (file/dir setup) just like my server, then I changed my image config setting to the base url that I use to bring up an image on the browser : define('DIR_IMAGE', 'https://bucket.s3.amazonaws.com/image/'); B...

Jump to post
  • Thu Mar 14, 2024 1:41 pm
  • Replies 6
  • Views 302
Re: preload question

I'm seeing what's happening now. Regardless of where I put it, the browser is determining what order to load things based on the "as" value. So image files will always come after styles and scripts when they all have preload on them (I didn't know the other things had preload with the way ...

Jump to post
  • Wed Mar 13, 2024 12:17 pm
  • Replies 7
  • Views 385
Re: logout cache issue...I believe

Thanks but before I implement that, I'm no expert, but looking at it doesn't that simply illuminates all caching, instead of just logout/checkout? I can just do that in htaccess no? And by doing that, doesn't that illuminate the caching site wide? Meaning the images and regular pages wont be cached ...

Jump to post
  • Wed Mar 13, 2024 12:37 am
  • Replies 7
  • Views 296
Re: preload question

When you say loading are you including the queing in that? Then yes I guess it is being preloaded, but if not, then the preloading is not taking place. As you can see in the image, the actual loading process of the image is taking place well after other things have started. The very first piece of c...

Jump to post
  • Wed Mar 13, 2024 12:16 am
  • Replies 7
  • Views 385
Re: logout cache issue...I believe

Sorry, I see I didn't explain it properly. If I remove that from htaccess logout works fine, if it stays, I stay logged in (I assume until things expire). It initially shows that I'm logged out, but if I refresh I see that I'm still logged in. That's everything I have to provide with this issue. If ...

Jump to post
  • Mon Mar 11, 2024 9:54 am
  • Replies 7
  • Views 296
Re: preload question

Sorry, I don't post my site here. But if it's something specific you need to know just let me know and I'll post the info or an screenshot.

Jump to post
  • Mon Mar 11, 2024 8:43 am
  • Replies 7
  • Views 385
[SOLVED] logout cache issue...I believe

I have the following in my htaccess which is causing logout not to happen properly. <IfModule mod_expires.c> ## Turn on the module. ExpiresActive on ## Set the default expiry times. ExpiresDefault "access plus 2 days" ExpiresByType image/webp "access plus 6 month" ExpiresByType i...

Jump to post
  • Mon Mar 11, 2024 8:40 am
  • Replies 7
  • Views 296
[SOLVED] preload question

I contacted a developer who has blocking assets somehow loading before my image with a preload tag. I have my image ahead of the javascript and with preload properly set and yet still his javascript loads before the image. I see it in the rendered html and the network developer console. His response...

Jump to post
  • Sat Mar 09, 2024 1:30 am
  • Replies 7
  • Views 385
Re: disable an unavailable product

I really don't know much on the specifics of disabled products causing SEO issues beyond that it does from my readings. I would suggest one of three things to you since your issue is with search results. 1/ Find an extension that will filter out sold out items (It will be a long hunt ) , 2/ If you'r...

Jump to post
  • Tue Mar 05, 2024 3:36 am
  • Replies 3
  • Views 253
Re: disable an unavailable product

Is doing this operation (disabling a product) not recommended for SEO? Correct. Why not just put up something that says "Out of stock. No further information currently available" based on stock status? And disable the (i assume) more information contact button you have on the page based o...

Jump to post
  • Mon Mar 04, 2024 10:31 am
  • Replies 3
  • Views 253
Re: td and tooltip issue

Thanks, but that didn't work. I don't know which bootstrap is here, but I even tried 'data-bs-html="true"' which is supposed to be for v5, but no luck there either.

Jump to post
  • Mon Mar 04, 2024 6:50 am
  • Replies 3
  • Views 184
[SOLVED] Re: Help debugging an issue.

Good to know, thanks. I didn't see that as an issue since they fell within the form being submitted at the time.

Jump to post
  • Mon Mar 04, 2024 1:23 am
  • Replies 5
  • Views 266
td and tooltip issue

3.0.3.9 and php 8.1 In my test shop I'm seeing an issue with td and tooltip. Ex In the controller I have: $attributes = "<table>"; foreach ($attribute['product_attributes'] as $product_attributes) { $attributes .= "<tr><td><b>" . $product_attributes['name'] . "</b>:</td><td ...

Jump to post
  • Mon Mar 04, 2024 1:04 am
  • Replies 3
  • Views 184
Re: OCMOD request

...restrict the searches to the bare minimum, often there is no need to match whole lines. I thought the whole line had to be added or at least the ending if doing "after" or the "beginning" if you're doing before, otherwise it would add whatever in the middle of that search lin...

Jump to post
  • Fri Mar 01, 2024 11:26 pm
  • Replies 7
  • Views 404
Re: Help debugging an issue.

You are using the same IDs for some of the form elements. IDs should be unique. No not the same IDs, I thought so as well, but they are different IDs iterated within the loop. I printed the IDs on the page within each form beside the elements to verify and make sure. And hypothetically, if they wer...

Jump to post
  • Fri Mar 01, 2024 11:12 pm
  • Replies 5
  • Views 266
Re: Help debugging an issue.

I went about it a slightly different way instead of using the looping forms and am getting the results I expect, but if anyone is interested in looking into this, I'd still like to know why this isn't working the way I think it should.

Jump to post
  • Fri Mar 01, 2024 3:06 am
  • Replies 5
  • Views 266
[SOLVED] Help debugging an issue.

I have a mod that has multiple forms in it. Each form is destinguished by a checkbox and a submit button with a specific ID attached to it. So check X ID and click it's button, then X form was submitted. The problem is the browser is always registering the last form on the module. When I go into dev...

Jump to post
  • Fri Mar 01, 2024 12:40 am
  • Replies 5
  • Views 266
Store credit

The way I'm seeing the transaction/credit work is that it doesn't actually deplete from the customer's side until the transaction is completed. I see this posing a problem if the customer buys something, goes back in and sees they have more money, and then buys something again...essentially going ov...

Jump to post
  • Wed Feb 28, 2024 1:31 am
  • Replies 1
  • Views 130

Search found 477 matches